jQuery(document).ready( function($) {
	
	if(jQuery().fadeBanners) {
		var fadeBannerSetting = {fontColor:'#252525',padding:'5px 10px',border:'2px solid #eee',cornerRadius:0,bottom:10,left:10,margin:5,bgColor:'rgba(255,255,255,0.8)',bgColorIE:'rgb(245,245,245)'};
		var map1 = '<area shape="rect" coords="553,120,743,166" href="http://asia.lteconference.com/free-operator-pass/"/><area shape="rect" coords="553,182,743,232" href="http://asia.lteconference.com/pre-register/ "/>';
		$('#home_headimage').fadeBanners({
			duration:8000,
			duration2:1000,
			loading:true,
			buttonNumber:true,
			buttonStyle:false,
			maps:new Array(map1,map1,map1)
		});
	}

	if(jQuery().countdownToEvent) {
		$('#countdownToEvent').countdownToEvent({
			year:2012,
			month:9,
			day:18,
			hour:8,
			refresh:false,
			text:new Array('Days Left')
		});
	}

	if(jQuery().clickAndMoveItems) {
		$('#interactive-zone').clickAndMoveItems({
			controller:{arrowColor:'#336699'},
			reflection:{length:0.6}
		});
	}

	if(jQuery().getTweetsList) {
		$('#twitter').getTweetsList({
			url:basepath+'/js/getTweetsList/php/getTweet.php',
			count:7,
			screenName:'LTEWorldSeries',
			refresh:5,
                     display:3,
			single:false,
			duration:8000,
			OAuth:true
		});
	}

	if(jQuery().listRotatorVertical) {
		$('#who_is_exhibiting').listRotatorVertical({
			duration:3000,
			speed:500,
			direction:-1,
			display:9,
			textAlpha:1
		});
	}

	if(jQuery().newsTicker) {
		$('#latest_news_ticker').newsTicker();
	}
	
	if(jQuery('.slideshow')){
		$('.slideshow').cycle({
			fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		});
	}
});

