//<!-- RANDOM css COLOR SCRIPT -->
//<script language="JavaScript" type="text/javascript">
//<!--
function random_style(){
var mycontent=new Array()

// YOU CAN ADD MORE STYLESHEETS TO THIS LIST
mycontent[1]='<link rel="StyleSheet" href="style/orange.css" type="text/css">'
mycontent[2]='<link rel="StyleSheet" href="style/blue.css" type="text/css">'
mycontent[3]='<link rel="StyleSheet" href="style/green.css" type="text/css">'
mycontent[4]='<link rel="StyleSheet" href="style/purple.css" type="text/css">'


var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_style()
//-->
//</script>
//<!-- RANDOM css COLOR SCRIPT -->

