//image rotation created on April 5, 2006 
function profileRotate()
{
 num=imgArray1.length;
 incr=Math.floor(Math.random()*num);
document.getElementById('layerMast').style.background = 'url( '+ imgArray1[incr] + ')  no-repeat bottom left #000000'   ;
}

function profileRotateSecondary()
{
 num=imgArray2.length;
 incr=Math.floor(Math.random()*num);
document.getElementById('layerMast').style.background = 'url( '+ imgArray2[incr] + ')  no-repeat bottom left #000000'   ;
}

function specialRotate()
{
	num2=imgArray3.length;
	incr=Math.floor(Math.random()*num2);
	
	document.write(imgArray3[incr]);

}

function specialRotate2()
{
	num2=imgArray4.length;
	incr=Math.floor(Math.random()*num2);
	
	document.write(imgArray4[incr]);

}

function specialRotate3()
{
	num3=imgArray5.length;
	incr=Math.floor(Math.random()*num3);
	
	document.write(imgArray5[incr]);

}

function specialRotate4()
{
	num2=imgArray6.length;
	incr=Math.floor(Math.random()*num2);
	
	document.write(imgArray6[incr]);

}

function specialRotate5()
{
	num2=imgArray7.length;
	incr=Math.floor(Math.random()*num2);
	
	document.write(imgArray7[incr]);

}

function specialRotate6()
{
	num2=imgArray8.length;
	incr=Math.floor(Math.random()*num2);
	
	document.write(imgArray8[incr]);

}