	topmain = new Array    topmain[1] = "images/stereotypes/big/aaron_top.jpg"	topmain[2] = "images/stereotypes/big/alissa_top.jpg"	topmain[3] = "images/stereotypes/big/amy_top.jpg"	topmain[4] = "images/stereotypes/big/clint_top.jpg"	topmain[5] = "images/stereotypes/big/cornelia_top.jpg"	topmain[6] = "images/stereotypes/big/ephraim_top.jpg"	topmain[7] = "images/stereotypes/big/graham_top.jpg"	topmain[8] = "images/stereotypes/big/jesse_top.jpg"	topmain[9] = "images/stereotypes/big/jody_top.jpg"	topmain[10] = "images/stereotypes/big/judy_top.jpg"	topmain[11] = "images/stereotypes/big/karen_top.jpg"	topmain[12] = "images/stereotypes/big/lars_top.jpg"	topmain[13] = "images/stereotypes/big/liz_top.jpg"	topmain[14] = "images/stereotypes/big/mark_top.jpg"	topmain[15] = "images/stereotypes/big/matthew_top.jpg"	topmain[16] = "images/stereotypes/big/michael_top.jpg"	topmain[17] = "images/stereotypes/big/mick_top.jpg"	topmain[18] = "images/stereotypes/big/monday_top.jpg"	topmain[19] = "images/stereotypes/big/nadia_top.jpg"	topmain[20] = "images/stereotypes/big/petra_top.jpg"		bottommain = new Array    bottommain[1] = "images/stereotypes/big/aaron_bottom.jpg"	bottommain[2] = "images/stereotypes/big/alissa_bottom.jpg"	bottommain[3] = "images/stereotypes/big/amy_bottom.jpg"	bottommain[4] = "images/stereotypes/big/clint_bottom.jpg"	bottommain[5] = "images/stereotypes/big/cornelia_bottom.jpg"	bottommain[6] = "images/stereotypes/big/ephraim_bottom.jpg"	bottommain[7] = "images/stereotypes/big/graham_bottom.jpg"	bottommain[8] = "images/stereotypes/big/jesse_bottom.jpg"	bottommain[9] = "images/stereotypes/big/jody_bottom.jpg"	bottommain[10] = "images/stereotypes/big/judy_bottom.jpg"	bottommain[11] = "images/stereotypes/big/karen_bottom.jpg"	bottommain[12] = "images/stereotypes/big/lars_bottom.jpg"	bottommain[13] = "images/stereotypes/big/liz_bottom.jpg"	bottommain[14] = "images/stereotypes/big/mark_bottom.jpg"	bottommain[15] = "images/stereotypes/big/matthew_bottom.jpg"	bottommain[16] = "images/stereotypes/big/michael_bottom.jpg"	bottommain[17] = "images/stereotypes/big/mick_bottom.jpg"	bottommain[18] = "images/stereotypes/big/monday_bottom.jpg"	bottommain[19] = "images/stereotypes/big/nadia_bottom.jpg"	bottommain[20] = "images/stereotypes/big/petra_bottom.jpg"	bottommain[21] = "images/stereotypes/big/aaron_bottom.jpg"	bottommain[22] = "images/stereotypes/big/alissa_bottom.jpg"	bottommain[24] = "images/stereotypes/big/amy_bottom.jpg"	function pageload(){	timeoutID = setTimeout('SwapSlide()', timeBetween);	pickrand();	MM_preloadImages('images/stereotypes/small/aaron_bottom_over.gif',					 'images/stereotypes/small/alissa_top_over.gif',					 'images/stereotypes/small/alissa_bottom_over.gif',					 'images/stereotypes/small/amy_bottom_over.gif',					 'images/stereotypes/small/aaron_top_over.gif',					 'images/stereotypes/small/clint_top_over.gif',					 'images/stereotypes/small/clint_bottom_over.gif',					 'images/stereotypes/small/cornelia_top_over.gif',					 'images/stereotypes/small/cornelia_bottom_over.gif',					 'images/stereotypes/small/ephraim_top_over.gif',					 'images/stereotypes/small/ephraim_bottom_over.gif',					 'images/stereotypes/small/graham_top_over.gif',					 'images/stereotypes/small/graham_bottom_over.gif',					 'images/stereotypes/small/jesse_top_over.gif',					 'images/stereotypes/small/jesse_bottom_over.gif',					 'images/stereotypes/small/jody_top_over.gif',					 'images/stereotypes/small/judy_bottom_over.gif',					 'images/stereotypes/small/judy_top_over.gif',					 'images/stereotypes/small/jody_bottom_over.gif',					 'images/stereotypes/small/karen_top_over.gif',					 'images/stereotypes/small/karen_bottom_over.gif',					 'images/stereotypes/small/lars_top_over.gif',					 'images/stereotypes/small/lars_bottom_over.gif',					 'images/stereotypes/small/liz_top_over.gif',					 'images/stereotypes/small/liz_bottom_over.gif',					 'images/stereotypes/small/mark_top_over.gif',					 'images/stereotypes/small/mark_bottom_over.gif',					 'images/stereotypes/small/matthew_top_over.gif',					 'images/stereotypes/small/matthew_bottom_over.gif',					 'images/stereotypes/small/michael_top_over.gif',					 'images/stereotypes/small/michael_bottom_over.gif',					 'images/stereotypes/small/mick_top_over.gif',					 'images/stereotypes/small/mick_bottom_over.gif',					 'images/stereotypes/small/monday_top_over.gif',					 'images/stereotypes/small/monday_bottom_over.gif',					 'images/stereotypes/small/nadia_top_over.gif',					 'images/stereotypes/small/nadia_bottom_over.gif',					 'images/stereotypes/small/petra_top_over.gif',					 'images/stereotypes/small/petra_bottom_over.gif',					 'images/stereotypes/small/amy_top_over.gif',					 'images/generate-on.gif',					 'images/start-on.gif',					 'images/stop-on.gif',					 'images/start.gif',					 'images/stop.gif',					 'images/generate.gif');}function pickrand(){var imagenumber1 = 19 ;var imagenumber2 = 23 ;var randomnumber = Math.random() ;var rand1 = Math.round( (imagenumber1-1) * randomnumber) + 1;var rand2 = Math.round( (imagenumber2-1) * randomnumber) + 1;var topimage = topmain[rand1]var bottomimage = bottommain[rand2]document.maintop.src = topimagedocument.mainbottom.src = bottomimage}function topOff() {MM_swapImage('aaron_top','','images/stereotypes/small/aaron_top.gif','alissa_top','','images/stereotypes/small/alissa_top.gif','amy_top','','images/stereotypes/small/amy_top.gif','clint_top','','images/stereotypes/small/clint_top.gif','cornelia_top','','images/stereotypes/small/cornelia_top.gif','ephraim_top','','images/stereotypes/small/ephraim_top.gif','graham_top','','images/stereotypes/small/graham_top.gif','jesse_top','','images/stereotypes/small/jesse_top.gif','jody_top','','images/stereotypes/small/jody_top.gif','judy_top','','images/stereotypes/small/judy_top.gif','karen_top','','images/stereotypes/small/karen_top.gif','lars_top','','images/stereotypes/small/lars_top.gif','liz_top','','images/stereotypes/small/liz_top.gif','mark_top','','images/stereotypes/small/mark_top.gif','matthew_top','','images/stereotypes/small/matthew_top.gif','michael_top','','images/stereotypes/small/michael_top.gif','mick_top','','images/stereotypes/small/mick_top.gif','monday_top','','images/stereotypes/small/monday_top.gif','nadia_top','','images/stereotypes/small/nadia_top.gif','petra_top','','images/stereotypes/small/petra_top.gif',1)}function bottomOff() {MM_swapImage('aaron_bottom','','images/stereotypes/small/aaron_bottom.gif','alissa_bottom','','images/stereotypes/small/alissa_bottom.gif','amy_bottom','','images/stereotypes/small/amy_bottom.gif','clint_bottom','','images/stereotypes/small/clint_bottom.gif','cornelia_bottom','','images/stereotypes/small/cornelia_bottom.gif','ephraim_bottom','','images/stereotypes/small/ephraim_bottom.gif','graham_bottom','','images/stereotypes/small/graham_bottom.gif','jesse_bottom','','images/stereotypes/small/jesse_bottom.gif','jody_bottom','','images/stereotypes/small/jody_bottom.gif','judy_bottom','','images/stereotypes/small/judy_bottom.gif','karen_bottom','','images/stereotypes/small/karen_bottom.gif','lars_bottom','','images/stereotypes/small/lars_bottom.gif','liz_bottom','','images/stereotypes/small/liz_bottom.gif','mark_bottom','','images/stereotypes/small/mark_bottom.gif','matthew_bottom','','images/stereotypes/small/matthew_bottom.gif','michael_bottom','','images/stereotypes/small/michael_bottom.gif','mick_bottom','','images/stereotypes/small/mick_bottom.gif','monday_bottom','','images/stereotypes/small/monday_bottom.gif','nadia_bottom','','images/stereotypes/small/nadia_bottom.gif','petra_bottom','','images/stereotypes/small/petra_bottom.gif',1)}timeBetween    = 2000;stopped = true;var timeoutID;var topmainimage = topmain[counter];var bottommainimage = bottommain[counter];function SwapSlide() {   if ((document.images) && (stopped == false)) {      pickrand();      timeoutID = setTimeout('SwapSlide()', timeBetween);   }}function StopShow() {   stopped = true;   clearTimeout(timeoutID);}function StartShow() {   if (stopped == true) {      stopped = false;      SwapSlide();   }}
