var ip = "<?php echo $_SERVER['REMOTE_ADDR']?>";

var frame_width  = tp_ad_width + 12;
var frame_height = tp_ad_height + 35;

//create ads on page
document.write(String.fromCharCode(60,73,70,82,65,77,69)); //<iframe

document.write(' width='+frame_width+' height='+frame_height+' src="http://serv.u-go.co.za/get_data.php?pub=' +tp_ad_pub +'&width=' +tp_ad_width +'&height=' +tp_ad_height +'&format=' +tp_ad_format +'&border=' +tp_color_border +'&bg=' +tp_color_bg +'&link=' +tp_color_link +'&text=' +tp_color_text +'&url=' +tp_color_url +'&ref='+document.location.href +'" frameborder=0 scrolling="no">');

document.write(String.fromCharCode(60,47,73,70,82,65,77,69,62)); //</iframe>
