function makeFrame(w, h, t, cl, id, ca) {
	var s = "<iframe ";
	if(cl != '') s += "class=\""+cl+"\" ";
	s += "style=\"border:none;padding:0;width:"+w+"px;height:"+h+"px;overflow:hidden\" src=\"http://www.tri247ads.com/advert.php?type="+t+"&num="+id+"&category="+ca+"\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\"></iframe>";
	document.write(s);
	}

if(typeof tse_onPageId == "undefined") var tse_onPageId = 0;
if(typeof tse_category == "undefined") var tse_category = '';
makeFrame(tse_ad_width,tse_ad_height,tse_ad_type,tse_iframe_class,tse_onPageId,tse_category); 