<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH		
var pageheight		= "170"		// ADD HEIGHT TO ALL PAGES





// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('T1 Special<br></legend>');

document.write('<br><b>Limited Time Offer:</b><br> $299.00 Ful Data T1<br><a href="contact.php">Contact us for more info.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}







// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Website Special<br></legend>');

document.write('1 Page Website<br>1 Year of Hosting<br><b>&nbsp;&nbsp;&nbsp;ONLY $200.00</b><br> <a href="website_special.htm">Click here for more info.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}









// START SIDEBAR MENU //


document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');


document.write('<a target="_blank" href="http://a2zbushosting.com/?lang=en&action=webhosting" class="menuSidebar">Hosting Services</a>');


document.write('<a href="website_special.htm" class="menuSidebar">Current Specials</a>');


document.write('</td></tr></table><br>');


// END SIDEBAR MENU //









// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<br><img src="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->
