
var MSIE = /^ms_/.test(document.documentElement.uniqueID);
//var ieVersion = (MSIE) ? navigator.appVersion.match(/MSIE (\d\.\d)/)[1] : 0;
$(document).ready(function() {
	
	$('#mainMessage').cycle({ 
    fx:    'fade', 
    speed:  2500,
	pause:  1,
	//random:  1,
	timeout:  20000
 	});
});
