def __init__(self):
		today = date.today()
		self.month = today.month
		self.year = today.year
		ConcertScraper.__init__( self
							   , self.makeUrl(self.month, self.year)
							   , "electric-factory")
 def __init__(self):
     ConcertScraper.__init__(self, "http://www.milkboyphilly.com/listing/", "milk-boy")
	def __init__(self):
		ConcertScraper.__init__(self, "http://www.bootandsaddlephilly.com/listing/", "boot-and-saddle")
	def __init__(self):
		ConcertScraper.__init__(self, "http://www.utphilly.com/listing/", "union-transfer")