function callPlayer() {
	var fstr = '<div id="wwwwf"><object id="wwww-vc" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="240" height="320"><param name="movie" value="wwww1.swf" /><param name="wmode" value="transparent" /><!--[if !IE]>--><object type="application/x-shockwave-flash" data="wwww1.swf" width="240" height="320"><param name="wmode" value="transparent" /><!--<![endif]--><!--[if !IE]>--></object><!--<![endif]--></object></div>';
	$("#outer").prepend(fstr);
};
function callPlayer2() {
	var fstr = '<div id="wwwwf"><object id="wwww-vc" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="240" height="320"><param name="movie" value="wwww2.swf" /><param name="wmode" value="transparent" /><!--[if !IE]>--><object type="application/x-shockwave-flash" data="wwww2.swf" width="240" height="320"><param name="wmode" value="transparent" /><!--<![endif]--><!--[if !IE]>--></object><!--<![endif]--></object></div>';
	$("#outer").prepend(fstr);
};

function removeFlash() {
	$("#wwwwf").remove();
}