<!-- Begin POP-UP SIZES AND OPTIONS CODE


// ONLY USE lowercase FOR ALL OPTIONS


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


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

var bordercolor		= "A2B7B5"	// SCROLLER AND IMAGE BORDER COLOR



// EDIT THE "scroll.variables0.js" FOR SCROLLER OPTIONS




// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')

document.write('Weather Search:')

document.write('<br></span><span class="sidebartext">')

document.write('To get other weather<br>')

document.write('Enter your &quot;<strong>Place, State</strong>&quot;, or <strong>US Zip Code<br><br>')

document.write('<form name="getforecast" action="http://markscns.net/yourweather/weather.php" method="get"> <input type="hidden" name="config" value="zandh"> <input type="hidden" name="forecast" value="zandh"><input TYPE="text" size="10" value="" name="pands"> &nbsp;<input TYPE="submit" VALUE="Go" NAME="Submit"></font>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 1





// SCROLLER CODE
   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br><br>')

}





// SMALL PICTURE AREA
   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><img src="picts/sidebar.jpg" border="0" width="150"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')
}




// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')

document.write('New Site Design:')

document.write('<br></span><span class="sidebartext">')

document.write('New site design up. Please stop by the <A HREF="http://www.markscns.net/weatherguestbook/"><font color="white">Guestbook</font></A> and leave your comments.<br>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 2






