
//<!-- Begin
var random=Math.floor(8*Math.random());
random=random+1;
document.write('<style type=\"text/css\" media=\"screen\">');
document.write('#header {background: url(http://www.raincityhousing.org/wordpress/wp-content/themes/raincity/images/top/'+ random +'.jpg) bottom right no-repeat;}');

document.write('</style>');

// End -->

