jQuery(document).ready(function($) {

	bgImageTotal=13;
	randomNumber = Math.round(Math.random()*(bgImageTotal-1))+1;
	imgPath=('http://www.takobarestaurant.com/wp-content/themes/takoba/img/bg/'+randomNumber+'.jpg');
	$.backstretch(imgPath, {centeredX: true,centeredX: true,speed: 150});

/*
	$('#twitter-text #tweets').soSoSocial(function() {
		$(this).parent().pajinate({
				items_per_page: 3,
				nav_label_next: "NEXT",
				nav_label_prev: "PREVIOUS",
		});	
	});
*/
	
	$('#twitter-text #tweets').tweet({
		username: "takobaaustin",
		join_text: "auto",
		avatar_size: 0,
		count: 27,
		auto_join_text_default: "we said,", 
		auto_join_text_ed: "we",
		auto_join_text_ing: "we were",
		auto_join_text_reply: "we replied to",
		auto_join_text_url: "we were checking out",
		loading_text: "loading tweets...",
		callbackFunction: function() {
			$('#twitter-text').pajinate({
				item_container_id: '#tweets .tweet_list',
				items_per_page: 3,
				nav_label_next: "NEXT",
				nav_label_prev: "PREVIOUS",
			});	
		}
	});

	$('.gallery a').lightBox();
	
	$('#onion-st-lounge.photoBox a').lightBox();
	
	$('#onion-street-lounge.photoBox a').lightBox();
		
	$('#exterior.photoBox a').lightBox();
	
	$('#7th-street-dining-room.photoBox a').lightBox();

	$('#new-album.photoBox a').lightBox();
	
	$('#party-room.photoBox a').lightBox();
	
	$('#food-and-drink.photoBox a').lightBox();
	
	$('#backyard.photoBox a').lightBox();
	
	$('#onion-street-private-dining-room.photoBox a').lightBox();
	
	$('#7th-street-terrace.photoBox a').lightBox();
	
	$("#carta form").jqTransform();
	
	$('td .cat_futbol a').html('<img src="/wp-content/themes/takoba/img/cal-icons/futbol.png" />');
	$('#single-event .cat_futbol .cat-icon').html('<img src="/wp-content/themes/takoba/img/cal-icons/futbol.png" />');
	
	$('td .cat_film a').html('<img src="/wp-content/themes/takoba/img/cal-icons/film.png" />');
	$('#single-event .cat_film .cat-icon').html('<img src="/wp-content/themes/takoba/img/cal-icons/film.png" />');
	
	$('td .cat_mens-fashion-show a').html('<img src="/wp-content/themes/takoba/img/cal-icons/mens-fashion-show.png" />');
	$('#single-event .cat_mens-fashion-show .cat-icon').html('<img src="/wp-content/themes/takoba/img/cal-icons/mens-fashion-show.png" />');
	
	$('td .cat_football a').html('<img src="/wp-content/themes/takoba/img/cal-icons/football.png" />');
	$('#single-event .cat_football .cat-icon').html('<img src="/wp-content/themes/takoba/img/cal-icons/football.png" />');
	
	$('td .cat_clothing-swap a').html('<img src="/wp-content/themes/takoba/img/cal-icons/clothing-swap.png" />');
	$('#single-event .cat_clothing-swap .cat-icon').html('<img src="/wp-content/themes/takoba/img/cal-icons/clothing-swap.png" />');
	
	$('td .cat_tv a').html('<img src="/wp-content/themes/takoba/img/cal-icons/tv.png" />');
	$('#single-event .cat_tv .cat-icon').html('<img src="/wp-content/themes/takoba/img/cal-icons/tv.png" />');
	
	$('td .cat_mexico a').html('<img src="/wp-content/themes/takoba/img/cal-icons/mexico.png" />');
	$('#single-event .cat_mexico .cat-icon').html('<img src="/wp-content/themes/takoba/img/cal-icons/mexico.png" />');
	
	$('td .cat_starred a').html('<img src="/wp-content/themes/takoba/img/cal-icons/starred.png" />');
	$('#single-event .cat_starred .cat-icon').html('<img src="/wp-content/themes/takoba/img/cal-icons/starred.png" />');
	
	$('td .cat_music a').html('<img src="/wp-content/themes/takoba/img/cal-icons/music.png" />');
	$('#single-event .cat_music .cat-icon').html('<img src="/wp-content/themes/takoba/img/cal-icons/music.png" />');
	
	$('td .cat_baseball a').html('<img src="/wp-content/themes/takoba/img/cal-icons/baseball.png" />');
	$('#single-event .cat_baseball .cat-icon').html('<img src="/wp-content/themes/takoba/img/cal-icons/baseball.png" />');

});
