Here is the problem. Your CSS stylesheet is not being imported correctly
Code:
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.7.0 CSS
* Style: 'Version 3.0 TL!'; Style ID: 28
*/
@import url("http://www.traderslaboratory.com/forums/http://www.traderslaboratory.com/forums/clientscript/vbulletin_css/style-01388d6c-00028.css");
</style>
<link rel="stylesheet" type="text/css" href="http://www.traderslaboratory.com/forums/http://www.traderslaboratory.com/forums/clientscript/vbulletin_important.css?v=370" />
<style type="text/css" id="bbcode_css">
<!--
.bbcode {
font-size:11px;
color:blue;
}
// -->
</style>
<!-- / CSS Stylesheet -->
Note how the CSS urls are malformatted. This is the problem. It is not really related to my script.
Here is a quick fix that doesn't involve editting any files. Add a template replacement that replaces "http://www.traderslaboratory.com/forums/http://" with "http://"