Welcome Guest. Please Login or Register. Nov 25, 2009, 6:42am
');
var cssSkin = [];
/* First Break if for Class, second Break is for the Image URL */
cssSkin["1"] = [
["titlebg", "http://i189.photobucket.com/albums/z44/Skinfiddler/Orange%20blackout/Title_des3.png"],
["catbg", "http://i189.photobucket.com/albums/z44/Skinfiddler/Orange%20blackout/cat_des3.png"],
["menubg", "http://i189.photobucket.com/albums/z44/Skinfiddler/Orange%20blackout/Title_des3.png"],
["newstitlebg","http://i189.photobucket.com/albums/z44/Skinfiddler/Orange%20blackout/Title_des3.png"]];
/* Last Skin must end with a Bracket then a semicolon. */
var iSheet = document.styleSheets.item(0);
var isIE = (document.all)? true : false;
if(iSheet){
if(cssSkin[pb_skinid]){
for(s = 0; s < cssSkin[pb_skinid].length; s ++){
var tRule = "." + cssSkin[pb_skinid][s][0];
var tVal = cssSkin[pb_skinid][s][1];
if(isIE){
iSheet.addRule(tRule, "background-image: url(" + tVal + ")");
} else {
iSheet.insertRule(tRule + "{" + "background-image: url(" + tVal + ")}", 0);
}}}}}
//-->
If you have forgotten the password to your account, we can send you an email with your password. Enter either your username (if you remember it), or your email address, and we will email you your account information.