//-----------------------------------------------------------------------
function bundesland(code)
{
var dsi = code;
var gesamt= '<iframe  onload="scrollTo(0,0)" name="Inline1" src="http://www2.srpa.de/go.cgi?pid=700144&bundesland=' + dsi + '&target=kurz-mal-weg-gelb-rubrik" frameborder="0" marginwidth="1" marginheight="1" align="center" height="2500" width="100%" ></iframe>';
document.write(gesamt);
}

