/* (c) 2009 - Jean Luc BIELLMANN */

function blank (url) {
	window.open('http://'+url.replace('http://',''),'','');
}
