
$(document).ready( function(){ $("a[href^='http://'],a[href^='https://'], a[href$='.mp3'], a[href$='.wmv']").attr('target', '_blank'); });
