var homestylestring = '#fixturebg { background-image: url("images/home/homebg_' + Math.floor(Math.random() * 5) + '.jpg") }';

document.write('<style type="text/css">' + homestylestring + '</style>\n');