var c=0;
var t;
function indexSplashTimer()
{
if (c!=0) {
my_glider.next();
}
c=c+1;
t=setTimeout("indexSplashTimer()",10000);
}

