function replaceWithVideo(o, width, height, path) {
	var p = o.parentNode;
	p.innerHTML = '<embed width="'+width+'" height="'+height+'" flashvars="backcolor=0x000000&amp;file='+path+'&amp;displayheight='+height+'&amp;displaywidth='+width+'&amp;frontcolor=0xFFFFF0&amp;lightcolor=0xff9933&amp;screencolor=0x121212&amp;script=&amp;streamscript=stream.php&amp;largecontrols=true&amp;bufferlength=1&amp;autostart=1" allowfullscreen="true" quality="high" name="flv" id="flv" style="" src="http://www.ziddu.com/mediaplayer.swf" type="application/x-shockwave-flash"/>';  
}
