jQuery(document).ready(function(){		
    if(jQuery("#jsAdvertismentBlock").size() > 0 && jQuery("#content").size() > 0 && jQuery("#sidebar").size() > 0){		
		var pageHeight = jQuery("#content").height();
		var sideBarHeight = jQuery("#sidebar").height();				
		if(pageHeight-sideBarHeight >= 600){			
			jQuery("#jsAdvertismentBlock").html('<div style="margin-top:5px; display:block; text-align:center;"><iframe id="itsfogo77999" name="itsfogo77999" src="http://adserver.itsfogo.com/default.aspx?t=f&v=1&zoneid=77999" frameborder="0" scrolling="no" width="250" height="250"></iframe><br><br><iframe src="http://www.namai.lt/banner.php?pos=11" width="160" height="600" frameborder="0" scrolling="no" allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0"></iframe></div>');		
		}								
	}		
 });

