//Son of Suckerfish Dropdowns: http://www.htmldog.com/articles/suckerfish/dropdowns/
sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


featured = new Array();
featured.push('<img src="/_images/rotImg_1.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');
featured.push('<img src="/_images/rotImg_2.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');
featured.push('<img src="/_images/rotImg_3.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');
featured.push('<img src="/_images/rotImg_4.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');
featured.push('<img src="/_images/rotImg_5.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');
featured.push('<img src="/_images/rotImg_6.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');
featured.push('<img src="/_images/rotImg_7.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');
featured.push('<img src="/_images/rotImg_8.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');
featured.push('<img src="/_images/rotImg_9.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');
featured.push('<img src="/_images/rotImg_10.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');
featured.push('<img src="/_images/rotImg_11.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');
featured.push('<img src="/_images/rotImg_12.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');
featured.push('<img src="/_images/rotImg_13.jpg" width="192" height="148" alt="Eric Robert Associates, Happy Customer" />');

index = Math.floor(Math.random() * featured.length);
