// Copyright manoramaonline.com 2005
	function openWindow(url) {
	popup = window.open(url,'sheopinion','width=550,height=180,scrollbars=no');
	}
	
	function MM_reloadPage(init) {  //reloads the window if Nav4 resized
		  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
			document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
		  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
		  }
	MM_reloadPage(true);
	
//----------------------------------------------------------------------------------------------------------
                	focusimage = new Array();
	focusimage[0] = 'src/home1.jpg';
	focusimage[1] = 'src/home2.jpg';
	focusimage[2] = 'src/home3.jpg';
    	focusimage[3] = 'src/home4.jpg';
  	focusimage[4] = 'src/home5.jpg';
focusimage[5] = 'src/home6.jpg';
focusimage[6] = 'src/home7.jpg';
focusimage[7] = 'src/home8.jpg';
	

   	function focuswrite() {
		frandom = Math.floor( Math.random() * (8- 0)) + 0;
		return (focusimage[frandom]);
		
	}
	focuswrite ();
	
	
	