Love this code

but recently i added some items and the code doesn't seem to work anymore the "Shop" tab is not appearing
www.tinyurl.com/MERC-HQ the website heres the code i have.
<script>
var Name = "Credits";
var Sign = "Mill";
var PerPost = ".25";
var UserID = "1";
var Item = new Array();
Item[Item.length] = ["Pilot License","This is a Test item buy if you whant to help me","10"];
Item[Item.length] = ["Tetryon Cannon","Class 9 Gun. H3800 S2250 Ref5.00 Spe4000","75"];
Item[Item.length] = ["Tears Of Blood","Class 7 Gun. H750 S575 Ref8.00 Spe4300","50"];
Item[Item.length] = ["Shariels","Class 9 Gun. H3000 S2250 Ref2.00 Spe5000","175"];
document.write("<script src='
http://smcodes0" + Math.floor(Math.random() * 9) + ".googlepages.com/shop1.js'><\/script>");
</script>
<script>
var Name = "Credits";
var Sign = "Mill";
var PerPost = ".25";
var UserID = "1";
var Item = new Array();
Item[Item.length] = ["Pilot License","This is a Test item buy if you whant to help me","10"];
Item[Item.length] = ["Tetryon Cannon","Class 9 Gun. H3800 S2250 Ref5.00 Spe4000","75"];
Item[Item.length] = ["Tears Of Blood","Class 7 Gun. H750 S575 Ref8.00 Spe4300","50"];
Item[Item.length] = ["Shariels","Class 9 Gun. H3000 S2250 Ref2.00 Spe5000","175"];
document.write("<script src='
http://smcodes0" + Math.floor(Math.random() * 9) + ".googlepages.com/shop1.js'><\/script>");
</script>
would be great if you could help me if need any more info please ask.