$(document).ready(function() {
	if($(".rolloverout").size()>0) {
		rolloverout.init();
	};
	randomBgImgs.init("mainImg", "imgs/m", ".jpg", 20);
});