var thedigit = (new Date()).getTime() % 2;
//document.write('The digit is: ', thedigit);
document.write('<link href="/css/home' + thedigit + '.css" rel="stylesheet" type="text/css" />')
