jQuery(document).ready(function() {
	jQuery('#mycarousel').jcarousel();
});

function showhide(id){
	if (document.getElementById){
		obj = document.getElementById(id);
	if (obj.style.display == "none"){
		obj.style.display = "";
	} else {
		obj.style.display = "none";
		}
	}
	}
	
RunSlideShowWithLinks("slideShowImage","slideShowLink",
	"/images/homepage-slide.jpg;/sellrv/index.cfm?affiliateid=1868;" +
	"/images/homepage-slide2.jpg;/findrv/find-for-me.cfm",7);