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 = [
'20091223174212875740',
'20091129204412361296',
'20091108135531928398',
'20091011202448893154',
'20090903210522845993',
'20090811122307278306',
'20090523223444436567',
'20090301222450532144',
'20090208194837375947',
'20090208172837370337',
'20090208172448446634',
'20090209165536537672',
'20080702230152464235',
'20080702232250438876'
];
if(DetectFlashVer != 0) {
hasRightVersion = DetectFlashVer(8, 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/evoVideoPlayer365',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'opaque',
'devicefont', 'false',
'id', 'CamContentWidget09918',
'bgcolor', '#000000',
'name', 'CamContentWidget09918',
'menu', 'true',
'allowFullScreen', 'true',
'allowScriptAccess','always',
'movie', 'http://lsps2007.cam-content.com/evoVideoPlayer365',
'salign', '',
'flashvars', '&StreamName=' + streamNames[Math.floor(Math.random()*streamNames.length)] + '&FlashServer=87.230.100.103'
);
} else {
var alternateContent = 'Für diesen Inhalt ist der Adobe Flash Player erforderlich.
'
+ 'Flash installieren';
document.write(alternateContent);
}
}