//SHADOWCLAN
if(pb_skinid == 1){
document.write('<style type="text/css"> .forumbg { background-color: #292929; } </style>');
} 

//RIVERCLAN
else if(pb_skinid == 17){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//STARCLAN
else if(pb_skinid == 18){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//THUNDERCLAN
else if(pb_skinid == 19){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//WINDCLAN
else if(pb_skinid == 20){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//SICKNESS
else if(pb_skinid == 21){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//BLISS
else if(pb_skinid == 23){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//DEFAULT
else if(pb_skinid == 24){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//LEAFBARE
else if(pb_skinid == 25){
document.write('<style type="text/css"> .forumbg { background-color: #334429; } </style>');
}

//THE NEW WARRIORS THE FOUR CLANS
else if(pb_skinid == 27){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//FALLINGLEAF
else if(pb_skinid == 28){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//PUDDLE
else if(pb_skinid == 29){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//TAN SKY
else if(pb_skinid == 30){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//PAWSD
else if(pb_skinid == 31){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//WTFC PERIWINKLE
else if(pb_skinid == 33){
document.write('<style type="text/css"> .forumbg { background-color: #; } </style>');
}

//UBIQUITOUS UTOPIA
else if(pb_skinid == 35){
document.write('<style type="text/css"> .forumbg { background-color: #cee2db; } </style>');
}


