
$(function(){
	var linkCode = '<li><a  id="topTopMenu_8" class="last" href="http://www.manhunt.net" title="Manhunt.tv" target="_blank">Manhunt.net</a></li><li><a id="topTopMenu_7" href="http://www.manhuntlive.com/allonline.php?psid=wl_manhunt&campaign_id=26091&pstour=t1&psprogram=CBRND&pstool=15_1" title="Watch LIVE CAM now!" target="_blank">Live Cams</a></li>';
	var platform = navigator.platform;
	var isMac = platform.indexOf('Mac');

	$('#topTopMenu_6').removeClass('last');
	$('#topNav').append(linkCode);	
	
	if(isMac > -1) {
		uA = navigator.userAgent;
		if (uA.indexOf('Safari') > -1) {
			$('#topTopMenu_8').css('padding-right','16px');
		} else {
			$('#topTopMenu_8').css('padding-right','14px');
		}
	}
	
});

