$(document).ready(function(){	
	$(function(){$('a[href][rel*=external]').each(function(i){this.target = "_blank";});});
	$(document).pngFix();
});
