function nextSite(url) {
		//url = 'http://' + url;
        newWin = window.open(url,'digunoExternal');
}
