


function cartooninsert(pid,name)
{
	this.id = pid;
	this.name = name;
}

Cartoons = new Array();
var c = 0;
var current = 0;










Cartoons[c++] = new cartooninsert("4009","1991-08-26-033-RWE-.jpg");
Cartoons[c++] = new cartooninsert("4029","2001-01-08-036-PST-.jpg");
Cartoons[c++] = new cartooninsert("4011","1992-08-03-062-CBA-.jpg");
Cartoons[c++] = new cartooninsert("4004","1986-12-29-076-MRI-.jpg");
Cartoons[c++] = new cartooninsert("4028","2000-12-18-043-VRO-.jpg");
Cartoons[c++] = new cartooninsert("4023","2000-01-31-052-WMI-.jpg");
Cartoons[c++] = new cartooninsert("4017","1996-07-29-064-WMI-.jpg");
Cartoons[c++] = new cartooninsert("4030","2001-01-22-054-FCO-.jpg");
Cartoons[c++] = new cartooninsert("4044","RMA.0167-.jpg");
Cartoons[c++] = new cartooninsert("4043","MST.0162-.jpg");
Cartoons[c++] = new cartooninsert("4046","ma_pop_cartoon.jpg");
Cartoons[c++] = new cartooninsert("4039","2003-03-17-072-LLO-.jpg");
Cartoons[c++] = new cartooninsert("4016","1996-07-08-063-FCO-.jpg");
Cartoons[c++] = new cartooninsert("4031","2001-04-02-069-LCU-.jpg");
Cartoons[c++] = new cartooninsert("4032","2001-08-13-032-BKA-.jpg");
Cartoons[c++] = new cartooninsert("4035","2002-04-08-059-RCH-.jpg");
Cartoons[c++] = new cartooninsert("4034","2002-04-01-074-TCH-.jpg");
Cartoons[c++] = new cartooninsert("4037","2002-08-12-054-CBA-.jpg");














/*

var theMessage="";
var speed=100; // SET THIS BETWEEN 1 - 1000
var scrollingRegion=theMessage.length; // THIS VALUE MUST MATCH TOTAL NUMBER OF CHARACTERS IN theMessage
// END CHANGEABLE VARIABLES 
var startPosition=0;

*/