function mediworkxAd(y){
	HTMLstr=""
	mwArtikel=["Websites","Drucksachen","Praxisschilder","CI-Kleidung","Logo-Entwurf","Kunst für<br>die Praxis","Websites","Drucksachen","Logo-Entwurf","Vereins<br>Management","Websites"]
	ran=Math.round(Math.random()*10)
	HTMLstr+=drawDivPic("sponsorMW",667,y,130,160,"",'','',1,'hand','','',1,'onclick="goSponsors(\'http://www.mediworkx.de\')"','','content/mediworkx/ad_mediworkx.gif','www.mediworkx.de')
	HTMLstr+=drawDiv("sponsorMWText",670,y+100,124,20,"",'','',1,'hand',mwArtikel[ran],'normTextBold',1,'onclick="goSponsors(\'http://www.mediworkx.de\')"','font-size: 11pt; text-align: center')
	y=y+139	
	return HTMLstr
}

