$(function(){$("a[href]")["not"]("[href^=mailto]")["click"](function(){window["open"]($(this)["attr"]("href"));return false;});});
