$(document).ready(function() {
  $("#content a").attr("target", "_blank");
/*	$(".movie-listing li").click(function(){
	  window.location=$(this).find("a").attr("href"); return false;
	}); */
  $("#footer a").attr("target", "_blank");
  $("#scene_nav a").attr("target", "_self");

  $(".home-listing a").attr("target", "_self");

/*  $("a[href$=.pdf]").after("style", "border-bottom: 1px solid orange"); */
  $("a[href$=.pdf]").before("<img src='/2009/img/icon-pdf.gif' style='margin-right: 10px;' align='absbottom' />");

});