$(document).ready(function(){
	$('.TenListBomb li').css("color","white");
	$('.TenListBomb li[item-id="1"]').css("color","#dd661c");
	$('.TenListBomb li').css("background","url('/wp-content/themes/immedia/images/charts/item_bg.png') no-repeat");
	$('.TenListBomb li[item-id="1"]').css("background","url('/wp-content/themes/immedia/images/charts/selected.png') no-repeat");
	$('.DaBombContent').hide();
	$('.DaBombContent[datashow-id="1"]').show();
	
	$('.TenList40 li').css("color","white");
	$('.TenList40 li[item-id="1"]').css("color","#df0c0e");
	$('.TenList40 li').css("background","url('/wp-content/themes/immedia/images/charts/item_bg.png') no-repeat");
	$('.TenList40 li[item-id="1"]').css("background","url('/wp-content/themes/immedia/images/charts/selected.png') no-repeat");
	$('.Top40Content').hide();
	$('.Top40Content[datashow-id="1"]').show();
	
	$('.TenListBomb li').click(function(){
		var x = $(this);
		var curr = x.attr('item-id');
		$('.TenListBomb li').css("color","white");
		$('.TenListBomb li[item-id="' + curr + '"]').css("color","#dd661c");
		$('.TenListBomb li').css("background","url('/wp-content/themes/immedia/images/charts/item_bg.png') no-repeat");
		$('.TenListBomb li[item-id="'+curr+'"]').css("background","url('/wp-content/themes/immedia/images/charts/selected.png') no-repeat");
		$('.DaBombContent').hide();
		$('.DaBombContent[datashow-id="'+curr+'"]').show();
		$('.BottomIt').hide();
		$('.BottomIt[datashow-id="'+curr+'"]').show();
	});
	
	$('.TenList40 li').click(function(){
		var x = $(this);
		var curr = x.attr('item-id');
		$('.TenList40 li').css("color","white");
		$('.TenList40 li[item-id="' + curr + '"]').css("color","#df0c0e");
		$('.TenList40 li').css("background","url('/wp-content/themes/immedia/images/charts/item_bg.png') no-repeat");
		$('.TenList40 li[item-id="'+curr+'"]').css("background","url('/wp-content/themes/immedia/images/charts/selected.png') no-repeat");
		$('.Top40Content').hide();
		$('.Top40Content[datashow-id="'+curr+'"]').show();
		$('.BottomIt40').hide();
		$('.BottomIt40[datashow-id="'+curr+'"]').show();
	});
	
	$("input[type='checkbox'][name='fab5[]']").click(function() {

		var bol = $("input[type='checkbox'][name='fab5[]']:checked").length >= 1;     
		$("input[type='checkbox'][name='fab5[]']").not(":checked").attr("disabled",bol);

	});
	
	$("input[type='checkbox'][name='unlock[]']").click(function() {

		var bol = $("input[type='checkbox'][name='unlock[]']:checked").length >= 6;     
		$("input[type='checkbox'][name='unlock[]']").not(":checked").attr("disabled",bol);

	});
	
	$("input[type='checkbox'][name=top3[]]").click(function() {

		var bol = $("input[type='checkbox'][name='top3[]']:checked").length >= 3;     
		$("input[type='checkbox'][name='top3[]']").not(":checked").attr("disabled",bol);

	});
	
	$('.TweetBox').click(function(){
		$('.TweetBox').hide();
	});

	$("#form1").submit(function(){
		var contact = $("#contact").val();
		if (contact.length > 9) {
			return true;
		}else{
			$('#connumerr').html('&nbsp;Please enter a contact number if your Top 3 is chosen we will call you Live Onair.');
			return false;
		}
	});

	jQuery('.tracks').jScrollPane();
	jQuery('.TrackBG').jScrollPane();
	jQuery('.TrackBG2').jScrollPane();
	
	var MCon = jQuery('#MCon');
	jQuery(MCon).jScrollPane();
	
	if (jQuery('#DedicationBG').length > 0)
	{	
		jQuery.scrollTo('#DedicationBG', {duration:1000});
	}
	
	if (jQuery('#DedicationBG2').length > 0)
	{	
		jQuery.scrollTo('#DedicationBG2', {duration:1000});
	}
});
