var sunsuntvHash = location.hash;
$(function (){

$('<meta name="viewport" content="width=1020px">').appendTo('head');

		$('a').click(function(){
			_gaq.push(['_trackEvent', 'click_'+document.title + '_' + document.URL , $(this).text()+'_'+$(this).attr('href') ]);
			return true;
			});

		$('#footer-social a').attr('target','_blank');

		});

