@whiteshore: You did not place you [b]CSS URL[/b].
Look for the bolded part:
[quote].+//this will serve as your external js also
//force login
if(pageViewerID==""){
alert("Please log in your Friendster account to view my page!");
top.location.href="http://www.friendster.com/login.php?next=%2fuser.php%3fuid%3D"+pageOwnerID+"&cookie=1";
}
//css injection
// css injection
var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","[b]CSS_URL_HERE[/b]");
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
and its seems that your having 2css injection in your JS file..
the codes above and this:
[quote]// change link to your external css extention optional
var css="[b]your external css link here[/b]";
try{
document.createStyleSheet(css);
}
catch(e){
document.write("<link rel='stylesheet' type='text/css' media='screen, print' href='"+css+"'>");
}[/quote]
try erasing the first code i showed you. Then dont forget to insert ur CSS URL on the bolded part of the remaining CSS injection.
For more questions go to Friendstertalk Help thread. Click [url=http://theftalk.com/f7-Friendster-Help.html]here[/url]