function ensureDisclaimer() {
	
	if (!document.getElementById('spielerkabine_disclaimer') && !document.getElementById('spielerkabine_team_disclaimer') && !document.getElementById('spielerkabine_matches_disclaimer')) {
		document.getElementById('spielerkabine_compulsory_disclaimer').setAttribute("style", "display:block;");
	}

}

function substituteAnchorPlaceholders() {

	var pusteblumen = document.getElementsByTagName("h6");
	
	for (var i=0; i<pusteblumen.length; i++) {
		
		var pusteblume = pusteblumen[i];

		var anchorElement = document.createElement("a");
		
		for (var j=0; j<pusteblume.attributes.length; j++) {
			if(pusteblume.attributes[j].nodeValue != null) {
				anchorElement.setAttribute(pusteblume.attributes[j].nodeName, pusteblume.attributes[j].nodeValue);
				
				if (navigator.appName.indexOf("Explorer") != -1) {
					handlers = ['onclick','onchange','onmouseover'];
					for(var k=0;k<handlers.length;k++) {
						if(pusteblume.attributes[j].nodeName.toLowerCase() == handlers[k]){
					   		eval('var myFunction = function(){'+pusteblume.attributes[j].nodeValue+'}');
							anchorElement.attachEvent(handlers[k],myFunction);
						}
					}
				}
			}
		}
		
		if(pusteblume.childNodes != null){
			for (var j=0; j<pusteblume.childNodes.length; j++) {
				anchorElement.appendChild(pusteblume.childNodes[j].cloneNode(true));
			}
		}

		if ( pusteblume.parentNode != null ) {
			pusteblume.parentNode.insertBefore(anchorElement,pusteblume);
			pusteblume.style.display = "none";
		}
	
	}
	
	return;

}

function loadJSON(url) {
  
  var theDiv = document.getElementById("spielerkabine_widget_");
  if (theDiv == null) {
   	theDiv = document.getElementById('spielerkabine_widget');
  }
  if (theDiv == null) {
   	theDiv = document.getElementById('spielerkabine_team');
  }
  if (theDiv == null) {
   	theDiv = document.getElementById('spielerkabine_matches');
  }

  script = document.createElement('script');
  script.type = 'text/javascript';
  script.language = "JavaScript"
  script.src = url;
  theDiv.appendChild(script);
  
  ensureDisclaimer();

}



var theDiv = document.getElementById('spielerkabine_widget_');
if (theDiv == null) {
  theDiv = document.getElementById('spielerkabine_widget');
}
if (theDiv == null) {
  theDiv = document.getElementById('spielerkabine_matches');
}

theDiv.innerHTML = "<a name=\"spielerkabine_top\" /></a><h1 id=\"spielerkabine_matches_head\">SV Post Schwerin</h1><div id='spielerkabine_matches_pagination_container'><br/><!-- Headline -->21.05.2010, 15. Spieltag, <a href=\"http://spielerkabine.net/ligen/115983863\" alt=\"Kreisliga Schwerin-NWM\" title=\"Kreisliga Schwerin-NWM\">Kreisliga Schwerin-NWM</a> (Herren) im Landesverband Mecklenburg-Vorpommern<br/><h2 class=\"spielerkabine_matches_report_title\"><a href=\"http://spielerkabine.net/spiele/91188968\" style=\"font-weight:bold;\" target=\"_blank\">SG Dynamo Schwerin  III - SV Post Schwerin   -:-</a> </h2><!-- Spielbericht --><p class=\"spielerkabine_matches_report\"><p>Noch kein Spielbericht. <a href=\"http://spielerkabine.net/spiele/91188968\" target=\"_blank\">Schreib' jetzt einen!</a></p></p><!-- Aufstellung --><!-- Tore --><div class=\"spielerkabine_matches_report_separator\"></div><br/><!-- Headline -->08.05.2010, 23. Spieltag, <a href=\"http://spielerkabine.net/ligen/115983863\" alt=\"Kreisliga Schwerin-NWM\" title=\"Kreisliga Schwerin-NWM\">Kreisliga Schwerin-NWM</a> (Herren) im Landesverband Mecklenburg-Vorpommern<br/><h2 class=\"spielerkabine_matches_report_title\"><a href=\"http://spielerkabine.net/spiele/75735477\" style=\"font-weight:bold;\" target=\"_blank\">SV Post Schwerin - SV Sülte   -:-</a> </h2><!-- Spielbericht --><p class=\"spielerkabine_matches_report\"><p>Noch kein Spielbericht. <a href=\"http://spielerkabine.net/spiele/75735477\" target=\"_blank\">Schreib' jetzt einen!</a></p></p><!-- Aufstellung --><!-- Tore --><div class=\"spielerkabine_matches_report_separator\"></div> <a href=\"#\" onclick=\"window.location.href = '#spielerkabine_top';loadJSON('http://spielerkabine.net/widgets/matches?&amp;hide_author=no&amp;images=yes&amp;include_upcoming=no&amp;matches_title=SV+Post+Schwerin&amp;only_page=true&amp;order=new_first&amp;page=1&amp;per_page=2&amp;teams=287320032');; return false;\">N&auml;chste Seite &gt;&gt;</a> <img alt=\"Spinner_\" id=\"spielerkabine_matches_spinner\" src=\"http://www.spielerkabine.net/images/spinner_.gif\" style=\"display:none;\" /></div><br/><div id=\"spielerkabine_compulsory_disclaimer\" style=\"display:none;\"><p style=\"clear: both; float:none; display:inline; font-size: 85%;\">Spielberichte von: <a href=\"http://spielerkabine.net\" target=\"_blank\" alt=\"www.SPIELERKABINE.net\" title=\"www.SPIELERKABINE.net\"><img id=\"Banner3\" border=\"0\" style=\"border: medium none ; vertical-align: text-bottom; display: inline; float: none;\" title=\"SPIELERKABINE.net\" src=\"http://spielerkabine.net/images/logo_spielerkabine_77x30_trans.gif\" name=\"Banner3\" alt=\"SPIELERKABINE.net\"/></a><br /> Hol' Dir Deine <a href=\"http://spielerkabine.net/profi-spielberichte\" target=\"_blank\">Spielberichte</a> auf die eigene Homepage!</p></div>";
window.setTimeout("ensureDisclaimer()", 1000);

