$(document).ready(function(){
	$("#news").newsTicker(3000);
	$("#topslide").orbit({
		animation: 'fade',
     	animationSpeed: 1000
	});

//jQuery Back Top Codes
	// hide #back-top first
	$("#back-top").hide();
	// fade in #back-top
	$(function () {
		$(window).scroll(function () {
			if ($(this).scrollTop() > 100) {
				$('#back-top').fadeIn();
			} else {
				$('#back-top').fadeOut();
			}
		});

		// scroll body to 0px on click
		$('#back-top a').click(function () {
			$('body,html').animate({
				scrollTop: 0
			}, 800, 'easeOutExpo');
			return false;
		});
	});
//jQuery Back Top End

//jQuery Slider Codes
	// Save  the jQuery objects for later use.
	var outer		= $("#preview_outer");
	var thumbs		= $("#thumbs span");
	var preview_pos;
	var preview_els	= $("#preview_inner div");
	var image_width	= preview_els.eq(0).width(); // Get width of imaages
	// Hook up the mouseover event
	thumbs.mouseover(function() {
		// Get position of current image
		preview_pos = preview_els.eq( thumbs.index( this) ).position();
		// Animate them!
		outer.stop().animate( {'scrollLeft' : preview_pos.left},300, 'easeInExpo' );
	});
	// Reset positions on load
	outer.animate( {'scrollLeft' : 0}, 0 );
	// Set initial width
	$("#preview_inner").css('width', preview_els.length * image_width);
//jQuery Slider Codes End.
});
//jQuery News Ticker
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(1($){$.9.D=$.9.g=1(b){b=b||p;i=1(a){j(a);a.4=$("r",a);a.4.q(":o(0)").l().C();a.5=0;h(a)};h=1(a){a.m=t(1(){f(a)},b)};j=1(a){s(a.m)};8=1(a){a.3=7};d=1(a){a.3=c};f=1(a){e(a.3)6;a.3=7;$(a.4[a.5]).n("k",1(){$(2).l();a.5=++a.5%(a.4.B());$(a.4[a.5]).z("k",1(){a.3=c})})};2.y(1(){e(2.x.w()!="A")6;i(2)}).v("g").u(1(){8(2)},1(){d(2)});6 2}})(E);',41,41,'|function|this|pause|items|currentitem|return|true|pauseTicker|fn|||false|resumeTicker|if|doTick|newsticker|startTicker|initTicker|stopTicker|slow|hide|tickfn|fadeOut|eq|4000|not|li|clearInterval|setInterval|hover|addClass|toLowerCase|nodeName|each|fadeIn|ul|size|end|newsTicker|jQuery'.split('|'),0,{}))
