﻿//$(document).ready(function() {						
//	$('div.back-to-top a').click( function() {
//	$('#begin').ScrollTo(900);
//	return false;
//	});
//}); 
var $j = jQuery.noConflict();
$j(document).ready(function() {						
//Function for the Inner Fade News Ticker
	$j('.SponsorsAds').innerfade({
			animationtype: 'fade',
			speed: 700,
			timeout: 9000,
			type: 'sequence',
			containerheight: ''
		});
	});
