$(document).ready(function(){
//BEGIN

//SIFR Lite
	//var hel = new Font('http://www.giantantmedia.com/tanzania/wp-content/themes/bongeezy/js/hel.swf', {
	//tags:'h2',
	//classFilter:'hel'
	//});
	//hel.replace()

//Twitter Feed
    $(".twitterFeed").tweet({
        username: "bongofilm",
        join_text: "auto",
        count: 5,
        query: "bongofilm",
        loading_text: "Loading tweets..."
    });

//Flickr Feed 1
	$(".flickr").flickr({
	api_key: "5940676cdf7bb23ceecbdb7c3463c17a",
	type: "photoset",
	photoset_id: "72157612801010680",
	//sort: "date-posted-desc",
	per_page: 152,
	thumb_size: 't',
	size: 'b',
	randomise: true,
	cutoff: 15,
	callback: liteboxCallback
	});
	function liteboxCallback(el){
	jQuery(el).litebox({
		nz: "16px", //nav font size
		ns: 5,
		lu: "http://www.bongothefilm.com/wp-content/themes/bongeezy/images/loading.gif", //loading.gif anim
		auto: "",
		stop: "",
		close: "<img src='http://www.bongothefilm.com/wp-content/themes/bongeezy/images/icon_close.gif' style='border:0; margin-top: 5px'>",
		prev: "Previous",
		next: "Next",
		count: false
	});
	}

//Image Preloader
	$.preloadImages(
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/navO_01film.png", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/navO_02album.png", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/navO_03web.png", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/navO_04press.png", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/navO_05about.png",
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/navO_06home.png", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/sidebar02_album.png", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/sidebar02_up.png", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/sidebar02_twitter.png", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/sidebar02_facebook.png", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/sidebar02_youtube.png", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/footerButton02_twitter.gif", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/footerButton02_facebook.gif", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/footerButton02_flickr.gif", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/footerButton02_youtube.gif", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/footerButton02_gam.gif", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/footerButton02_twofold.gif", 
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/footerButton02_up.gif",
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/tweetButton01.png",
		"http://www.bongothefilm.com/wp-content/themes/bongeezy/images/tweetButton02.png"
	);
	
//Text Counting
	$.fn.textCounting.defaults.lengthExceededClass= "warningClass";
    $(":input[type=textarea]").textCounting({
    	countDirection:'up' 
    });

//END
});