/*
 * Of course, javascript-cloaking is bad.
 * But at the moment there is no better way
 * to get flash-content listed in search-engines.
 */
function geturl(url)
{
	var str1="window.";
	var str2="location.";
	var str3="replace(";
	var str4="'"+url;
	var str5=location.search+"')";
	eval(str1+str2+str3+str4+str5);
}