$(function() {

	<!-- Google Analytics Pageview Tracking -->
	$('.logo').click(function() {
		_gaq.push(['_trackPageview', 'PickupPage/MainLogo']);;	
		window.open('http://www.pennzoil.com');	
	});
	
	$('.banner').click(function() {
		_gaq.push(['_trackPageview', 'PickupPage/Banner']);	
	});

	
	
	<!-- Poptastic code -->
	
	$('a.help').click(function(e) {
		popstatic('http://www.picturemarketing.com/help.php');
		e.preventDefault();
	});
	
	$('a.privacy_terms').click(function(e){
		popstatic('http://www.picturemarketing.com/privacy.php');
		e.preventDefault();
	});
	
	$('a.patent_island').click(function(e) {
		popstatic('http://www.picturemarketing.com/patent-island.php');
		e.preventDefault();
	});	
	
	function popstatic(url, width, height) {
		var newwindow = window.open(url, '', 'height=700,width=1020,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
		if (window.focus) {newwindow.focus()}
	}
			
});
