// JavaScript Document
//Created by GRR on 31st December 2007
//This code is used to create the advertising links

<!--          
document.write("<table width='100%' border='0' cellpadding='2' cellspacing='2'>");
  document.write("<tr>");
    document.write("<td colspan='3' class='BodyTxt-10Percent-BK'>");
	  document.write("<hr size='1' width='100%'>");
	document.write("</td>");
  document.write("</tr>");
	
  document.write("<tr>");
    document.write("<td width='35%' align='left' valign='top' class='BodyTxt-71Percent-BK'>");
      document.write("<strong><a href='http://sjcinstallations.co.uk' target='_blank'>SJC Installations Ltd</a></strong><br>Highly specialised in kitchen<br>and bathroom installations<br><a href='http://sjcinstallations.co.uk' target='_blank'>www.sjcinstallations.co.uk</a>");
    document.write("</td>");
    document.write("<td width='65%' align='left' valign='top' class='BodyTxt-71Percent-BK'>");
      document.write("<strong><a href='http://www.Vlook.co.uk' target='_blank'>Vlook Dating (UK)</a> <img src='PageLayoutImages/HeartClear1.gif' align='absmiddle' alt='Vlook Dating (UK)' title='Vlook Dating (UK)'></strong><br>The new COOL, safe way for dating,<br>fun, friendship, love & romance...<br><a href='http://www.Vlook.co.uk' target='_blank'>www.Vlook.co.uk</a>");
    document.write("</td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td colspan='2' class='BodyTxt-10Percent-BK'>&nbsp;</td>");
  document.write("</tr>");
document.write("</table>");			
//-->
