<!--
function flashLoader(url,wid,hei)
{
	var html = "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width='" + wid + "' height='" + hei + "' align='middle'>"+
		       "<param name='allowScriptAccess' value='sameDomain'>"+
		       "<param name='movie' value='" + url + "'>"+
		       "<param name='quality' value='high'>"+
		       "<param name='bgcolor' value='#ffffff'>"
		       "<embed src='" + url + "' quality='high' bgcolor='#ffffff' width='" + wid + "' height='" + hei + "' name='flash' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'>"+
		       "</object>";
	document.writeln (html);
}


var EmbedStr = "";
function GetFlash(url,x,y) { 
	EmbedStr = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='" + x + "' height='" + y + "'>";
	EmbedStr += "<param name='allowScriptAccess' value='sameDomain' />";
	EmbedStr += "<param name='movie' value='" + url + "' />";
	EmbedStr += "<param name='quality' value='high' />";
	EmbedStr += "<param name='bgcolor' value='#ffffff' />";
	EmbedStr += "<param name='wmode' value='transparent' />";
	EmbedStr += "<embed src='" + url + "' quality='high' wmode='transparent' bgcolor='#ffffff' width='" + x + "' height='" + y + "' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
	EmbedStr += "</object>";
	
	document.write(EmbedStr);
	return;
}
function GetMPlayer(url,x,y) { 
	EmbedStr = "<OBJECT ID=MoviePlayer Name=MoviePlayer classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject' bgcolor='#FF0000' width='" + x + "' height='" + y + "'>";
	EmbedStr += "<PARAM NAME='Filename' value='"+ url +"'>";
	EmbedStr += "<PARAM NAME='AutoStart' VALUE='1'>";
	EmbedStr += "<PARAM NAME='AnimationAtStart' VALUE='1'> 			";
	EmbedStr += "<PARAM NAME='ShowPositionControls' VALUE='0'> ";
	EmbedStr += "<PARAM NAME='ShowControls' VALUE='0'>  ";
	EmbedStr += "<PARAM NAME='ShowDisplay' VALUE='0'> ";
	EmbedStr += "<PARAM NAME='ShowStatusBar' VALUE='0'>  ";
	EmbedStr += "<PARAM NAME='TransparentAtStart' VALUE='1'> ";
	EmbedStr += "<EMBED  src='" + url + "' type='application/x-mplayer2' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/' ;id='WMPlayer' Name='WMPlayer' AutoStart = '1' AnimationAtStart = '0' ShowPositionControls='0' ShowControls='0' ShowDisplay='0' ShowStatusBar='0' TransparentAtStart = '1' width='" + x + "'  height='" + y + "'>";
	EmbedStr += "</EMBED> ";
	EmbedStr += "</OBJECT>";
	document.write(EmbedStr);
	return;
}

function GetWPlayer(url,x,y) { 
	EmbedStr = "<EMBED src='"+ url +"' width='" + x + "'  height='" + y + "'></embed>";
	document.write(EmbedStr);
	return;
}


function purity_song() { 
	EmbedStr  = "<OBJECT ID=puritysong Name=puritysong classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject' bgcolor='#FF0000' width='195' height='45'>";
	EmbedStr += "<PARAM NAME='Filename' value='/ReNewal/school/purity_song.wma'>";
	EmbedStr += "<PARAM NAME='AutoStart' VALUE='0'>";
	EmbedStr += "<PARAM NAME='AnimationAtStart' VALUE='0'> 			";
	EmbedStr += "<PARAM NAME='ShowPositionControls' VALUE='0'> ";
	EmbedStr += "<PARAM NAME='ShowControls' VALUE='1'>  ";
	EmbedStr += "<PARAM NAME='AutoRewind' VALUE='1'>  ";
	EmbedStr += "<PARAM NAME='ShowDisplay' VALUE='0'> ";
	EmbedStr += "<PARAM NAME='ShowStatusBar' VALUE='0'>  ";
	EmbedStr += "<PARAM NAME='TransparentAtStart' VALUE='1'> ";
	EmbedStr += "<EMBED  src='/ReNewal/school/purity_song.wma' type='application/x-mplayer2' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/' ;id='WMPlayer' Name='WMPlayer' AutoStart = '0' AnimationAtStart = '0' ShowPositionControls='0' ShowControls='0' ShowDisplay='0' ShowStatusBar='0' TransparentAtStart = '1' width='195'  height='45'>";
	EmbedStr += "</EMBED> ";
	EmbedStr += "</OBJECT>";
	document.write(EmbedStr);
	return;
}

//-->