
- Message
// Title
Function.prototype.sequence = function(vals) {
for (var i = 0; i < vals.length; ++i) this(vals[i]);
}
function threadtitlesspacing()
{
var str=document.getElementById("threadtitles-removespacing").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("threadtitles-removespacing").innerHTML=n;
}
// Views
function threadrepliesspacing()
{
var str=document.getElementById("threadreplies-removespacing").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("threadreplies-removespacing").innerHTML=n;
}
// Last Post
function lastpostspacing()
{
var str=document.getElementById("lastpost-removespacing").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("lastpost-removespacing").innerHTML=n;
}
// Forum Title
function forumtitlespacing()
{
var str=document.getElementById("forumtitle-removespacing").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("forumtitle-removespacing").innerHTML=n;
}
// Title 2
Function.prototype.sequence = function(vals) {
for (var i = 0; i < vals.length; ++i) this(vals[i]);
}
function threadtitlesspacing2()
{
var str=document.getElementById("threadtitles-removespacing2").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("threadtitles-removespacing2").innerHTML=n;
}
// Views 2
function threadrepliesspacing2()
{
var str=document.getElementById("threadreplies-removespacing2").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("threadreplies-removespacing2").innerHTML=n;
}
// Last Post 2
function lastpostspacing2()
{
var str=document.getElementById("lastpost-removespacing2").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("lastpost-removespacing2").innerHTML=n;
}
// Forum Title 2
function forumtitlespacing2()
{
var str=document.getElementById("forumtitle-removespacing2").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("forumtitle-removespacing2").innerHTML=n;
}
window.onload=function(){ threadtitlesspacing(); threadrepliesspacing(); lastpostspacing(); forumtitlespacing(); threadtitlesspacing2(); threadrepliesspacing2(); lastpostspacing2(); forumtitlespacing2() }
//]]>