function lk(x,y){

var l = "http://www.amazon.de/" + x + "/dp/" + y + "/?tag=einkaufen01-21";
window.location = (l);

}
