/*************************************************************************
  This code is the property of iquizshare.com, all rights reserved!
  This notice must be retained in the code as is!
  Please email admin@iquizshare.com for questions.
*************************************************************************/

var clipTop = 0;
var clipWidth = 320;
var clipBottom = 75;
var topper = 0;
var lyrheight = 0;
var time=0;
var amount,theTime,theHeight,DHTML;
var thelayer;

function scrollup()
{
		thelayer = document.getElementById('qod');
		if(time==82){
			time=0;
			return;
		}
		var t2 = 83-time;
		var t3 = 157-time;
		clipstring = 'rect('+t2+'px,320px,'+t3+'px,0)';
		thelayer.style.clip = clipstring;
		var t4 = -39+time;
		thelayer.style.top = t4+'px';
		time += 2;
		var a = setTimeout('scrollup(time)',theTime);

}

function realscroll()
{
		thelayer = document.getElementById('qod');
		if(time==44){
			time=0;
			return;
		}
		var t2 = time+41;
		var t3 = time+115;
		clipstring = 'rect('+t2+'px,320px,'+t3+'px,0)';
		thelayer.style.clip = clipstring;
		var t4 = 0 - time;
		thelayer.style.top = t4+'px';
		time += 2;
		var a = setTimeout('realscroll(time)',theTime);
}

function stopScroll()
{
	if (time) clearTimeout(time);
}
