I have put this on my MasterPage in my application if i stay on my default page then the image displayed but when i go on another page image not display . Can you help me why this is not working on another page. \[code\]<ul id="scroller"> <div class="serv"> <a href="http://stackoverflow.com/questions/12674464/#" onmouseover="document.wordpress.src='http://stackoverflow.com/questions/12674464/images/wordpress-development_red.png'" onmouseout="document.wordpress.src='http://stackoverflow.com/questions/12674464/images/wordpress-development.png'"> <img src="http://stackoverflow.com/questions/12674464/images/wordpress-development.png" name="wordpress"><br /> WORDPRESS </a> </div> <div class="serv1"> <a href="http://stackoverflow.com/questions/12674464/#" onmouseover="document.Android.src='http://stackoverflow.com/questions/12674464/images/mobil-app-development_red.png'" onmouseout="document.Android.src='http://stackoverflow.com/questions/12674464/images/mobil-app-development.png'"> <img src="http://stackoverflow.com/questions/12674464/images/mobil-app-development.png" name="Android"/><br /> Android</a> </div></ul>\[/code\]