// JavaScript Document

res = "<div style=\" z-index:1000; position:absolute; right:0px; top:0px; border-width:0px; \">"
res += "<img src=\"http://mscenter.ir/support/mscenter2.gif\" width=\"200\" height=\"200\" "
res += "border=\"0\" usemap=\"#moharram\" /><map name=\"moharram\" id=\"moharram\"> "
res += "<area shape=\"poly\" alt=\"\" coords=\"1,1,200,200,200,1\" "
res += "href=\"http://mscenter.ir\" target=\"_blank\" /></map></div>"





var adds = '<div style="top:0px; z-index:99; right: 0px; position: absolute;" id="mscenterAdd">\
	<div style="position:absolute; top: 0px; right: 0px;"><a href="#" onclick="javascript:document.getElementById(\'mscenterAdd\').style.display = \'none\';"><img border=0 src="http://mscenter.ir/support/close.gif" /></a></div>\
	<a href="http://www.mscenter.ir/" target="_blank"><img src="http://mscenter.ir/support/mscenter2.gif" border=0 title="انجمن تخصصی ام اس ایران" alt="mscenter.ir" /></a>\
	</div>';

document.write(adds);

