function layerclose() { 
document.getElementById('xbox0').style.display = "none"; 
}

function Get_Cookie(name)
{
	var start = document.cookie.indexOf(name+"=");
	var len = start+name.length+1;
	if ((!start) && (name != document.cookie.substring(0,name.length))) return null;
	if (start == -1) return null;
	var end = document.cookie.indexOf(";",len);
	if (end == -1) end = document.cookie.length;
	return unescape(document.cookie.substring(len,end));
}

function Set_Cookie(name,value,expires,path,domain,secure)
{
	var cookieString = name + "=" +escape(value) +
		( (expires) ? ";expires=" + expires.toGMTString() : "") +
		( (path) ? ";path=" + path : "") +
		( (domain) ? ";domain=" + domain : "") +
		( (secure) ? ";secure" : "");
	document.cookie = cookieString;
}

function Delete_Cookie(name,path,domain)
{
	if (Get_Cookie(name)) document.cookie = name + "=" +
		( (path) ? ";path=" + path : "") +
		( (domain) ? ";domain=" + domain : "") +
		";expires=Thu, 01-Jan-70 00:00:01 GMT";
}

function not_shown_yet(cookiename)
{
	if (Get_Cookie(cookiename) == 'already_shown') {
		return false;
	} else {
		Set_Cookie(cookiename,'already_shown');
		return true;
	}
}

	
function form_rv_500x400_01(zanox_tracking_function, zanox_tracking_param) {
if (typeof(formctrl_show_only_once) != 'undefined') { check_for_cookie = (formctrl_show_only_once == 1) ? true : false; }
if (!check_for_cookie || not_shown_yet('form_rv_01')){
var zanox_link = zanox_tracking_function + '?' + zanox_tracking_param + '=';

document.write("<style type=\"text/css\">");
document.write("#xbox0 {");
if( location.hostname == "ui.zanox-affiliate.de" )
document.write("position:static;");
else
document.write("position:absolute; left:30px; top:35px; z-index:100000000; visibility:visible;");
document.write("width:500px;");
document.write("z-index:100000000;");
document.write("}");
document.write("#boxIF {");
document.write("border-top: 1px solid #FFFFFF;");
document.write("border-left: 1px solid #FFFFFF;");
document.write("border-right: 1px solid #FFFFFF;");
document.write("border-bottom: 1px solid #FFFFFF;");
document.write("height:395px;");
document.write("}");
document.write("</style>");
document.write("<div id=\"xbox0\">");
document.write("<div style=\"padding-left:434px; margin-top:0px;\"><a href=\"javascript:layerclose()\"><img src=\"http://ads.unister-gmbh.de/geld.de/versicherung/allgemein/close_geld.gif\" style=\"margin-top:0px;\" border=\"0\" /></img></a></div>");
document.write("<div id=\"boxIF\">");
document.write("<iframe src=\" "+ zanox_link + "http://ads.unister-gmbh.de/geld.de/versicherung/vorsorge/rv/formular_banner/500x400/form_rv_500x400_geld_01zanox/form_rv_500x400_geld_01.htm\" width=\"500px\" height=\"395px\" align=\"left\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" frameborder=\"0\" name=\"Formular\">");
document.write("<p>Ihr Browser kann leider keine eingebetteten Frames anzeigen!</p>");
document.write("</iframe>");
document.write("</div>");
document.write("</div>");
} else {}
}