//  This array is for the slides and text for the top feature on the home page.
//  There can be only 4 slides, and the filenames must remain the same.
//  The text after the "|" is what is displayed in the right column and is also the alt text for the image.
//  Do not change the name of the image in the home.shtml file as that would break the slides functionality.

var slides = new Array();
slides[0] = "../../includes/site_images/features/top_feature_1.jpg|Annie Ewaskio<br>FUTURESCAPES|photo credit: Annie Ewaskio, Castle, 2011|#picks";
slides[1] = "../../includes/site_images/features/top_feature_2.jpg|The Arsenal Gallery<br>Faith, Courage & Purpose|photo credit: April Harrison, Blended, 2010, mixed media on canvas. Courtesy Mackey Twins Fine Art.|#picks";
slides[2] = "../../includes/site_images/features/top_feature_3.jpg|Behind the Porous Curtain<br>Anatoly Pronin|photo credit:Anatoly Pronin|#picks";
slides[3] = "../../includes/site_images/features/top_feature_4.jpg|Irondale Center<br>FLICfest|photo credit: Benjamin Heller|#picks";

//  This array is for the What's New scroller on the home page.
//  This can have any number of entries.
//  The entries cannot be longer then 4 lines without altering the height of the scroll area.
//  Single quotes must be escaped with a backslash. For example: \'

var scrollerheight='61px'
var messages = new Array();

messages[0] = '<span class="scroll_messages"><a href="http://www.nycgovparks.org"><br><b>Things to do in Parks around the City</a></b><br></span>';

messages[1] = '<span class="scroll_messages"><a href="https://a069-webapps7.nyc.gov/healthinslink/home.aspx"><br><b>Find health insurance coverage that fits at NYC Health Insurance Link</a></b><br></span>';

messages[2] = '<span class="scroll_messages"><a href="http://schools.nyc.gov/offices/teachlearn/arts/index2.html"><br><b>ArtsCount at the Department of Education</a></b><br></span>';

messages[3] = '<span class="scroll_messages"><a href="http://www.nyc.gov/html/lmec/html/events/events.shtml"><br><b>Get the latest news from the NYC Latin Media & Entertainment Commission</a></b><br></span>';

messages[4] = '<span class="scroll_messages"><a href="http://www.nycvisit.com"><br><b>Just ask the Locals at NYC & Co.</a><br></span>';

messages[5] = '<span class="scroll_messages"><a href="http://www.nycedc.com/Web/ExploreNYC/ExploreNyc.htm"><br><b>Explore the City at the NYC Economic Development Corporation</a></b><br></span>';

messages[6] = '<span class="scroll_messages"><a href="http://www.nyc.gov/html/mvc/html/home/home.shtml"><br><b>Become a volunteer at the Mayor\'s Volunteer Center</a></b><br></span>';

messages[7] = '<span class="scroll_messages"><a href="http://www.nyc.gov/html/dycd/home.html"><br><b>Empowering young New Yorkers at the Department of Youth and Community Development</a></b><br></span>';
