var J = jQuery.noConflict();
J(document).ready(function(){
	J('#newsflash-content').cycle({
		fx:     'scrollLeft',
		speed:  '3000'
	});
	J('#left_tabs').tabs({
		 fxFade: true,
		 fxSpeed: 'fast' 
	});
	J('ul#testimonial div').innerfade({
		speed: 1500,
		timeout: 4000,
		type: 'random',
		containerheight: '115px'
	});
	J('ul#testimonial2 div').innerfade({
		speed: 1500,
		timeout: 5000,
		type: 'random',
		containerheight: '120px'
	});
	J('ul#fiturbaru').innerfade({
		speed: 2000,
		timeout: 5000,
		type: 'random',
		containerheight: '250px'
	});
	J('#hosting').accordion({
		header: 'h3',
		event: ('click','mouseover')
	});
	J('#news-list').accordion({
		header: '#home-title',
		event: "mouseover"
	});
	J('.client-list').cycle({ 
		fx: 'scrollDown'
	});
	J('#inner_content').hide();
	J('#com_result_box').hide();
	J('.ext-list').click(function() {
			J('#inner_content').slideToggle('fast');
			return false;
	});
	J('.dom-hide').click(function() {
		J('#inner_content').slideToggle('fast');
		return false;
	  });
	  
  J('#flashbanner').click(function() {
	 J('#floatdiv').fadeOut(function (){ J('#floatdiv').remove() }); 
	 return false;
   });
	J("#highlight-container").jCarouselLite({
	   btnNext: '.next',btnPrev: '.prev',start: 0,btnGo:[".1", ".2",".3",".4",".5",".6",".7"],speed:1200,visible:1,pause:1,auto:2000,hoverPause: true});
	J('.next').focus(function() {this.blur();}); 
	J('.prev').focus(function() {this.blur();}); 
});
function showext(){
	J('#inner_content').show('fast');
}
function hideext(){
	J('#inner_content').hide('fast');
}
