/* Leonope Sponsor button rotator script Start
   Gemacht für http://www.septemberrave.com von Uli T.C.
   version: 0.1 stable?! ;-) 28.08.2007, 19.00 Uhr */
function showSponsor() {
var tctitle = new Array(
"Wer oder was ist Leonope?",
"Die Schlagzeile auf Leonope",
"Der Wahnsinn hat System",
"mal am Rande bemerkt auf Leonope",
"&Uuml;brigens meint Leonope",
"Das Interview der Woche auf Leonope",
"Was hat Leonope auf Lager?",
"Was macht Leonope morgen?",
"Leonope fragt, was w&auml;re wenn ...?",
"Leonope - Der Wahnsinn hat System");
var tcurl = "http://www.leonope.com/";
var tcpage = new Array(
 "leonope/",
 "schlagzeile/",
 "",
 "randbemerkung/",
 "by-the-way/",
 "interview-der-woche/",
 "on-stock/",
 "und-morgen/",
 "was-waere/",
 "");
var pagenr = tctitle.length;
whichPage = Math.round(Math.random()*(pagenr-1));
document.write('<a id="tc_'+whichPage+'" href="http://www.leonope.com/'+ tcpage[whichPage]+'" title="'+tctitle[whichPage]+'"><i>'+tctitle[whichPage]+'</i></a>');
}
/* Leonope Sponsor button rotator script Ende */
function lynkVideoPop(vpsize,vpid){
url = 'http://yes-wehavenobananas.com/videopop.php?vid='+vpid+'&url=http://yes-wehavenobananas.com';
xwidth = vpsize+110; xheight = (vpsize/1.3)+130;
lvp = window.open(url,'xlink','top=100,left=100,status=1,location=0,width='+xwidth+',height='+xheight+'');
lvp.focus();
}