function createRotkaeppchenUrl() {
	return createWpUrl("http://selbstbestimmtheit.at/leseproben/rotkaeppchen.html", "rotk&auml;ppchen im schafspelz");
}

function createWomansingtUrl() {
	return createWpUrl("http://selbstbestimmtheit.at/leseproben/womansingt.html", "wo man singt, da lass dich nieder,...");
}

function createWpUrl(url, title) {
	document.open();
	document.write("<a href=\"" + url + "?height=500&width=600\" title=\"\" class=\"thickbox\">" + title + "</a>");  
	document.close();
}
