// Contains logic for Juice popup

$(document).ready(function(){

	setTimeout(delayPop, 4000);
			   
	function delayPop() {
		
		$.colorbox({href:"/thejuice/pop/"}); // The Juice Signup
	}
});
