//iPhone Toolbar Retraction
if(!!navigator.userAgent.match(/.*Mobile.*Safari/)){addEventListener("load",function(){setTimeout(hideURLbar,0);},false);}function hideURLbar(){window.scrollTo(0,1);}
$(document).ready(function() {
//External links 
$(function(){$('a[rel=external]').attr('target','blank');});});
//Inline Email
$(function(){$('.email').each(function(i){var protectedEmail = $(this).html();protectedEmail = protectedEmail.replace("[at]","@");protectedEmail = protectedEmail.replace("[dot]",".");$(this).html(protectedEmail).replaceWith("<a class=\"mail\" href=\"mailto:"+$(this).text()+"?subject=PediaWeb Contact\">"+$(this).text()+"</a>");});});