<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<br></legend>');

document.write('Advertise in the PorscheNaut, the award winning monthly publication of the Lone Star Region, and reach over 1,000 Porsche owners in the 37 county area around Houston, Texas.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="linked_docs/pnaut/images/Naut_0812.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA
// To add a link to another website, use this format document.write('<a href="http://website.com">text website name</a><br>')  

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('<br></legend>');

document.write('Go to the What\'s New tab / PorscheNaut Magazine menu to find out how');
document.write(' and join our current advertisers:<br>');
document.write('<br>');
document.write('<a href="http://www.flodderfinancial.com/index.cfm">AXA Financial Advisers<a><br>');
//document.write('AXA Financial Advisers<br>');
document.write('<a href="http://www.casaris.com/">Casari\'s<a><br>');
//document.write('Casari’s<br>');
document.write('Classic Home Inspection<br>');
document.write('<a href="http://www.eurocarwerk.com/">Eurocar Werk<a><br>');
//document.write('Eurocar Werk<br>');
document.write('European Auto Techniks<br>');
document.write('<a href="http://houstonfixmycomputer.com/">Houston Fix My Computer<a><br>');
//document.write('Houston Fix My Computer<br>');
document.write('<a href="http://www.kobymotors.com/">Koby Motors<a><br>');
//document.write('Koby Motors<br>');
document.write('<a href="http://lifetimedentalcaretx.com/about/index.html">Lifetime Dental<a><br>');
//document.write('Lifetime Dental<br>');
document.write('Magnetic Oval Numbers<br>');
document.write('<a href="http://www.manorhouseinn.com/">Manor Inn College Station<a><br>');
//document.write('Manor Inn College Station<br>');
document.write('<a href="http://www.momentumporsche.com/index.htm">Momentum Porsche<a><br>');
//document.write('Momentum Porsche<br>');
document.write('<a href="http://www.porterhedges.com/">Porter Hedges LLP<a><br>');
//document.write('Porter Hedges LLP<br>');
document.write('<a href="http://www.porscheofnorthhouston.com/web/staff/">Porsche of North Houston / Rodger Gay<a><br>');
//document.write('Porsche of North Houston / Rodger Gay<br>');
document.write('<a href="http://www.swissgarage.com/">Swiss Garage<a><br>');
//document.write('Swiss Garage<br>');
document.write('<a href="http://www.texasworldspeedway.com/">Texas World Speedway<a><br>');
//document.write('Texas World Speedway<br>');
document.write('<a href="http://www.victorymotorcars.com/">Victory Motorcars<a><br>');
//document.write('Victory Motorcars<br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
