
$(document).ready(function(){

	$(".sub-intro .next").click(function(){
	  window.location=$(this).find("a").attr("href"); return false;
	});

	$('.dbem_events_list li').click(function() {
		location.href = $('a',this).attr('href');
	});

	$('.epage-list li').click(function() {
		location.href = $('a',this).attr('href');
	});

		
	$('.videog ').click(function() {
		location.href = $('a',this).attr('href');
	});

	$('.eventful li ').click(function() {
		location.href = $('a',this).attr('href');
	});
	
	$('.storepromo ').click(function() {
		location.href = $('a',this).attr('href');
	});
	
	$('.sac').click(function() {
		location.href = $('a',this).attr('href');
	});

	$('.asylumv').click(function() {
		location.href = $('a',this).attr('href');
	});
	
	$('.morev').click(function() {
		location.href = $('a',this).attr('href');
	});


	
});






	
	
	
	
	
