
/*
 * SimpleModal Basic Modal Dialog
 */


	$(document).ready(function() {
		$(".headforumquestions a").fancybox({'overlayShow': false, 'centerOnScroll': true, 'hideOnContentClick': false, 'zoomSpeedIn': 0, 'zoomSpeedOut' : 0});
	});

$(function() {
    $('#rotatehotopic').cycle({ timeout: 12000, cleartype: 1, speed: 400 });
});