 var isNS = (navigator.appName == "Netscape") ? 1 : 0;
  if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
  function mischandler(){
  alert('راست کلیک بر روی آگهی ممنوع است');
   return false;
 }
  function mousehandler(e){
 	var myevent = (isNS) ? e : event;
 	var eventbutton = (isNS) ? myevent.which : myevent.button;
    if((eventbutton==2)||(eventbutton==3))
     {
     return false;
     
     }
 }

 
function noRightClick(e)
{
 e.oncontextmenu = mischandler;
 e.onmousedown = mousehandler;
 e.onmouseup = mousehandler;
 
}

document.write('<div align=center style=margin-top:0px; margin-bottom:0px><a href=javascript:op("http://farspol.com/go.php?user=karkas&id=44&security=11")><img src="http://farspol.com/administrator/upload/image/953f6c9b5e90668743cf94630fcf2eee1281259042.gif" width="120" height="240" border="0" onmousedown="noRightClick(this)" id="mynameid" name="mynameid" style="margin-top:0px; margin-bottom:0px" /></a> ﻿');document.write('<div align=center style=margin-top:0px; margin-bottom:0px><a href=javascript:op("http://farspol.com/go.php?user=karkas&id=39&security=13")><img src="http://farspol.com/administrator/upload/image/947495e05611dae1c9737e75b924e2651281258803.gif" width="120" height="240" border="0" onmousedown="noRightClick(this)" id="mynameid" name="mynameid" style="margin-top:0px; margin-bottom:0px" /></a> ﻿');
document.write('<p align="center" style="margin-top:0px; margin-bottom:0px"><a href=javascript:op("http://farspol.com/?page=donor_signup")>حد اقل مبلغ برای در خواست 2000تومان</a></p></div>');

document.write('<style type="text/css">');

document.write('p,div,img { ');

	document.write('margin-left: 0px; ');

	document.write('margin-top: 0px; ');

	document.write('margin-right: 0px; ');

	document.write('margin-bottom: 0px; ');

	document.write('padding: 0px; ');

	document.write('font-family:Tahoma, Arial; ');

	document.write('font-size:12px; ');

document.write('}');

document.write('a:link,a,a:hover,a:visited { ');

	document.write('text-decoration:none ');

document.write('}');

document.write('</style>');

document.write('<script language="javascript">');

	document.write('function op(url) { ');

		document.write('window.open(url);');

	document.write('}');

document.write('</script>');
