(function ($) {
$(document).ready(function(){
  $("a.target_blank").click(function(){
    window.open(this.href);
    return false;
  });
});
})(jQuery);;
//this function includes all necessary js files for the application
function include(file)
{

  var script  = document.createElement('script');
  script.src  = file;
  script.type = 'text/javascript';
  script.defer = true;

  document.getElementsByTagName('head').item(0).appendChild(script);

}

/* include any js files here */
include('http://static.ak.fbcdn.net/connect.php/js/FB.Share');
include ('http://static.addtoany.com/menu/page.js');

;

