

var direction95index=1;

var screenLeft95index=0;

if ( direction95index == 1 )screenLeft95index=0;
else screenLeft95index=96*2;

if ( 'no' == 'no' )
{
  document.write('<style> body { overflow: -moz-scrollbars-vertical; overflow-x: hidden; overflow-y: scroll;}</style>');
}

document.write('<div Id="scrollWindow95index" style="position:absolute;border:1px solid #000000;height:78;width:98;background-color:#f390b3;"></div>');
document.write('<div  style="visibility:hidden;height:78;width:98;"></div>');
document.write('<div Id="scrollView95index"  style="cursor:hand;visibility:hidden;position:absolute;clip:rect(0px '+(screenLeft95index+98)+'px 76px '+screenLeft95index+'px);" >');
document.write('<div onclick="popup95index(\'http://index.magikmobile.com/culture/fr-FR/popup-redirect.aspx?q5=1050193&amp;p=53\')" style="position:absolute;top:0;left:0px;height:76;width:94;float:left;margin:2px 1px 2px 1px;text-align:center;"><img style="margin-top:8px;" border="0" height="30"  src="http://www.magikmobile.com/images/ore.gif"><br><span style="font-family:verdana;font-size:10px;color:#000000;text-decoration:none;">Sexy and i know it</span></div>');document.write('<div onclick="popup95index(\'http://index.magikmobile.com/culture/fr-FR/popup-redirect.aspx?q5=1012654&amp;p=53\')" style="position:absolute;top:0;left:96px;height:76;width:94;float:left;margin:2px 1px 2px 1px;text-align:center;"><img style="margin-top:8px;" border="0" height="30"  src="http://www.magikmobile.com/images/ore.gif"><br><span style="font-family:verdana;font-size:10px;color:#000000;text-decoration:none;">Danza kuduro</span></div>');document.write('<div onclick="popup95index(\'http://index.magikmobile.com/culture/fr-FR/popup-redirect.aspx?q5=1050193&amp;p=53\')" style="position:absolute;top:0;left:192px;height:76;width:94;float:left;margin:2px 1px 2px 1px;text-align:center;"><img style="margin-top:8px;" border="0" height="30"  src="http://www.magikmobile.com/images/ore.gif"><br><span style="font-family:verdana;font-size:10px;color:#000000;text-decoration:none;">Sexy and i know it</span></div>');
document.write('</div>');

var originalLeft95index=0;

function popup95index(url){
    window.open(url,'_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=1, copyhistory=0, menuBar=0, width=418, height=280');
    return false;
}

function scrollStart95index()
{
  originalLeft95index=document.getElementById("scrollWindow95index").offsetLeft+1;
  document.getElementById("scrollView95index").style.top=document.getElementById("scrollWindow95index").offsetTop+1;
  document.getElementById("scrollView95index").style.left=-screenLeft95index+originalLeft95index;
  document.getElementById("scrollView95index").style.visibility='visible';
  setTimeout("scroll95index()",1000);
}

function scroll95index()
{
  screenLeft95index+=(direction95index*8);
  screenRight=screenLeft95index+96;  
  document.getElementById("scrollView95index").style.left=document.getElementById("scrollView95index").offsetLeft-(direction95index*8);
  document.getElementById("scrollView95index").style.clip='rect(0px '+screenRight+'px 76px '+screenLeft95index+'px)';
 
  if ((screenLeft95index % 96)==0) setTimeout("scroll95index()",1000);
  else setTimeout("scroll95index()",100);
  
  if ( direction95index == 1 )
  {
    if (screenLeft95index > (96*2)){
      screenLeft95index=0;
      
      screenRight=screenLeft95index+96;
      document.getElementById("scrollView95index").style.left=-screenLeft95index+originalLeft95index;
      document.getElementById("scrollView95index").style.clip='rect(0px '+screenRight+'px 76px '+screenLeft95index+'px)';
    }
  }
  else
  {
    if (screenLeft95index <= 0){
      screenLeft95index=96*2;
      screenRight=screenLeft95index+96;
      document.getElementById("scrollView95index").style.left=-screenLeft95index+originalLeft95index;
      document.getElementById("scrollView95index").style.clip='rect(0px '+screenRight+'px 76px '+screenLeft95index+'px)';
    }
  }
 
  return;
}


if ( typeof window.addEventListener != "undefined" )
    window.addEventListener( "load", scrollStart95index, false );
else if ( typeof window.attachEvent != "undefined" ) {
    window.attachEvent( "onload", scrollStart95index );
}
else {
    if ( window.onload != null ) {
        var oldOnload = window.onload;
        window.onload = function ( e ) {
            oldOnload( e );
            scrollStart95index();
        };
    }
    else 
        window.onload = scrollStart95index;
}

