// Video script

   var fo = new SWFObject("http://pensionlite.co.uk/Emma/v3-btn-move.swf", "flashid", "100%", "100%", "8");
	fo.addParam("wmode", "transparent");
	fo.addVariable("BGPWait", "yep");
	fo.addVariable("BGPS", "false");
	fo.addVariable("BGPX", "0");
	fo.addVariable("BGPY", "0");
	fo.addVariable("BGPW", "979");
	fo.addVariable("BGPH", "383");
    fo.addParam("menu", "false");
    fo.addVariable("FLVContentPath", "http://pensionlite.co.uk/Emma/1008k-pen_release.flv");
	fo.addVariable("FLVBufferTime", "5");
	fo.addVariable("FLVWait", "yes");
	fo.addVariable("FLVX", "-220");
	fo.addVariable("FLVY", "-10");
	fo.addVariable("BTNX", "265");
    fo.addVariable("BTNY", "350");
datetoday = new Date();
timenow=datetoday.getTime();
datetoday.setTime(timenow);
thehour = datetoday.getHours();
  if (document.cookie && document.cookie.indexOf("PensionRelease") > -1){
    	//remove this one
		 	//fo.addVariable("FLVAutoPlay", "false");
   } else {
   if (thehour >= 8 && thehour <= 18) {
    	
		} else {
			fo.addVariable("FLVAutoPlay", "yes");
		}
}

   fo.write("flashcontainer");
    setcookie();
   function setcookie()
   { 
    var now = new Date();
    now.setTime(now.getTime() + 1000 * 60 * 30)
    document.cookie = 'Pensionlite=true; path=/; expires='+now.toGMTString();
   }


