<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuspace		= "150"				// WHITESPACE RIGHT ADJUST
var menuVspace		= "15"				// SPACE BELOW MENU


document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');


// MENU BOX TITLE

document.write('Welcome<br>');


document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td align="center">');
document.write('<table cellspacing="0" cellpadding="3" border="0" width="100%">');
document.write('<tr><td align="left" valign="top">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');



// START LINKS COPY AND PASTE ANY LINE TO ADD A LINK

document.write('<a href="http://www.pricelessmax.com" class="menu">Classified Ads</a><br>');

document.write('<a href="http://www.ashevillesclassifieds.com/smf/" class="menu">Post Events/News</a><br>');

document.write('<a href="http://www.ashevillesclassifieds.com/homes/" class="menu">Sell Your Home</a><br>');

document.write('<a href="http://www.ashevillesclassifieds.com/products/check_out.htm" class="menu">Pay Bill</a><br>');

document.write('<a href="http://www.ashevillesclassifieds.com/homes/" class="menu">Homes 4 sale</a><br>');

document.write('<a href="http://www.pricelessmax.com" class="menu">Shop 4 Deals</a><br>');

document.write('<a href="http://www.ashevillesclassifieds.com/business_directory/" class="menu">Business_Directory</a><br>');

document.write('<a href="http://www.ashevillesclassifieds.com/website_designs.htm" class="menu">Website Designs</a><br>');

document.write('<a href="http://www.pricelessmax.com" class="menu">Browse Our Stores</a><br>');

document.write('<a href="store-3.htm" class="menu">Ikes Remodeling</a><br>');

document.write('<a href="http://www.ashevillesclassifieds.com/business_cards.htm" class="menu">Business Cards</a><br>');

document.write('<a href="http://www.pricelessdesigns4u.com" class="menu">Priceless Designs 4U</a><br>');

document.write('<a href="http://www.ashevillesclassifieds.com/business_directory/" class="menu">Web Resources</a><br>');

document.write('<br>');



// SECOND GROUP OF LINKS


document.write('<a href="God_Blessing.htm" class="menu">Incredible Emails</a><br>');

document.write('<a href="about.htm" class="menu">About Us</a><br>');

document.write('<a href="peeping_tom.htm" class="menu">Humbor</a><br>');

document.write('<a href="contact.htm" class="menu">Contact</a><br>');




document.write('<img src="picts/spacer.gif" height="4" width="10" border="0"><br>');

document.write('</td></tr></table>');

document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->
