if (null==dataSet) dataSet = new Array();
if (null==dataObj) dataObj = new Object();

//
// Help
//
// '<name> Rant' is the text of your rant.  (Remember to put a \ before any " other than the beginning and ending ones.)
// '<name> Pic' is the picture which is assumed to be located in the images folder
// '<name> Ranted' ...isn't necessary anymore.  For a rant to be displayed, something just has to be in the '<name> Rant' dataSet


//
// Stuff for John
//
dataSet['John Rant'] = "";
dataSet['John Pic'] = "chibijohn.jpg";

//
// Stuff for Ryan
//
dataSet['Ryan Rant'] = "Just something random that popped in my head earlier today while digesting some forum noise.  The comic's coming along just fine, I just felt like throwing a little wacky art on paper today. Perhaps that's what I get when I watch too much Invader Zim over the weekend.";
dataSet['Ryan Pic'] = "fumoffu!.jpg";

//
// !!!!!!!!!!! **Update Info** !!!!!!!!!!!  -Usually for Ryan
//
// 'Next Comic' should contain the date for the next comic.
// 'Precent Complete' should be a number from 0 to 100 and should not include the % sign.
// 'Precent Incomplete' ...I'll automate this later, but I haven't figured it out yet.
// 'Status' is where you let the viewers know how things are proceeding.
//
dataSet['Next Comic'] = "11/07/2004";
dataSet['Percent Complete'] = "75";
dataSet['Percent Incomplete'] = "25";
dataSet['Status'] = "Sorry I have to keep delaying it, guys.";


//
// Stuff for Scott
//
dataSet['Scott Rant'] = "";
dataSet['Scott Pic'] = "Scottrant.jpg";


//
// Stuff for Jim
//
dataSet['Jim Rant'] = "";
dataSet['Jim Pic'] = "Jimrant.jpg";


//
// Stuff for Stu
//
dataSet['Stu Rant'] = "";
dataSet['Stu Pic'] = "Sturant.jpg";



//
//
// This is the space for other crap.  Don't mess with it without talking to me.
dataSet['Rant Form'] = "standardrants.js";
