<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var sidewidth		= "160"		// SIDEBAR WIDTH (also edit CSS)
var pageheight		= "125"		// INCREASE PAGE HEIGHT

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var notes3		= "yes"



// 1st NOTES AREA
   if (notes1 == "yes") {
document.write('<div class="announce">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="left" >');
document.write('<h2>Attractions</h2>');
document.write('</td></tr><tr><td>');

document.write('<p align="left"><b><font color="#004F9D">Make sure you get the most out of your visit to Florida by looking up the major');
document.write('<a href="attractions.html"> theme parks and attractions</a>');
document.write(' which the Sunshine State offers you</p>');
document.write('<p class="textright"><a href="attractions.html">More»</a></p>');
document.write('</td></tr></table>');
document.write('<br>');
document.write('</div>');
}

document.write('<br>');


// 2nd NOTES AREA
   if (notes2 == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');
document.write('<a href="buy.html">');
document.write('<img border="0" src="img/sidebarvilla.jpg" width="134" height="193"></a></p>');
document.write('<br>');
document.write('</div>');
}


// 3rd NOTES AREA
   if (notes3 == "yes") {
document.write('<div class="announce">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="left" >');
document.write('<h2>Villa Owners</h2>');
document.write('</td></tr><tr><td>');

document.write('<p align="left"><b><font color="#004F9D">Do you own a vacation villa in Florida? If you would like your villa listed with us, simply');
document.write('<a href="villa_owners.html"> click here for more information</a></p><br>');

document.write('</td></tr></table>');

document.write('</div>');
}
document.write('<br>');






document.write('<img src="img/spacer.gif" width="'+sidewidth+'" height="'+pageheight+'"></a><br>');


//  End -->