// JavaScript Document

//<![CDATA[
var images = new Array(3);
images[0] = "#h_search.h_floatright { background: url(images/VelocityAd.gif) no-repeat; }";
images[1] = "#h_search.h_floatright { background: url(images/StoveTrekAd.jpg) no-repeat; }";
images[2] = "#h_search.h_floatright { background: url(images/CollegePlanningAd.jpg) no-repeat; }";


var index = Math.floor(Math.random() * images.length);

document.write("<style type='text/css' media='screen'>\n");
document.write("<!--\n");
document.write("" + images[index] + "\n");
document.write("-->\n");
document.write("</style>\n");
//]]>