var currentState;
function getUpdate(typ,pr1,pr2,pid) {
	if(pid != "null") {
		if((typ == "state")&&(pr1 != undefined)) { 
			currentState = pr1; 
			if(currentState=="3") { 
				parent.refresh_nowplaycontentbox("0000001046", "0000000007", "cnlnowplay");
				parent.refresh_movieinclude("0000001046", "0000000007", "cnlnowplay");	
			}
		}
	}
};
var s1 = new SWFObject("/uploads/media/flvplayer.swf","single","457","279","9");
s1.addParam("allowfullscreen","true");
s1.addParam("menu","false");
s1.addParam("allowscriptaccess","always");
s1.addVariable("autostart","false");
s1.addVariable("file", "/uploads/media/hughendenwedding.flv");
s1.addVariable("image","/uploads/images/thehug_video.jpg");
s1.addVariable("width","457");
s1.addVariable("displayheight","259");
s1.addVariable("height","279");
s1.addVariable("backcolor","0x682145");
s1.addVariable("enablejs","true");
s1.addVariable("javascriptid","thePlayerId"); 
s1.addVariable("screencolor","0x000000");
s1.addVariable("frontcolor","0xFFFFFF");
s1.write("replace-flash-content-bottom");
