// JavaScript Document
// Fade Work Thumbnails

$(document).ready(function () {
	
	//External Links
	$('#workInfo a[rel="external"]')
		.click(function() { window.open($(this).attr('href')); return false; });

}); //End of document function