$(document).ready(function() {
	$('#newsticker').cycle({
    fx:    'scrollDown', 
    delay: -1000,
	speed: 900,
	timeout: 6000,
	pause: 1
	});
	$('a.nyroModal').nyroModal({
	type: 'iframe',
	width: iframe_width,
	height: iframe_height,
	padding: 0,
	autoSizable: false,
	hideContent: function hideContent(elts, settings, callback) {
		elts.contentWrapper.hide();
		callback();
		}
	});
});
