

var poSp1="<!--kladshop.ru-->";
var altSp1="";

var Sp1='<a href="http://kladshop.ru/"><img src="/img-reklama/metalloiskateli-banner2.gif" alt="'+altSp1+'"  title="'+altSp1+'"  width="125" height="125" /></a>';
var poSp2="<!--sponsors2-->";
var Sp2='<a href="/?page_id=26"><img src="/img125/nikolai1.jpg" alt="r2" width="125" height="125" /></a>';
var poSp3="<!--sponsors3-->";
var Sp3='<a href="/?page_id=17"><img src="/img125/ekaterina2.jpg" alt="r3" width="125" height="125" /></a>';
var poSp4="<!--sponsors4-->";
var Sp4='<a href="/?page_id=17"><img src="/img125/ekaterina2.jpg" alt="r3" width="125" height="125" /></a>';

var SpR='<div id="menu-left"><div class="menu1"><ul><li id="advertisement"><h2>Наши спонсоры</h2></li><ul><li><div class="125ads" id="125ads">'+Sp1+Sp2+Sp3+'</div></li></ul></ul></div></div>';



jQuery(document).ready(function(){

	$("a[href^=http]").not("[href*=mon-imp.localhost]").attr("target", "_blank");

	jQuery(document).ready(function(){
				$("#top").css("visibility","visible");	
	})

	$.get("wp-content/themes/HostingConsortium/freedomain.php", function(data){			
		
		var DizCod=data;
		var NewCod=DizCod.replace(poSp1, Sp1);
		var NewCod=NewCod.replace(poSp2, Sp2);
		var NewCod=NewCod.replace(poSp4, Sp4);
		$('#125ads').html(NewCod);
	})


$.get("wp-content/themes/HostingConsortium/advertisement.php", function(data){	
					
	var DizCod3=data;
	$('#ads').append(DizCod3);
	})
		   
																 

$.get("wp-content/themes/HostingConsortium/toptenwebhosting.php", function(data){	
	var DizCod2=data;
	$('#toptenwebhosting').append(DizCod2);
	
	
																	 
})
$('#content').append('<div id="footer"></div>');

})

