// JavaScript Document
	
	


	function showpbox(){
						
			var pbox = "";
			pbox += "     <table width=\"199\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">";
			pbox += "        <tr>";
			pbox += "          <td><img src=\"/images/ptop.gif\" alt=\"\" width=\"199\" height=\"38\" /></td>";
			pbox += "        </tr>";
			pbox += "        <tr>";
			pbox += "          <td class=\"pbg\"><ul class=\"plist\">";
			pbox += "			<li><a href=\"http://www.linkspub.com/\"><img src=\"/images/lkbutton2.gif\" width=\"150\" height=\"35\" border=\"0\" /></a></li>";
			pbox += "			<li>ADVERTISEMENTS</li>";
			pbox += "        	<li><a href=\"http://www.smartpixels.net/\"><img src=\"/images/smartpixels.gif\" width=\"150\" height=\"30\" border=\"0\" /></a></li>";
			pbox += "			<li><a href=\"http://www.the-web-directory.co.uk/\"><img src=\"/images/thewebdirectory.gif\" width=\"150\" height=\"35\" border=\"0\" /></a></li>";
			pbox += "            </ul>";
			pbox += "            <table border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">";
			pbox += "              <tr>";
			pbox += "                <td><a href=\"http://www.iguides.org/\"><img src=\"/images/iguides.gif\" alt=\"IGuides\" border=\"0\"  /></a></td>";
			pbox += "              </tr>";
			pbox += "              <tr>";
			pbox += "                <td height=\"15\"></td>";
			pbox += "              </tr>";
			pbox += "              <tr>";
			pbox += "                <td><a href=\"http://www.biz-giant.com/\"><img src=\"/banners/bizgiant.gif\" alt=\"Biz Giant Directory Network\" border=\"0\"  /></a></td>";
			pbox += "              </tr>";
			pbox += "              <tr>";
			pbox += "                <td height=\"15\"></td>";
			pbox += "              </tr>";
			pbox += "            </table></td>";
			pbox += "        </tr>";
			pbox += "        <tr>";
			pbox += "          <td><img src=\"/images/pbottom.gif\" alt=\"\" width=\"199\" height=\"37\" /></td>";
			pbox += "        </tr>";
			pbox += "      </table>";


		document.write(pbox);
	}
	
	function dj_showbanner(url, src){
		content = '<a href="' + url + '"><img  src="' + src + '"  align="center" border="0" /></a>';	
		banner = '<div style="padding:20px; background:#FFFFFF"><table border="0" cellspacing="0" cellpadding="0" align="center"><tr><td>' + content + '</td></tr></table></div>';
		document.write(banner);
	}	
	
	function dj_showbanner2(url, src){
		content = '<a href="' + url + '"><img  src="' + src + '"  align="center" border="0" /></a>';
		banner = '<table align="right" width="735" height="100"  cellpadding="5" cellspacing="0" bgcolor="#FFFFFF" style="margin-top:5px; margin-right:5px"><tr><td><table border="0" cellspacing="0" cellpadding="0" align="center"><tr><td>' + content + '</td></tr></table></td></tr></table>'
		document.write(banner);
	}	
	
	function dj_showbanner3(url, src){
		content = '<a href="' + url + '"><img  src="' + src + '"  align="center" border="0" /></a>';	
		banner = '<div style="padding:10px; background:#FFFFFF"><table border="0" cellspacing="0" cellpadding="0" align="center"><tr><td>' + content + '</td></tr></table></div>';
		document.write(banner);
	}	
	
	
	
	
	
	
	
	
	
