// JavaScript Document
index = Math.floor(Math.random() * 7);
document.write('<link rel="stylesheet" type="text/css" href="Templates/'+index+'.css">');
