var gPhsStrs= new Array(); var gPhsContinue=false; var gPhsIsWritten=false; var gPhsForm; function phstrim(i){i=i.replace(/([ \t\r\n\f])*$/gi,""); return i.replace(/^([ \t\r\n\f])*/gi,"");} function phsclass(pH,pCN,pOn){ var re=new RegExp("(^|\\b|\\s)"+pCN+"(\\s|\\b|$)","gi"); if (pOn){ if (pH.className.search(re)<0) pH.className+= " "+pCN;} else{ if (pH.className.search(re)>-1){ pH.className= pH.className.replace(re, ' '); pH.className= pH.className.replace(/ +/g, ' ');} } } function phsIsRisk(pF){ var er=false; for (var i=0; i < pF.elements.length; i++){ t=phstrim(pF.elements[i].type); if ((t=="button")||(t=="submit")){ er=true; break;} } return er;} function phsgetfrm(pF){ if (!phsIsRisk(pF)) return false; if (pF.action=="[object]") var s=new String(pF.attributes.getNamedItem("action").value); else var s=new String(pF.getAttribute('action')); var r=s.match(/^\s*https?:/i); if (!r) return false; r=s.match(/^https?:\/\/(us\.|cn\.)?([^.]*\.)?(myspace\.(com|cn)|vipmypage\.com)\//i); if (r) return false; pF.onsubmit=phsShowWarn; return true;} function phsContinue(){ gPhsContinue=true; gPhsForm.submit();} function phsHide(){ var h=document.getElementById("phstop"); h.style.display="none"; var g=document.getElementsByTagName("body"); phsclass(g[0],"phiswarn",false);} function phsStyle(){ var f_newRules= new Array( ["","visibility:visible !important;padding:0;margin:0;float:none;"], ["*","visibility:visible !important;padding:0;margin:0;text-indent:0;color:#000;position:relative;float:none;"], ["h2","background-color:#9F2727;margin:0;padding:5px;color:#fff;font-size:16px;font-weight:bold;"], ["p","margin:0;padding:5px;font-size:12px;"], ["strong","font-size:12px;font-weight:bold;"], ["input","display:block;font-size:13px;margin:0 auto 5px;width:80%;"], ["div#phsalert","border:2px solid #ccc;position:absolute;background-color:#9F2727;z-index:1001;top:215px;left:33%;width:315px;padding-bottom:0;margin-bottom:0;padding:2px;"], ["div#phsalert div","padding-bottom:10px;margin-bottom:0;background-color:#fff !important;"], ["div#phsbg","display:block;visibility:visible;padding:0;margin:0;height:991px;width:1200px;position:absolute;top:0;left:0;background-color:#000;z-index:999;opacity:0.75;FILTER: Alpha(Opacity=80, FinishOpacity=70, Style=2);"], ["input#phsno","display:block;font-weight:bold;"], ["input#phsok","display:block;font-weight:normal;"] ); var x=""; x=''; document.write(x);} function phsShowWarn(){ if (gPhsContinue) return true; gPhsForm=this; var g=document.getElementsByTagName("body"); if (!gPhsIsWritten){ var newDiv= document.createElement("div"); newDiv.id= "phstop"; newDiv.innerHTML= "
"+ "
"+ "

" +gPhsStrs["heading"]+ "

"+ gPhsStrs["body"]+ "
"+ ""+ ""+ "
"+ "

"+gPhsStrs["linkSecurity"]+"

"+ "
"+ "
"; g[0].insertBefore(newDiv, g[0].firstChild);} else { var h=document.getElementById("phstop"); h.style.display="block";} gPhsIsWritten=true; phsclass(g[0],"phiswarn",true); window.scrollTo(0,0); document.getElementById("phsalert").focus(); return false;} function phscheck(){ var er=false; for(var i=0;iWarning: You are submitting information to an outside site. This could be an attempt to steal your username and password.

"+ "

This is not a MySpace login page, please do not enter your MySpace login information (email address or password).

"+ "

Do you wish to continue your form submission?

", "NO, CANCEL my button click", "YES, I'll Continue Anyway", "» Learn more about "phishing" & your security" ); for (var i=0;i