/* ================================================ */
/* announcement.js                 	                */
/*                                                  */
/* copyright(c) 2010 Zonta Club of EC, NJ		    */
/* All Rights Reserved.                             */
/*                                                  */
/* ================================================ */


// create announcement information
function createAnnouncement() {
	document.writeln("<img src=images/wim-n.png width='200px'>");
	document.writeln("<b><a href='http://www.wim-n.com/#' target='_blank'>Women in Media - Newark Women's History Month Film Festival</a></b><br>");
	document.writeln("Zonta Club of Essex County is a major sponsor of the annual Women's History Film festival being held at Rutgers University on March 3, 2011 through March 5, 2011. Click the above link for additional information.");
	
}
createAnnouncement();


/*
function createAnnouncement() {
	document.writeln("<img src=images/zontaHolidayShop.jpg>");
	document.writeln("<b>Zonta Holiday Shop</b><br>");
	document.writeln("On Saturday, December 11, 2010 from 12-8 PM at Ammalia's Boutique, 641 Bloomfield Avenue, Montclair, NJ. Tickets are $10. You will receive 20% discount and $5 off purchases of $50.00 or more.");
	
}
createAnnouncement();

function createAnnouncementTitle() {
	document.writeln("<b>Samaritan Feet Walk 2010</b><br>");
}
createAnnouncementTitle();

function createAnnouncement() {
	document.writeln("Saturday, November 13, 2010 at 9:00 am.");
	document.writeln("Monte Irving Park, Central Avenue, Orange, NJ. Registration fee $5 and a pair of new shoes.");
}
createAnnouncement();*/
