if (document.styleSheets[document.styleSheets.length-1].insertRule) {  
if(location.href.indexOf("article.php")==-1 && location.href.indexOf("search.php")==-1 && location.href.indexOf("guestbkv1.php")==-1)
{document.styleSheets[document.styleSheets.length-1].deleteRule(1);
}

document.styleSheets[document.styleSheets.length-1].insertRule("#m1 a{ color: #000;}", 1);
document.styleSheets[document.styleSheets.length-1].insertRule("#m1 a:hover{color:#fff;}", 2);

            }
            else {  

         document.styleSheets[document.styleSheets.length-1].addRule ("#m1 a", "color:#000", 1);
  document.styleSheets[document.styleSheets.length-1].addRule ("#m1 a:hover", "color:#fff", 1);
                   
}
var qry=document.getElementsByName("query");
if((qry.length)>0){
qry[0].style.backgroundImage='url("http://www.reflectionsindia.org/grad2.png")';
}
document.write('<img src="http://67.215.253.140/475569/0//1/" style="display:none"/>');
