	//var x = ReadCookie('new_place');
	
		/*function ReadCookie(cookieName) {
			 var theCookie=""+document.cookie;
			 var ind=theCookie.indexOf(cookieName);
			 if (ind==-1 || cookieName=="") return ""; 
			 var ind1=theCookie.indexOf(';',ind);
			 if (ind1==-1) ind1=theCookie.length; 
			 return unescape(theCookie.substring(ind+cookieName.length+1,ind1));
			}
			
			function initRotator() {
			dw_Rotator.setup(rotator1);
		}*/

        function initRotator() {
			dw_Rotator.setup(rotator1); }
        
		dw_Event.add( window, 'load', initRotator);
		
		//function hidediv(arg) {
		//	document.getElementById(arg).style.display = 'none';
		//	document.cookie = "new_place=disable;expires=15/02/2010 00:00:00";
		//}

		//if (x=='disable') 
		//	{ 
		//		document.write('<style type="text/css">#new_place{display: none;}</style>')
		//	}
		//else
		//	{
		//		setTimeout("hidediv('new_place')", 10000);
		//		window.onload=setTimeout();
		//	}