function sbc() 
{ 
var randomize = Math.round(Math.random()*9);



if (randomize == 0){
     document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../sb0.css\" />");

}else if (randomize == 1){
      document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../sb1.css\" />");

}else if (randomize ==2){
     document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../sb2.css\" />");

}else if (randomize ==3){
     document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../sb3.css\" />");


}else if (randomize ==4){
     document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../sb4.css\" />");


}else if (randomize ==5){
     document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../sb5.css\" />");


}else if (randomize ==6){
     document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../sb6.css\" />");


}else if (randomize ==7){
     document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../sb7.css\" />");


}else if (randomize ==8){
     document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../sb8.css\" />");


}else if (randomize ==9){
     document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../sb9.css\" />");
}


}
