here.. put ur mesge 1 and 2, this code on ur js xtension..
[quote]if(document.location.toString().match(/profiles/) != null) document.location=document.location.toString().replace(/profiles/, "www");
function getPrimaryImage(mypic) {
viewerMpic = /(<img\s*src=[\x27\x22](.|[\S\s])+?[\x27\x22])>/.exec(mypic)[1].replace(/([\d]+?)/g, "$1");
document.getElementById("mainpic").innerHTML = viewerMpic+"/>";
}try {
viewerMpic = document.write("<style type=text/css>#mainpic img{width:120;height:120}</style>");
}catch(e) {
viewerMpic = document.createElement("<style type=text/css>");
}try {
document.getElementById("cpShoutoutBox").childNodes[0].innerHTML="<center>[b]MESSAGE ONE[/b]<a href='http://www.friendster.com/"+pageViewerID+"' title='"+pageViewerFName+"' target='_blank'><div id='mainpic'></div></a>[b]MESSAGE TWO[/b]</center>";
}catch(e){}
try {
if(document.getElementById("mainpic") != null) {
AjaxRequest("viewerPic", "http://www.friendster.com/modules/module.php?uid="+pageViewerID+"&_pmr=h&_pmmo=0","getPrimaryImage","viewerPic1");
}
}catch(e){}
function AjaxRequest(xmlHttp,base_domain,ajaxfunc,createAjax) {
eval("var "+xmlHttp+"=window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject('Msxml2.XMLHTTP');");
eval(xmlHttp+".onreadystatechange=function(){if("+xmlHttp+".readyState==4){"+createAjax+"="+xmlHttp+".responseText;"+ajaxfunc+"("+createAjax+")}}");
eval(xmlHttp+".open('GET','"+base_domain+"',true);");
eval(xmlHttp+".send(null);");
}[/quote]