QUOTE(IAMSOEVIL @ 01-6-2004, 06:54 PM)
Please help me.....how do u chaange ur eprops and comment text? .....and another thing...how do you get alll your boxes or like "sites i read" box to scroll?

grr....Im new to this stuff...so...yea.....*poke*

<script language="JavaScript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/smileys/i)) links[l].innerHTML = str.replace (/smileys/i, "huggle");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "
eprops");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "
comments");
}
var paras = document.getElementsByTagName ('p');
for (var p = 0; p < paras.length; p++) {
str = paras[p].innerHTML;
if (str.match (/smileys/gi)) paras[p].innerHTML = str.replace (/smileys/gi, "ur gay");
}
//-->
</script>
<body onLoad="Change();Place();Time()">
<!-- begin code provided by createblog.com -->
</td></tr></table></body></html><noscript>
<!-- end code provided by createblog.com -->
thats for the comment and eprops... just change the part where i made it bold to anything u want...