<!--
// JavaScript code for the Schooner-Atlantic.com newsletter page (c)2006-2010 Ancko 
function isBlank() { //empty field warning v5
value=document.newsletter_sub.elements['yourmail'].value;
if ( value == "" ){
alert("You need to enter a valid email address. \n\nSee our FAQ if you want more information...");
return false; }
else { return true; }
}
function clearText(newsletter_sub) { //empties email box
newsletter_sub.elements['yourmail'].value="";
}
function clearSearch(site_search) { //empties search box
site_search.elements['sp_q'].value="";
}
function placeFocus(){ //puts the cursor in the box
document.forms[0].elements['yourmail'].focus(); 
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//--> 


