$(function() {

	// $('a[href^="http"],a[rel=external]').not('[href*="MYDOMAIN.COM"]').attr('target','_blank');

	// $('<a href="#printPage">Print this page</a>').click(function(){window.print();}).appendTo("myID-CLASS");

});
