
<!-- 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">Site Links:</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="AboutUs.htm" class="menu">About Us</a>');


document.write('<a href="solutions.htm" class="menu">Solutions</a>');

document.write('<a href="services.htm" class="menu">Services</a>');

document.write('<a href="Call.htm" class="menu">A Call to Action</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">Financial Responsibility Partnership');
document.write('<a target="_blank" href="http://www.markburns.wrfa.com" class="menu"> WADDELL & REED Financial Advisors</a>');



// BLACK SPLIT LINE 2
document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');


// TITLE LINE 3

document.write('<span class="menutitle">Product Partnership:</span><br>');



document.write('<a target="_blank" href="https://www.visalussciences.com/bbvi_us/bbviwelcome.aspx?wid=a7046d2b-f02c-42e8-ae3b-5c819cf7c61e&id=347370" class="menu">Body by Vi Discounted Challenge Kits</a>');

document.write('<a href="Trim.htm" class="menu">Vi-Shape Nutritional Shake Mix Weight Management </a>');

document.write('<a href="Deter.htm" class="menu">Deter-Mints Instant Snack Control</a>');

document.write('<a href="http://www.michaelsmithsr.org/Vi.htm " class="menu">Vi-Pak Ultimate Nutritional Supplement</a>');

document.write('<a target="_blank" href="http://www.MichaelSmithSr.org/Neuro.htm" class="menu">Neuro Smart Energy Drink</a>');

document.write('<a href="Results.htm" class="menu">Life Saving Results</a>');

document.write('<a target="_blank" href="http://www.ods.od.nih.gov" class="menu">Supplement Information</a>');





// BLACK SPLIT LINE 3

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');



// TITLE LINE 4

document.write('<span class="menutitle">Help & Support:</span><br>');

document.write('<a href="resources.htm" class="menu">Resource Links</a>');

document.write('<a href="donation.htm" class="menu">Donation</a>');



document.write('<a href="contact.htm" class="menu">Contact</a>');



// BLACK SPLIT LINE 4

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');





// 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 -->