2006-8-17 11:32 PM
[kae′]
【xanga】Replace next five & previous five
<!-- begin code provided by createblog.com -->
<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 (/next 5 >>/i)) links[l].innerHTML = str.replace (/next 5 >>/i, "NEXT FIVE");
else if (str.match (/<< previous 5/i)) links[l].innerHTML = str.replace (/<< previous 5/i, "PREViOUS FIVE");
}//-->
</script>
<!-- end code provided by createblog.com -->
[[i] 本帖最後由 [kae′] 於 2006-8-17 11:34 PM 編輯 [/i]]