<!--

/* New PM Alert */

/* PM Alert V2
Coded by NCGI (Uchiha Sasuke)*/
var iTD=document.getElementsByTagName('TD') 
if (iTD[2].innerHTML.match(/Hey/i)){
var Amount=iTD[2].innerHTML.split(', ')[3].split(' are new.')[0]
if (location.href.indexOf("=pm") != -1 || location.href.indexOf("=headersfooters") != -1 ){}
else {if (iTD[2].innerHTML.match(/Hey/i)){
if(iTD[2].innerHTML.match(/ 0 /i)){}
else if (iTD[2].innerHTML.match(/ 1 /)){ if (confirm("You Have 1 New Private Message\nDo you want to check it?")) {window.location="index.cgi?action=pm"} else {}}
else { if (confirm("You Have "+Amount+" New Private Messages\nDo you want to check them?")) {window.location="index.cgi?action=pm"} else {}}
}
else {}}}

//-->