// JavaScript Document
var eight=0;
var idth=0;
if (self.screen) {
// for NN4 and IE4
idth = screen.width
eight = screen.height
}

if (idth<1025)
{
document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"/published/publicdata/KINGBO43WAOS/attachments/SC/themes/sci/1024.css\" >")
}
else
{
if (idth>1280)
{
document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"/published/publicdata/KINGBO43WAOS/attachments/SC/themes/sci/1280.css\" >")
}
else
{
document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"/published/publicdata/KINGBO43WAOS/attachments/SC/themes/sci/normal.css\" >")
}
}

