$(document).ready(function() {
	$('.slideshow').after('<div id="nav" class="nav">').cycle({
		speed:  'slow',
		pager:  '#nav'
	});
	
  $('.slideshow img').click(function (){
      document.location.href = jQuery(this).attr('rel');
    }).css('cursor', 'pointer');
  $(".slideshow").hover(function(){
    $('.slideshow').cycle('pause');
	}, function() {
    $('.slideshow').cycle('resume');
	});
	$('.slideshow2').cycle();
	$('.slideshow3').cycle();
	$("#twitter").getTwitter({
		userName: "nulisbuku",
		numTweets: 1,
		loaderText: "Loading tweets...",
		slideIn: true,
		slideDuration: 750,
		showHeading: true,
		headingText: "Latest Tweets",
		showProfileLink: true,
		showTimestamp: true
	});
});
$(function() {
	$('#baru-terbit-tab').addClass('tabs-selected');		   
	$('#tab').tabs();	
});
