﻿$(document).ready(function(){$(function(){
  //New window implementation for _blank deprecation in XHTML
  $('a[rel="external"]').click(function(){this.target = "_blank";});});
  //Activate fields for form hints 
  $('ul.form input').focus(function(){$(this).parent().addClass('active-field');})
  $('ul.form input').blur(function(){$(this).parent().removeClass('active-field');})
})

function fbs_click(){ // Facebook share function
  u=location.href;t=document.title;
  window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
  return false;
}