$j=jQuery.noConflict();

$j(document).ready(function() {
	$j(".wppl_external").mousedown(function (event) {
		$j(this).attr('href', $j(this).attr('id'));
		return true;
    });
});