
function no() {  }





function post2()
{

var a = document.forms["valj"].kort;
var b = a.options[a.selectedIndex].value;

var sida = "valj.html"

if (b == 0) { no(); }

else 

if (b == 2000) { location.href = 'http://www.suck.se/cards/' }

else { location.href = sida + "?" + b }

}








