I have a link for chat on my existing website, which I would like to hide for company holidays, I am trying to figure out the best way to go about this, so far, I have the list of holidays, an array of month names and the localtime function, I would like to setup a regex to search through the month names array and spit out whether or not the month is a holiday month, I am thinking then I could create a hash array of actual month-> holiday as elements days that are holidays and have it search through them to determine if there is a holiday that day. I am not real versed in either so suggestions are welcomed if there is a better way to go about this. Thanks