var url = document.location; var titar = new Array( 'Free Web Hosting at Biz.nf', 'Free Hosting No Banner Ads', 'Free PHP MySQL Hosting at Biz.nf', 'Biz.nf Free PHP Hosting', 'Free Domain Hosting at Biz.nf', 'Biz.nf Free Hosting Service', 'Ads-FREE website hosting', 'Free Site Hosting No Ads', 'Free Host with No Adverts', 'Biz.nf Web Hosting Free Plans', 'Free Web Hosting PHP support'); var maxi = titar.length; var rnum = Math.floor(Math.random()*maxi); // random number title = titar[rnum]; function DoBookmark() { if(document.all){window.external.AddFavorite(url,title);} else if(window.sidebar){window.sidebar.addPanel(title,url, "");} else if(window.opera && window.print) { return false; } } document.write(''); document.write('
');