//public varibale farsi
var KeylangFarsi=true;
// for keypress
function farsikey(myfield,e)
{
var key;
var basestring=' !"#$%،گ)(×+و-./0123456789:ک,=.؟@ِذ}ىُىلآ÷ـ،/’د×؛َءٍف‘{ًْإ~جژچ^_پشذزیثبلاهتنمئدخحضقسفعرصطغظ<|>ّ';
if (window.event)
 key = window.event.keyCode;
else if (e)
 key = e.which;

if (key < 0x0020 || key >= 0x00FF) return true; 
if (KeylangFarsi==true)
{
	if (window.event)
	 window.event.keyCode=basestring.charCodeAt(key-32);
	else if (e)
	 e.which=basestring.charCodeAt(key-32);
}
 return true;
}

document.write ("<style> .parseek_link:link{TEXT-DECORATION: none; COLOR:#0560A6;font-size: 9pt; FONT-FAMILY: Tahoma;} .parseek_link:visited{TEXT-DECORATION: none; COLOR:#0560A6;font-size: 9pt; FONT-FAMILY: Tahoma;} .parseek_link:hover{TEXT-DECORATION:none; COLOR:#999999;font-size: 9pt; FONT-FAMILY: Tahoma;} .WFeedTitle{font-family:tahoma;font-size:8pt;color:#0560A6;text-decoration:none;font-weight:600} .WFeedTitle:link{color:#0560A6;text-decoration:none;font-weight:600}.WFeedTitle:visited{color:#0560A6;text-decoration:none;font-weight:600} .WFeedTitle:hover{color:#999999;text-decoration:none;font-weight:600}</style>")
document.write ("<div dir=rtl><a href=http://www.imjava.tk class=WFeedTitle>مركز آموزش ايرانيان</a><br>")
document.write ("<script language=javascript src=http://news.parseek.com/Javascript/?items=10&type=IT&bullet=true&source=true></script></div>")
