document.writeln("<div id=\"msn\" style=\"BORDER-RIGHT:#455690 1px solid; BORDER-TOP:#a6b4cf 1px solid; Z-INDEX:99999; LEFT:0px;  BORDER-LEFT:#a6b4cf 1px solid; WIDTH:180px; BORDER-BOTTOM:#455690 1px solid; POSITION:absolute; TOP:0px; HEIGHT:164px; BACKGROUND-COLOR:#c9d3f3\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"BORDER-TOP:#ffffff 1px solid; BORDER-LEFT:#ffffff 1px solid\" bgcolor=\"#000\">");

document.writeln("    <tr>");

document.writeln("      <td colspan=\"3\"  style=\"PADDING-RIGHT:1px;PADDING-BOTTOM:1px\"><div style=\"BORDER-RIGHT: #b9c9ef 1px solid;  BORDER-TOP: #728eb8 1px solid;  BORDER-LEFT: #728eb8 1px solid; BORDER-BOTTOM: #b9c9ef 1px solid; \"> ");


document.writeln("      <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" ");
document.writeln("codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0\" width=\"220\" height=\"164\">");
document.writeln("<param name=\"movie\" value=\"\/video\/player.swf\">");
document.writeln("<param name=\"quality\" value=\"high\">");
document.writeln("<param name=\"allowFullScreen\" value=\"true\" \/>");
document.writeln("<param name=\"FlashVars\" value=\"vcastr_xml=\/video\/vcastr.xml&IsAutoPlay=1\" \/>");
document.writeln("<embed src=\"\/video\/player.swf\" allowFullScreen=\"true\" FlashVars=\"vcastr_xml=\/video\/vcastr.xml&IsAutoPlay=1\" quality=\"high\" ");
document.writeln("pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"220\" ");
document.writeln("height=\"164\"><\/embed>");
document.writeln("<\/object>")

document.writeln("	  <\/div><\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/table>");
document.writeln("<\/div>");

document.getElementById("msn").style.top=document.body.clientHeight-305;
document.getElementById("msn").style.left=document.body.clientWidth-360;
moveR();
function moveR() {
document.getElementById("msn").style.top=document.body.scrollTop+document.body.clientHeight-305;
document.getElementById("msn").style.left=document.body.scrollLeft+document.body.clientWidth-360;
setTimeout("moveR();",80)
}
function closeDiv(){
	document.getElementById("msn").style.visibility='hidden';
}
