function tellFriend(){
	say.select(); 	
	js=say.createTextRange(); 
	js.execCommand("Copy");
	alert("Link has been copied,you can put it into email or msn by ctrl-v.");
}
function openplay(gurl,w,h){
	window.open(""+gurl+"&w="+w+"&h="+h,"openplay","width="+w+",height="+h);
}

function showshock(filetxt) {

		document.writeln("	<object classid=\"clsid:233C1507-6A77-46A4-9443-F871F945D258\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/director\/sw.cab#version=11,0,0,0\" width=\"650\" height=\"470\" VIEWASTEXT>");
		document.writeln("	<param name=\"src\" value=\""+filetxt+"\">");
		document.writeln("	<param name=PlayerVersion value=11>");
		document.writeln("	<param name=swStretchStyle value=fill>");
		document.writeln("	<PARAM NAME=bgColor VALUE=#000000>");
		document.writeln("	<embed src=\""+filetxt+"\" bgColor=#000000 swRemote=\"swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true'\" swStretchStyle=fill PlayerVersion=11 type=\"application/x-director\" pluginspage=\"http:\/\/www.macromedia.com\/shockwave\/download\/\" width=\"650\" height=\"470\"><\/embed><\/object>");

}