var css_num = Math.ceil(6*Math.random());


if (css_num == 1) {
document.write('<title>Welcome to Third Space</title>');
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('<title>third space</title>');
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('<title>third space mind and arts</title>');
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('<title>3SM...my domain, your domain</title>');
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('<title>the space between audience and artist</title>');
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('<title>the space between mind and machine</title>');
document.write('<link rel="stylesheet" href="style6.css" type="text/css"> ');
document.write('<link REL="SHORTCUT ICON" HREF="axion_small.png" type="image/favicon">');
}

