file = 'ff_blue.png';
css_color = '#006D97';

css = '<style media="screen" type="text/css">#content_slider #content_slider .first_slide div, #content_slider .first_slide h2, #content_slider .first_slide a{color:#FFF !important;}</style>';

content = '<div id="freund"><img alt="Freund und Förderer" src="templates/images/'+file+'" width="136" height="136" usemap="#ff_map" /><map name="ff_map"><area coords="15,20,10" shape="circle" href="#" onclick="popupClose(); return false;" /><area coords="15,80,22,115,107,115,120,90,107,19,30,19" shape="poly" href="http://www.literaturhaus-salzburg.at/MITGLIEDSCHAFT_196.html" /></map></div>';

$('.content').html(css+content);



function popupClose(){
	
	$('#freund').hide();
	
}
