$(document).ready(function () {
	var rand=Math.floor(Math.random()*16);
	if (rand > 0 && rand < 16) {
		$('.sub-'+rand).find('a').attr('href','http://dublinfringefest.ticketsolve.com/shows/8527750/events');
		$('.sub-'+rand).find('img').attr('src','http://www.fringefest.com/images/slider09/spoonful-of-silence.jpg');
		$('.sub-'+rand).find('.showTitle a').html('Spoonful of Silence');
	}	
});