var spinplayerID = 'spinid';

// Java detection für NS && !win
if(waitdata != true) {
	if (navigator.javaEnabled() && spinplayer == "java") {
		writeJavaCode();
	} else {
		// Flash detection?
		writeFlashCode();
		spinplayer = "flash";
	}
}
