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

	$ms('#CustomSideBanner').click(function(){
		window.location = $ms(this).find('a:eq(0)').attr('href');
	});

});
