// JavaScript Document
function wechsel(img)
{
if(img)
{

//$("#teaser_rechts_dummy img")[0].src = img;
$("#teaser_rechts_dummy").html('<img src="'+img+'">'); 

}
else
{
$("#teaser_rechts_dummy").html(''); 

}


}



function hidediv()
{
$("#teaser_rechts_dummy").html(''); 

}