  
	// This variable is the only only one that should have to be changed. This should be the 
	// prefix to the images directory. As you can see now it is set to http://www.kason.com/
	// if you were working under say C:\websites\kason then simply set the prefix variable
	// to "C:\websites\kason\", then you shouldn't have to modify any code other than that. 
	var prefix; 
	//prefix = "http://www.kason.com/itl/"
	prefix = "http://kason.rappadvertising.com:808/itl/";
