var flvplayers = 0;
function writeFlv(p) {
	flvplayers++;
	document.write('<div id="flvplayer_'+flvplayers+'"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>');
	var s1 = new SWFObject("/flash/player.swf","ply",typeof(p.width) != undefined ? p.width : "320", typeof(p.height) != undefined ? p.height : "200","9","#FFFFFF");
	s1.addParam("allowfullscreen","true");
	s1.addParam("allowscriptaccess","always");
	s1.addParam("flashvars","file="+p.src+(typeof(p.preview) != "" ? "&image="+p.preview : ""));
	s1.write("flvplayer_"+flvplayers);
}
