function RandCSS() {
	a = Math.round(Math.random() * 5 + 1);
	document.write('<link rel="stylesheet" type="text/css" href="fileadmin/templates/styles/style_' + a + '.css" \>');
}

RandCSS();

