function openCCLink9918(myurl,mytarget) {
window.open(myurl,mytarget);
}
if (AC_FL_RunContent == 0) {
alert("Diese Seite erfordert die Datei \"AC_RunActiveContent.js\".");
} else {
var hasRightVersion = true;
var streamNames = [
'201292424948256432',
'20120723211124168825',
'201256215621767865',
'20120308202941944020',
'201211725147903175',
'201112233635395455',
'2011111132941125119',
'20100114154507101253'
];
if(DetectFlashVer != 0) {
hasRightVersion = DetectFlashVer(9, 0, 0);
}
if(hasRightVersion) {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '412',
'height', '332',
'src', 'http://lsps2007.cam-content.com/evoVideoPlayerFree380',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'opaque',
'devicefont', 'false',
'id', 'evoVideoPlayer',
'bgcolor', '#000000',
'name', 'evoVideoPlayer',
'menu', 'true',
'allowFullScreen', 'true',
'allowScriptAccess','always',
'movie', 'http://lsps2007.cam-content.com/evoVideoPlayerFree380',
'salign', '',
'flashvars', '&StreamName=' + streamNames[Math.floor(Math.random()*streamNames.length)] + '&FlashServer=85.17.4.26'
);
} else {
var alternateContent = 'Für diesen Inhalt ist der Adobe Flash Player erforderlich.
'
+ 'Flash installieren';
document.write(alternateContent);
}
}