whichImage = Math.round( Math.random() * (9) );

document.write('<STYLE type=text/css>');
document.write('body {background-image:url(http://Brian.Indrelunas.com/images/me/'+whichImage+'.gif); }');
document.write('</STYLE>');