$j=jQuery.noConflict();
$j(document).ready(function($) {
	$j('#links div ul a').attr('onclick' ,'window.open(this.href); return false;');
});
