﻿$(document).ready(function() {						
	$('div.back-to-top a').click( function() {
	$('#begin').ScrollTo(900);
	return false;
	});
}); 
$(document).ready(function() {						
//Function for the Inner Fade News Ticker
	$('.fade').innerfade({
						animationtype: 'fade',
						speed: 'normal',
						timeout: 6500,
						type: "sequence",
						containerheight: 'auto'
		});
	});
