$(document).ready(function() {
   // $("a[@href^=http]").each(function() {
	//  $("a[@href$=pdf]").each(function() {

    // if(this.href.indexOf(location.hostname) != -1) {
	//  if(this.href.indexOf(location.hostname) != 0) {
    //  $(this).click(function(){window.open(this.href);return false;});
   // }
 // })
});
