<!--
//edit the links as you would with regular html but remeber the '/" changes 
//and follow the examples as a guide
//-->

var Store = '<a href="http://nlaf.us"><img src="http://www.nlaf.us/assets/images/nlafStore.gif" width="180" height="110" border="0"></a>';
var Calendar = '<a href="http://www.nlaf.us/info/toyland2009.htm"><img src="http://www.nlaf.us/assets/images/toyland_ad.jpg" width="180" height="110" border="0"></a>';
var Ads = '<a href="http://www.nlaf.us/services/advertise.htm"><img src="http://www.nlaf.us/assets/images/nlaf.gif" width="180" height="110" border="0"></a>';
var Mark = '<a href="http://www.themarkbycpi.com" target="_blank"><img src="http://www.nlaf.us/assets/images/Nashville is Closer Banner.jpg" width="180" height="110" border="0"></a>';
var Frolicon = '<a href="http://www.frolicon.com" target="_blank"><img src="http://www.nlaf.us/assets/images/frolicon.jpg" width="180" height="110" border="0"></a>';
var TRC = '<a href="http://www.theredchair.org" target="_blank"><img src="http://www.nlaf.us/assets/images/trc.gif" width="180" height="110" border="0"></a>';
document.write('<center><table cellpadding="4" cellspacing="1" border="1" class="advertline">');
document.write('<tr valign="top"><td width="25%">' + Calendar + '<\/td>');
document.write('<td width="25%">' + TRC + '<\/td>');
document.write('<td width="25%">' + Store + '<\/td>');
document.write('<td width="25%">' + Mark + '<\/td><\/tr>');
document.write('<\/table><\/center>');
