var reg = /^\-?([1-9]\d*|0)?$/;
var current=currentID;
var tv_width=NewW;//170
var tv_height=NewH;//130
var tvtexts='@XBJGLASS';
var movies='images/media/vcastr.swf';
var intostr="";
if(reg.test(current)) {
if(current.length>0) {
var tvfiles='http://' + window.location.host + '/UploadFile/'+current+'.flv';
intostr='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ tv_width +'" height="'+ tv_height +'">';
intostr+='<param name="movie" value="'+movies+'" /><param name="quality" value="high" />';
intostr+='<param name="menu" value="false" /><param name=wmode value="opaque" />';
intostr+='<param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" />';
intostr+='<param name="FlashVars" value="IsAutoPlay=1&IsContinue=0&IsShowBar=0&vcastr_file='+tvfiles+'&vcastr_title='+tvtexts+'" />';
intostr+='<embed src="'+movies+'" wmode="opaque" FlashVars="IsAutoPlay=1&IsContinue=0&IsShowBar=0&vcastr_file='+tvfiles+'&vcastr_title='+tvtexts+'& menu="false" quality="high" width="'+ tv_width +'" height="'+ tv_height +'" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
intostr+='</object>';
} else {
intostr='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ tv_width +'" height="'+ tv_height +'">';
intostr+='<param name="movie" value="'+movies+'" /><param name="quality" value="high" />';
intostr+='<param name="menu" value="false" /><param name=wmode value="opaque" />';
intostr+='<param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" />';
intostr+='<param name="FlashVars" value="IsAutoPlay=1&IsContinue=0&IsShowBar=0&vcastr_title='+tvtexts+'" />';
intostr+='<embed src="'+movies+'" wmode="opaque" FlashVars="IsAutoPlay=1&IsContinue=0&IsShowBar=0&vcastr_title='+tvtexts+'& menu="false" quality="high" width="'+ tv_width +'" height="'+ tv_height +'" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
intostr+='</object>';
}

jQuery(document).ready(function() {
$("#Video_id").html(intostr);
});
}
