var sgadtimer;
sgadtimer=setTimeout("Effect.SlideUp('advert-slide')",12000);

function CancelAutoAdToggle()
{
clearTimeout(sgadtimer);
}