$(function(){
$('a[target="_blank"]').click(function(){
window.open(this.href);
return false;
});
$('ul#banners li').biggerlink();
});
