$(document).ready(function() {
	$('a[href^="http://"]').attr('target', '_blank');
	$('#news ul').newsTicker();
});

function popup(url, width, height) {
	window.open(url, 'mywindow', 'menubar=1,location=0,status=0,scrollbars=1,width=' + width + ',height=' + height);
}