
<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td>');


// TITLE LINE 1

document.write('<span class="menutitle">About Us:</span><br>');


// START LINKS


// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK


document.write('<a href="index.html" class="menu">Home</a>');

document.write('<a href="sitemap.html" class="menu">Site Map</a>');

document.write('<a href="benefits.html" class="menu">Benefits</a>');

document.write('<a href="termsofservice.html" class="menu">Terms of Service</a>');

document.write('<a href="privacy.html" class="menu">Privacy Policy</a>');


//document.write('<a href="careers.htm" class="menu">Career Opportunities</a>');



// BLACK SPLIT LINE 1

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');


// TITLE LINE 2

document.write('<span class="menutitle">Traffic Groups:</span><br>');

document.write('<a href="target.html" class="menu">Targeted Categories</a>');

document.write('<a href="adultcatg.html" class="menu">Adult Targeted</a>');

document.write('<a href="casinocatg.html" class="menu">Casino-Gambling</a>');

// BLACK SPLIT LINE 3

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');


// TITLE LINE 3

document.write('<span class="menutitle">Order Center</span><br>');

document.write('<a href="ordtarget.html" class="menu">Targeted Categories</a>');

document.write('<a href="ordadultcatg.html" class="menu">Adult Targeted</a>');

document.write('<a href="ordcasinocatg.html" class="menu">Casino-Gambling</a>');

document.write('<a href="campaign.html" class="menu">Campaign Tracking</a>');

// BLACK SPLIT LINE 4

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');

// TITLE LINE 4

document.write('<span class="menutitle">Resources</span><br>');

document.write('<a href="partners.html" class="menu">Network Partners</a>');

document.write('<a href="domainhosting.html" class="menu">Domain Hosting Partners</a>');

// THIS IS THE GRAPHIC UNDER THE MENU

//document.write('<br><center><a href="contact.htm"><img src="picts/side_menu.jpg" width="100" height="125" border="0" class="borders"></a><br><br></center>');



document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->