document.write('
Community Calendar
- New Mexico Green Chile Cheeseburgers
Sat, Sep 11, 11:00 am
- Trinity Center School Car Wash
Sun, Sep 12, 9:00 am
- CC Fire Flies Pancake Breakfast
Sun, Sep 12, 9:00 am
- TAMWG Quarterly Meeting
Mon, Sep 13, 9:30 am
- CCVFD Board Meeting
Mon, Sep 13, 6:00 pm
- New Mexico Green Chile Cheeseburgers
Sat, Sep 18, 11:00 am
- FREE "Take Control of Your Computer" Seminar
Sat, Sep 18, 1:00 pm
- BoS Meeting
Tue, Sep 21, 9:00 am
');
var cal_win;
function pnewWin(url, height, width)
{
if(!height || height < 1)
height = 600;
if(!width || width < 1)
width = 600;
window.open(url, url.replace(/[^a-z|0-9]/g,""), "width=" + width + ",height=" + height + ",menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=yes");
}