﻿function getPageTitle(){
        var xlocatestr = (document.title);
        var xloaderpro = (xlocatestr.replace(/\n/g,''));
        var xloaderpri = (xloaderpro.replace(/\t/g,''));
		var xloaderprf = (xloaderpri.replace(/\W+/g,'_'));
    	var xloaderpre = xloaderprf.slice(0,12);
    	var xloaderpath = xloaderpre;
   		document.write ("<div id='"+ xloaderpre +"'>&nbsp;</div>");
   		document.write ("");
}

function listDivId(){
var dafile = document.getElementById("mfp").innerHTML;
   		document.write ("div id="+ dafile);
   		document.write ("");
}

function video(daFile, daImage){
	var daFile = document.getElementById("mfp").innerHTML;
	var flashvars = {file: "/" + daFile,
		streamer:"rtmp://flash.streamingmediahosting.com/pbsj",
		autostart:"false",
		volume:"75",
		image: daImage,
		backcolor:"FCF8DF",
		screencolor:"BEC7AA",
		lightcolor:"e24126",
		frontcolor:"737E44",
		icons:"true"};
	var params = {base: "."};
	var attributes = {};
	swfobject.embedSWF( "/jwp/FLVplayer.swf", "EM", "596", "355", "9.0.0","expressInstall.swf", flashvars, params, attributes);
}
