//HOMEPAGE HIGHLIGHTS *************************************************************

// Instructions for HTML file:
// Script tags should reference this .js file and the scripts .js file
// Image to be changed needs to be in a <div> with id="photos"
// <a> tag for image needs id="linkto"
// Image to be changed is id="photo" (could have existing source as well)
// Back button needs to call Javascript:stopSS();controlback()
// Next button needs to call Javascript:stopSS();controlnext()
// <a> tag for Play/Stop button needs id="playstop"
// Play/Stop button needs id="psbutton" and needs to call Javascript:stopSS() at first

//Variables for each Array *************************************************************
var highlightphoto=new Array()
var highlightcategory=new Array()
var highlighttitle=new Array()
var highlightdescription=new Array()
var highlightlinkto=new Array()
var highlightthumbnail=new Array()


//This is where you put in all the information for each highlight ***************************************************************************************************************************************************************************************************************STOP*****

highlighttitle[1]="Member Top Picks"
highlightphoto[1]="http://www.njn.net/joinsupport/images/highlights/membertoppicks6.jpg"
highlightcategory[1]="SUPPORT TELEVISION"
highlightdescription[1]="Here are some of the most popular programs supported by viewers like you. The gifts you receive in exchange for your contribution are just one of the ways we say 'thank you' for your support to NJN Public Television."
highlightlinkto[1]="http://www.njn.net/joinsupport/membership/membertoppicks.html"
highlightthumbnail[1]="http://www.njn.net/joinsupport/images/highlights/tn-membertoppicks6.jpg"

highlighttitle[2]="Blue Man Group"
highlightphoto[2]="http://www.njn.net/joinsupport/images/highlights/bluemangroup.jpg"
highlightcategory[2]="NJN BOX OFFICE"
highlightdescription[2]="They are best known for their wildly popular theatrical shows and concerts which combine music, comedy and multimedia theatrics to produce a totally unique form of entertainment."
highlightlinkto[2]="http://www.njn.net/joinsupport/membership/event-bluemangroup.html"
highlightthumbnail[2]="http://www.njn.net/joinsupport/images/highlights/tn-bluemangroup.jpg"

highlighttitle[3]="Jim Brickman's Beautiful World Christmas 2009"
highlightphoto[3]="http://www.njn.net/joinsupport/images/highlights/jimbrickman.jpg"
highlightcategory[3]="NJN BOX OFFICE"
highlightdescription[3]="Pianist Jim Brickman is creating a 'Beautiful World' for audiences seeking an escape from the hectic demands of the holiday season! Jim and guests present an evening of dazzling solo piano, vibrant vocals plus warmth and humor."
highlightlinkto[3]="http://www.njn.net/joinsupport/membership/event-jimbrickman.html"
highlightthumbnail[3]="http://www.njn.net/joinsupport/images/highlights/tn-jimbrickman.jpg"

highlighttitle[4]="Support NJN Radio"
highlightphoto[4]="http://www.njn.net/joinsupport/images/highlights/radio.jpg"
highlightcategory[4]="SUPPORT RADIO"
highlightdescription[4]="NJN Public Radio keeps you connected to your community and to the world.  Your financial support makes it possible.  Thank you."
highlightlinkto[4]="http://njpbn.kintera.org/donation"
highlightthumbnail[4]="http://www.njn.net/joinsupport/images/highlights/tn-radio.jpg"

highlighttitle[5]="Andrea Bocelli in Concert"
highlightphoto[5]="http://www.njn.net/joinsupport/images/highlights/andreabocelli.jpg"
highlightcategory[5]="NJN BOX OFFICE"
highlightdescription[5]="Andrea Bocelli is a truly unique, versatile and groundbreaking artist, with one of the most distinctive and romantic voices in the world of music."
highlightlinkto[5]="http://www.njn.net/joinsupport/membership/event-andreabocelli.html"
highlightthumbnail[5]="http://www.njn.net/joinsupport/images/highlights/tn-andreabocelli.jpg"



// highlighttitle[4]="David Foster and Friends"
// highlightphoto[4]="http://www.njn.net/joinsupport/images/highlights/davidfoster.jpg"
// highlightcategory[4]="BOX OFFICE"
// highlightdescription[4]="Famed musical showman, producer and songwriter David Foster will be embarking on tour to perform with some of his talented friends some of the hits that have paved the way for the many artists he has worked with over the years."
// highlightlinkto[4]="http://www.njn.net/joinsupport/membership/event-davidfoster.html"
// highlightthumbnail[4]="http://www.njn.net/joinsupport/images/highlights/tn-davidfoster.jpg"
