window.onload = rotate;

var adImages = new Array("/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/Bongos.jpg"
				  ,"/atf/cf/%7B20710196-d749-4ea3-ad29-cdb6da6af516%7D/CLASS_2009.JPG"
				  ,"/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/Books.jpg"
				  ,"/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/Building.jpg"
				  ,"/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/Flowers_Tree2.jpg"
				  ,"/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/Flowers_Tree.jpg"
				  ,"/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/Group1.jpg"
				  ,"/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/Group2.jpg"
				  ,"/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/Palm.jpg"
				  ,"/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/Snowy.jpg"
				  ,"/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/Tallus.jpg"
				  ,"/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/Yamakas.jpg");
var thisAd = 0;

function rotate() {
	thisAd++;
	if (thisAd == adImages.length) {
		thisAd = 0;
	}
	document.getElementById("adBanner").src = adImages[thisAd];

	setTimeout("rotate()", 8 * 1000);
}
document.write('<div style="position:relative">');
document.write('<img src="/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/Books.jpg" border="0"  usemap="#hp_lm_map" id="adBanner" style="z-index:3" />');
document.write('<map name="hp_lm_map" id="hp_lm_map"><area id="hpbannerhit" shape="rect" coords="526,165,620,178" href="javascript:popUpWindow(');
document.write("'");
document.write('http://www.rrc.edu/site/lookup.asp?c=iqLPIWOEKrF&b=2433459');
document.write("'");
document.write(', 650, 550)" />');
document.write('<img src="/atf/cf/{20710196-D749-4EA3-AD29-CDB6DA6AF516}/bt_learnmore_on.gif" style="position:absolute;top:165px;left:526px;display:none;z-index:4;" id="hplearnmore" onclick="javascript:popUpWindow(');
document.write("'");
document.write('http://www.rrc.edu/site/lookup.asp?c=iqLPIWOEKrF&b=2433459');
document.write("'");
document.write(', 650, 550)');
document.write('" />');
document.write('</map></div>');


$("#hpbannerhit").mouseover(function() {
	$("#hplearnmore").show();
	$("#hplearnmore").css("cursor","pointer");
});
$("#hplearnmore").mouseout(function() {
	$("#hplearnmore").hide();
});
$("#hplearnmore").mouseover(function() {
	$("#hplearnmore").show();
	$("#hplearnmore").css("cursor","pointer");
});