<!-- Begin



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









document.write('');



document.write('');



document.write('');



document.write('');



document.write('');







// EDIT THE NEXT LINE





var showfacebook		= "yes"   // SHOW FACEBOOK LINK



var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT



// FACEBOOK AREA



   if (showfacebook == "yes") {

document.write('<table width="600" align="center"><tr><td class="footer" width="25%"><a href="http://www.facebook.com/distinctivehospitality" target="_blank"><img src="picts/facebook.jpg" border="0" alt="Become a Fan on Facebook"></a></td>');

}



   if (allwebco == "yes") {

document.write('<td width="50%" align="center" class="footer">');

document.write('Distinctive Hospitality Designs, LLC<br>');

document.write('All contents &copy; 2009<br>');

document.write('Powered By <a href="http://qcomp.net" target="_blank">QComp</a></td>');

}



document.write('<br><td width="10%"><img src="picts/logo_mlr.jpg"></td><td class="footer" width="15%">Proud Sponsor of the <a href="http://www.miracleleagueofrichmond.com" target="_blank">Miracle League of Richmond</a></td></tr></table>');













//  End -->