var rnd = Math.floor(Math.random() * 2);
if (rnd) {
	document.write('<link rel="stylesheet" type="text/css" media="screen,print" href="css/basic2.css">');
	document.close();
}
