/*بارگزاري صفحه*/
function loaddoc(){
var anc=document.getElementsByTagName('a');
for (var i=0; i<anc.length; i++){
if (anc[i].className=="l"){
	anc[i].onmouseover=function(){this.style.color='black';}
	anc[i].onmouseout=function(){this.style.color='#77051f';}}}}
/*جستجو در سايت*/
function qs(){
if (q.value.length==0){q.focus(); return;}
document.location="http://www.google.com/search?hl=en&q=site:jonbeshesabz.ir " + encodeURIComponent(q.value);}

