function goBack(){
	window.history.back();
}

function goBackTwo(){
	window.location = "index.htm";
//window.location = "www.spanishstroll.com"
}

<!-- Begin 
function ssBitW() {

msg=window.open("","msg","height=400,width=700,left=10,top=10,scrollbars=0");

msg.document.write("<html><title>A Link to BitWrangler.com ...</title>");

msg.document.write("<link rel='stylesheet' href='ssbitw.css'>");

msg.document.write("<body onMouseUp=window.close()>");

msg.document.write("<font Size='5' color='#ff7c00'><b><i>A Link to BitWrangler.com</i></font><hr>");

msg.document.write("Jim and Barb are registered to send ham radio email position reports to this site.");
msg.document.write(" They will update the position information whenever they have a chance.");
msg.document.write(" Most cruisers tend to do this on a weekly basis.");
msg.document.write("<br><br>You will be able to see their position on a map maintained at this site, and see other information regarding other boats currently sailing the same areas, etc.");
msg.document.write("<br><br>When you follow this link, you will be able to see report statistics for all of these boats.");
msg.document.write("<br><br>Jim and Barb will be listed under the Call Sign <font color='#ff7c00'>KG6NNP</font> on this list.");
msg.document.write("<br>The map will show the boat name, which is (of course) <font color='#ff7c00'>Spanish Stroll</font>.");
msg.document.write("<br><br><center><table border='0' width='60%'><tr>");
msg.document.write("<td><font size='4'><a href='http://www.bitwrangler.com/yotreps' target='_Top'>Link to Bitwrangler.com</a></font></td>");
msg.document.write("<td valign='top' align='right'><font size='4'><a href='javascript:window.close()'>Close</a></b></font></td></tr></table></center>");

msg.document.write("</body></html><p>");
}

var refer=true;
function dispDiv() {
if (refer) {
  document.all.contents.style.visibility="visible";
  refer=false;
}
else {
  document.all.contents.style.visibility="hidden";
  refer=true;
}
}

<!-- Begin Scrolling Message

 var spaca = " "
 var spacb = "     .....     "
 var spacc = "     ....."
 var spacd = ".....     "
 var space = "....."
 var spacf = " ••••• "
 var spacg = "                              "
 var spach = "     *****     "
 var scr = spach + "Special Torrance Bulletin"
 var scr = scr + spach + "Latest Message (w/Pictures): May 14th 2009"
 var scr = scr + spacb + "Check out our latest message for a few pictures"
 var scr = scr + spaca + "of our trip to the Spanish Stroll's new home."
 var scr = scr + spacb + "Note: As time permits and circumstances dictate,"
 var scr = scr + spaca + "we do intend to continue adding content to this site,"
 var scr = scr + spacd + spacg


function Scroller(){
	temp = scr.substring(0,1);
	scr += temp
	scr = scr.substring(1,scr.length);
	document.Scroll.ScrollBox.value = scr.substring(0,95);
	var counts = setTimeout("Scroller()",100);
	}


