$(document).ready(function() {
	$('.new-window').click(function(){
		window.open(this.href);
		return false;
	});

	$('.aweber-pop').popupWindow({ 
		height:350, 
		width:260, 
		top:100, 
		left:100 
	});
	
	$('#header ul.nav').nmcDropDown();

	$.preloadCssImages();
});

