<!-- Begin
var random=Math.floor(9*Math.random());
random=random+1;
style='<!-- @import url( css/' + random + '.css )\; -->';
document.write('<style type=\"text/css\" media=\"screen\">');
document.write('#image1 {background: url(http://www.prstrategiesinc.ca/wp/wp-content/themes/prstrategies/images/left/'+ random +'.jpg) top left no-repeat;}');
document.write('#image2 {background: url(http://www.prstrategiesinc.ca/wp/wp-content/themes/prstrategies/images/right/'+ random +'.jpg) top left no-repeat;}');
document.write('</style>');

// End -->


