$(document).ready(function() {
	$(".email").html('<a href="mailto:paulgendek@gmail.com" title="Contact me!">paulgendek@gmail.com</a>');
	$("#portfolio h2").after('<p><em>Hover over thumbnails for more info</em></p>');
	$("#header h1").sifr({
		font: 'fonts/dinbol'
	});
	$("#main h2").sifr({
		font: 'fonts/dinbol',
		link: '#1E5E79',
		hover: '#B81414'
	});
	$(".external").click(function() {
		window.open(this.href); 
		return false;
	});
	$.popup();
});