function DOit(okay,url) {

	if (okay) {
		winny = window.open(url,"new");
	}

}

function GOurl(url) {

okay = confirm('You are leaving Essexgirl Records to visit a site that is not controlled by Essexgirl Records. By clicking OK, you agree and understand that Essexgirl Records is not sending you this information; rather, you have chosen to receive it.');
if (url != " ") {
DOit(okay,url);
}
}
