function sp (dest) {

var R = new Array(9);

R[0] = "http://www.kabi.si/si21/sport/";
R[1] = "http://www.worldsport.com/";
R[2] = "http://zav-sport.mss.edus.si/zbirnik/";
R[3] = "http://www.eurosport.com/";
R[4] = "kosarka.shtml";
R[5] = "hokej.shtml";
R[6] = "tenis.shtml";
R[7] = "formula1.shtml";
R[8] = "rokomet.shtml";

window.location.href = R[dest];

}




