var FADER_ITEMS = [
	wrapper(
		'<div class="faderImg"><img src="images/home/photoHome01.jpg" width="348" height="233" border="0" alt="photo"></div><div class="faderCaption">Montclair Art Museum, Montclair</div>'),
	wrapper(
		'<div class="faderImg"><img src="images/home/photoHome02.jpg" width="348" height="233" border="0" alt="photo"></div><div class="faderCaption">New Jersey State Museum, Trenton</div>'),
	wrapper(
		'<div class="faderImg"><img src="images/home/photoHome03.jpg" width="348" height="233" border="0" alt="photo"></div><div class="faderCaption">NJ Vietnam Veterans\' Memorial, Holmdel</div>'),
	wrapper(
		'<div class="faderImg"><img src="images/home/photoHome04.jpg" width="348" height="233" border="0" alt="photo"></div><div class="faderCaption">The Carl Otto von Kienbusch Renaissance galleries at Princeton  University Art Museum, Princeton</div>'),
	wrapper(
		'<div class="faderImg"><img src="images/home/photoHome05.jpg" width="348" height="233" border="0" alt="photo"></div><div class="faderCaption">Liberty Science Center, Jersey City</div>'),
	wrapper(
		'<div class="faderImg"><img src="images/home/photoHome06.jpg" width="348" height="233" border="0" alt="photo"></div><div class="faderCaption">The Stickley Museum at Craftsman Farms, Morris Plains</div>'),
	wrapper(
		'<div class="faderImg"><img src="images/home/photoHome07.jpg" width="348" height="233" border="0" alt="photo"></div><div class="faderCaption">The Jane Voorhees Zimmerli Art Museum of Rutgers University</div>'),
	wrapper(
		'<div class="faderImg"><img src="images/home/photoHome08.jpg" width="348" height="233" border="0" alt="photo"></div><div class="faderCaption">Drumthwacket, Princeton</div>'),
	wrapper(
		'<div class="faderImg"><img src="images/home/photoHome09.jpg" width="348" height="233" border="0" alt="photo"></div><div class="faderCaption">Monmouth County Historical Association Museum & Library, Freehold</div>')
];

function wrapper(s_body) {
	return s_body
}