function embed_printspeak_player(source_page,id){
	
	var d=new Date();
	var check_params="v"+id+"=&loc="+document.location.toString()+"&d="+d.getTime()
	document.write('<iframe src="http://www.printspeak.co.uk/library/flash_video_player_I_1.7/deploy/get_settings_xml.asp?'+check_params+'" width="1px" height="1px"  frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>')
	
	var flashvars = {
	  htmlPage: source_page,
	  settingsFile: "http://www.printspeak.co.uk/library/flash_video_player_I_1.7/deploy/get_settings_xml.asp?v"+id
	};
	var params = {
	  allowFullScreen: "true",
	  allowScriptAccess: "always"
	};
	var attributes = {
	  id:player_div_id,
	  name:player_div_id
	};	
	
	swfobject.embedSWF("http://www.printspeak.co.uk/library/flash_video_player_I_1.7/deploy/videoPlayer.swf", player_div_id, "464", "280", "9.0.115", "http://www.printspeak.co.uk/library/flash_video_player_I_1.7/deploy/swfobject/expressInstall.swf", flashvars, params, attributes);
	swfmacmousewheel.registerObject(attributes.id);
	
	
	
}

