// a function to simplify HTML authoring with Javascript
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function dw(text)
{
  document.write(text);
}

dw('<table width="620" border="0" cellpadding="0" cellspacing="2" bgcolor="ffffff">');
dw('<tr align="center" bgcolor="#CC3333"> ');
dw('<td width="103" height="20" class="whitebody"><strong><a class="whitebody" href="http://www.ccefoundation.org/publication/">Publications</a></strong></td>');
dw('<td width="103" height="20" class="whitebody"><strong><a class="whitebody" href="http://www.scanews.com/yp">Yellow Pages</a></strong></td>');
dw('<td width="103" height="20" class="whitebody"><strong><a class="whitebody" href="http://www.scanews.com/classifieds">Classifields</a></strong></td>');
dw('<td width="103" height="20" class="whitebody"><strong><a class="whitebody" href="http://www.scanews.com/advertising">Advertising</a></strong></td>');
dw('<td width="103" height="20" class="whitebody"><strong><a class="whitebody" href="http://scanews.mail.everyone.net">Email</a></strong></td>');
dw('<td width="103" height="20" class="whitebody"><strong><a class="whitebody" href="http://www.scanews.com/aboutus/aboutus.html">About Us</a></strong></td>');
dw('</tr>');
dw('</table>');
