Simpel Link!? NEED help

have this script:

// Ställ in så vi kan anväda svenska bokstäver också
System.useCodepage = true;
// Ladda första medelandet direkt
visningstid = 1;
// skapar en container som ska hålla i bilden…
_root.createEmptyMovieClip(“gb_holder”,1);
// En check
tmp = -1;
gbok_antal = 0;
gb_holder.on (release) {
getURL(“http://www.google.se/”, “_blank”);
}
Nedrakning = function(message){
visningstid–;
if (visningstid==0){
visningstid = 2;
loadVariablesNum(“http://www.phew.se/live/data.php”, 0);

if (gbok_antal==tmp) {
} else if (gbok_antal>0) {
gb_holder.loadMovie(“gb.jpg”);
tmp = gbok_antal;
gb_holder._x = 0;
gb_holder._y = 0;
} else {
gb_holder.loadMovie(“no_gb.jpg”);
tmp = gbok_antal;
gb_holder._x = 0;
gb_holder._y = 0;
}

}
// clearInterval(intervall);
}
intervall = setInterval(nedrakning, 1000);

I don’t know if u guys understand what i want to do with this, but i want to load a picture, and if someone presses on the picture, it will open a new page…

I tryed this, but it doesn’t work:

gb_holder.on (release) {
getURL(“http://www.google.se/”, “_blank”);
}

Anybody knows how to do this?

REALY NEED HELP!!! :slight_smile:

Regards