cdc_id=new Array();
actual_cdc=0;

cdc_id=[1896,2030,2152,2154,2155,2167,2168,2170,2172,2173,2174,2181,2182,2188,2191];

;function show_coeur(x){

switch(x){
case 'pif':actual_cdc=Math.round((cdc_id.length-1)*Math.random());break
case 'prev':actual_cdc--;break
case 'next':actual_cdc++;break
}

if(actual_cdc<0){actual_cdc=cdc_id.length-1}
if(actual_cdc>cdc_id.length-1){actual_cdc=0}

test_nav=navigator.appName.indexOf('Microsoft')
love=document.getElementById('coeur')

if(test_nav!=-1 && x!='pif'){
love.style.filter='blendTrans(duration=.5)'
love.filters.blendTrans.apply()
}

love.innerHTML="<a href=\"theatre-paris-spectacle-"+cdc_id[actual_cdc]+".htm\"><img src='/img/affiches/small/a_"+cdc_id[actual_cdc]+".png' width='66' height='100' border='0' class='affiche'><img src='/img/pixel.gif' width='93' height='100' border='0'></a>"

if(test_nav!=-1 && x!='pif'){love.filters.blendTrans.play()}

document.getElementById('coeur2').innerHTML="<table width='100%' cellspascing='0' cellpadding='0' border='0'><tr><td align='left'><a href=\"javascript:show_coeur('prev')\"><img src='img/theatre-spectacle.gif' width='40' height='20' border='0' id='bt_coeur_p' onmouseover='roll(this.id,0)' onmouseout='roll(this.id,1)'></a></td><td align='center'><a href=\"theatre-paris-spectacle-"+cdc_id[actual_cdc]+".htm\" class='mini_lnk' style='font-size:11px;'><img src='img/concert.gif' width='66' height='20' border='0' id='bt_coeur_v' onmouseover='roll(this.id,0)' onmouseout='roll(this.id,1)'></a></td><td align='right'><a href=\"javascript:show_coeur('next')\"><img src='img/theatre-paris.gif' width='40' height='20' border='0' id='bt_coeur_n' onmouseover='roll(this.id,0)' onmouseout='roll(this.id,1)'></a></td></tr></table>"

}