// segnala questo sito
var good;
var url = "www.plunkett.it";
function checkEmailAddress(field) {
var goodEmail = field.value.match(/\b(^(\S+@).+((\.com)|(\.net)|(\.edu)|(\.mil)|(\.gov)|(\.org)|(\..{2,2}))$)\b/gi);
if (goodEmail){
   good = true
} else {
   alert('Insert a valid email address.')
   field.focus();
   field.select();
   good = false;
  }
}

u = window.location;
// u = url;
m = "Knowing you love good music I recommend you to visit this website";
function mailThisUrl(){
   good = false
   checkEmailAddress(document.eMailer.address)
   if (good){
      window.location = "mailto:"+document.eMailer.address.value+"?subject="+m+"&body="+document.title+" "+u;
   }
}

// pop up lyrics
function popup(str) {

        searchWin = window.open(str,'popup','scrollbars=no,resizable=no,width=350,height=360,status=no,location=no,toolbar=no,scrollbars=yes');

//        window.open(str,'popup','resizable=no,width=550,height=300,status=yes,location=no,toolbar=no', marginwidth=0, marginheight=0);

//        searchWin.refer = self;
}
//-->

<!--statistiche
  stats = "r=" + escape(window.document.referrer);
  document.write('<img border="0" height="0" width="0" src="http://www.scriptsocket.com/cgi-bin/webstats/hit.cgi?u=plunks&w='+screen.width+'&h='+screen.height+'&' + stats +'">');
//-->fine statisitche

<!--gallery
function
    gallery(imageName,imageWidth,imageHeight,alt,bgcolor) {
    newWindow =window.open("","","width="+imageWidth+",height="+imageHeight+",left=100,top=100");
    newWindow.document.open();
    newWindow.document.write('<html><title>'+alt+'</title><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor='+bgcolor+' onBlur="self.close()" onClick="self.close()">');
    newWindow.document.write('<table width='+imageWidth+' border="0" cellspacing="0" cellpadding="0" align="center" height='+imageHeight+' ><tr><td>');
    newWindow.document.write('<img src="'+imageName+'" width='+imageWidth+' height='+imageHeight+' alt="Clicca per chiudere" >');
    newWindow.document.write('</td></tr></table></body></html>');
    newWindow.document.close();
    newWindow.focus();
}
//-->fine galley


    <script language="JavaScript" type="text/JavaScript">
<!--antispam guestbook
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_validateForm() { //v4.0
  var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
        if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
      } else if (test!='R') { num = parseFloat(val);
        if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
        if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
          min=test.substring(8,p); max=test.substring(p+1);
          if (num<min || max<num) errors+='- '+nm+' deve contenere un numero compreso tra '+min+' e '+max+'.\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
  } if (errors) alert('Attenzione:\n'+errors);
  document.MM_returnValue = (errors == '');
}
//fine antispam-->
    </script>
	