var css_num = Math.ceil(6*Math.random());

if (css_num == 1) {
document.write('<link rel="stylesheet" href="../style1.css" type="text/css"> ');
document.write('<link REL="SHORTCUT ICON" HREF="../browser_icon.gif" type="image/favicon">');
}

if (css_num == 2) {
document.write('<link rel="stylesheet" href="../style2.css" type="text/css"> ');
document.write('<link REL="SHORTCUT ICON" HREF="../3d_movie_pic_2_small.jpg" type="image/favicon">');
}

if (css_num == 3) {
document.write('<link rel="stylesheet" href="../style3.css" type="text/css"> ');
document.write('<link REL="SHORTCUT ICON" HREF="../bkgd_red_small.jpg" type="image/favicon">');
}

if (css_num == 4) {
document.write('<link rel="stylesheet" href="../style4.css" type="text/css"> ');
document.write('<link REL="SHORTCUT ICON" HREF="../banner.png" type="image/favicon">');
}

if (css_num == 5) {
document.write('<link rel="stylesheet" href="../style5.css" type="text/css"> ');
document.write('<link REL="SHORTCUT ICON" HREF="../browser_icon.gif" type="image/favicon">');
}

if (css_num == 6) {
document.write('<link rel="stylesheet" href="../style6.css" type="text/css"> ');
document.write('<link REL="SHORTCUT ICON" HREF="../axion_small.png" type="image/favicon">');
}

