function video(){
	
	var the_url=String(window.location.href);
	if (the_url.indexOf("www") >= 0){
		if (document['golden_sound']){
			clearTimeout(timer);
			document['golden_sound'].sendEvent('stop');
		}
	}

	var so = new SWFObject('http://www.goldenresidencehotel.com/images/flash/video/player.swf','mpl','999','410','0');
	so.addParam('allowscriptaccess','always');
	so.addParam('allowfullscreen','true');
	so.addParam('flashvars','&file=http://www.goldenresidencehotel.com/images/flash/video/golden.flv&image=http://www.goldenresidencehotel.com/images/flash/video/img01.jpg&frontcolor=ffffff&lightcolor=cc9900&skin=http://www.goldenresidencehotel.com/images/flash/video/overlay.swf&controlbar=over&autostart=true');
	so.write('rotator_img');
}