			$(document).ready(function() {
				$(".content .stripeme tr:even").addClass("alt");
				$('#duo').hide();
			}); 
			
			$('#scroll').cycle({
					fx: 'fade',
					speed: 3000,
					timeout: 8000,
					pause: 1,
					random: 1
				});
			
			$('#staffMain #billboards').cycle({
				fx: 'fade',
					speed: 3000,
					timeout: 8000,
					pause: 1,
					random: 1
			});
				
			$('#textscroll').cycle({
					fx: 'fade',
					speed: 3000,
					timeout: 8000,
					pause: 1,
					random: 1
				});
				
				$('#cancerscroll').cycle({
					fx: 'fade',
					speed: 3000,
					timeout: 8000,
					pause: 1
				});
	
			$("a#printnow").click(function(){
    			$("#maincontent #contentleft .content").printArea();
			});
			
			$('a#duolink').click(function() {
				$('#run').hide();
				$('#duo').hide().fadeIn(800);
				return false;
			});
			
			$('a#runlink').click(function() {
				$('#duo').hide();
				$('#run').hide().fadeIn(800);
				return false;
			});
