function Writeflash(width,height)
{
    document.write('<object type="application/x-shockwave-flash" data="/vcastr3.swf" width="'+ width +'" height="'+ height +'" id="vcastr3">');
    document.write('<param name="movie" value="/vcastr3.swf"/> ');
    document.write('<param name="allowFullScreen" value="true" />');
    document.write('<param name="wmode" value="transparent" />');
    document.write('<param name="wmode" value="opaque" />');
    document.write('<param name="FlashVars" value="xml=');
    document.write('<vcastr>');
    document.write('<channel>');
    document.write('<item>');
    document.write('<source>/littlesun.flv</source>');
    document.write('<duration></duration>');
    document.write('<title></title>');
    document.write('</item>');
    document.write('</channel>');			
    document.write('<config>');              
    document.write('<isAutoPlay>false</isAutoPlay>');	
    document.write('</config>');		
    document.write('</vcastr>"/>');
    document.write('</object>');
}

function Writeflash1()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="217" height="130">');
    document.write('<param name="movie" value="Flvplayer.swf" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="wmode" value="transparent" />');
    document.write('<param name="wmode" value="opaque" />');
    document.write('<param name="allowFullScreen" value="true" />');
    document.write('<param name="FlashVars" value="vcastr_file=littlesun.flv&µã»÷ÐÀÉÍ&BufferTime=3" />');
    document.write('<embed src="Flvplayer.swf" allowfullscreen="true" flashvars="vcastr_file=littlesun.flv&LogoText=µã»÷ÐÀÉÍ" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="217" height="130"></embed>');
    document.write('</object>');
}