

function checkForAds(){
	
	alert("Hello");
	
	/*var pp = new Array;
	pp = document.getElementsByTagName("iframe");
	for(var i=0; pp.length; ++i ){
		alert(pp.item(i).src);
		pp.item(i).width=0;
		
	}*/
	//alert("Hello");
	//a = new Array
	try
	{
		a=document.getElementById("body").innerHTML;
		s= 1;
		alert(a.substring(0,100));
		s++;
		if(!a.search("j1o2eZ"))	{
		document.write("<div align='center'>j1o2eZ" + a + "</div>");
		alert("I'm in the IF");
		}//if
		
		document.getElementById("google_ads_frame0").height=0; 
		document.getElementById("google_ads_frame1").height=0; 
		document.getElementById("google_ads_frame2").height=0;
		document.getElementById("google_ads_frame3").height=0;
		var i=1;	
		a = document.getElementById("topic_conent_quote").previousSibling.previousSibling;
		a.data="LOL";
		b = document.getElementById("topic_conent_quote").nextSibling.nextSibling;
		b.data="LOL again";
	  
	  
	  
	  	a = document.getElementById("quotereply" +i)
			while(a)
			{
				a = document.getElementById("quotereply" +i).previousSibling.previousSibling;
				a.data="LOL - "+i;
				b = document.getElementById("quotereply" +i).nextSibling.nextSibling;
				b.data="LOL again - "+i;
				//alert(a.data);
				i++;
				
			}//while
		}//try
	//catch(err)
	//{
	//alert("done");		  
	//}//catch
			  
	
}//main Function
