<?php

/*******************************************
** Please update all fields between notes **
********************************************/

//Comic number:
$om_now_date =	"190";

//Verbose update date:
$last_date = 		"July 19, 2011";

//RSS formatted publication date:
//Format: Abc, 00 Blk 20XX
$pubDate =		"Sun, 19 Jul 2011";

//Numerical update date:
$last_update = 		"07/19/11";

//Title		(Title for RSS entry & front page)
$headline = "Ed the Bell said it's okay";

//Description	(Description for RSS entry)
$description = "The alters begin to discover each other.";

/*******************************************
**** Shouldn't need to edit beyond here ****
********************************************/

//Name before each filename
$comic_img="om";

//Number of digits in each filename (not including name)
$digits = "3";

//variable name
$var = "strip";

?>
