function switchNav(p){
	//alert('in switch');
	switch(p){
		case "articles":
		window.location="articles.html";
		break;
		case "deals":
		window.location="deals.html";
		break;
		case "videos":
		window.location="videos.html";
		break;
		case "email":
		window.location="email.html";
		break;
		case "com":
		window.location="";
		break;
		case "prize":
		window.open('https://promo.caffeinenow.com/DH871B049R3/MX074W49K61/','_blank');
		break;
		case "video":
		window.location="videos.html?lineup=showcase";
		break;
		case "videoMain":
		window.location="videos.html";
		break;
		case "booking":
		window.location="booking.html";
		break;
		case "advertise":
		window.open('mailto:info@brandsondemand.com','_blank');
		break;
	}
	
}
