/*!
 * Custom Javascript
 * Andy Christiawan
 * http://andychristiawan.com/
 *
 * Date: Mon Jun 30, 2011
 */

/* Loading */
var $l = jQuery.noConflict();
$l(window).load(function(){ //pas uda ngeload semua...
	$l('#tweetbox').show();
	/*$l('#container').hide();
	$l('#sidebar').hide();
    $l("#loading").delay(1000).fadeOut(500,function(){
    //pas fadeOut uda selesai kita apus sajalah si div loading itu biar ga jadi masalah..
    	$l("#loading").remove();
	 	$l('#container').show();
		$l('#sidebar').show(); 
        	if($l.browser.SafariMobile){
            	setTimeout(hideURLbar, 0);
            }
    });*/

		$l('#playerpodcast').popupWindow({ 
		centerScreen:1 
		});	
});


/* Tweet */
var $j = jQuery.noConflict();
$j(document).ready(function(){
	$j(".tweet").tweet({
		username: "GeeksBible",
		join_text: "auto",
		avatar_size: 32,
		count: 4,
		loading_text: "<br/>Loading tweets...",
		template: "{avatar} {text}",
		filter: function(t){ return ! /^@\w+/.test(t["tweet_raw_text"]); },
		refresh_interval: 600
	});	
});



/* Player */
var $p = jQuery.noConflict();
$p(document).ready(function() {

<!-- - - - - - - - - - - - - - - - Klik Gede - - - - - - - - - - - - - - - -->					   

 	$p(".gede").click(function() {
		
		//Stage 1
		
		$p('#open_popup').hide();
		
		$p('.innerMini').css({
		height:"500px",
		});
		//Stage 1
		$p('.innerMini iframe').css({
		height:"500px",
		});
		//Stage 1
		$p('#mini-play').animate({ // Content Turun
			height:"500px"
		}, 500, function() {
		// Animation complete.
				
				//Stage 2
				$p('#mini-play').animate({ // Full Player Geser
					marginLeft:"0px",
					width:"920px",
					height:"500px"
				}, 500, function() {
				// Animation complete.
					
					$p('.gede').fadeOut(); // Full Player Muncul
					$p('.kecil').delay(200).fadeIn (); // Button Kecil Muncul
				});
		
		});
		//Stage 1
		$p('#content').animate({ // Content Turun
			marginTop:"525px"
		}, 500, function() {
		// Animation complete.
			$p('.innerMini iframe').css({
			width:"920px",
			});
			
			$p('.innerMini').css({
			width:"920px",
			});
		});
		
		
		
		
		
		
		
}); //jQuery Ready End
<!-- - - - - - - - - - - - - - - - Klik Gede - - - - - - - - - - - - - - - -->	


<!-- - - - - - - - - - - - - - - - Klik Kecil - - - - - - - - - - - - - - - -->					   

 	$p(".kecil").click(function() {
		
		//Stage 1
		$p('#mini-play').delay(800).animate({ // Full Player Geser
			marginLeft:"0px",
			width:"295px",
		}, 500, function() {
		// Animation complete.
		
			//Stage 2
			$p('#content').animate({ // Content Turun
				marginTop:"0px"
			}, 500, function() {
			// Animation complete.
				
				//Stage 3
				$p('.kecil').fadeOut(); // Button Kecil Muncul
				$p('.gede').fadeIn(); // Full Player Muncul
				$p('#open_popup').fadeIn();
			});
			
			$p('#mini-play').animate({ // Content Turun
				height:"260px"
			}, 500, function() {
			// Animation complete.
			
				$p('.innerMini').css({
				height:"260px",
				});
				
				$p('.innerMini iframe').css({
				height:"260px",
				});
			
			});

			
			;
		
		});
		
		


	});
<!-- - - - - - - - - - - - - - - - Klik Kecil - - - - - - - - - - - - - - - --> 

});
