var len = 16;
var row = 4;
var step = 4;
function game()
{
	a = parseInt(Math.random() * 6);
	switch(a)
	{
		case 0: pict = "../nivo3/anytime"; return pict;
		case 1: pict = "../nivo3/aprilshowermouse"; return pict;
		case 2: pict = "../nivo3/bambithrushes"; return pict;
		case 3: pict = "../nivo3/goodbykiss"; return pict;
		case 4: pict = "../nivo3/hideandsqueak"; return pict;
		case 5: pict = "../nivo3/nana"; return pict;
	}
}