// JavaScript Document



images = new Array();

images[0] = "<a href = 'http://www.snugjazz.com/'><img src='images/banner1.jpg' alt='Snug Harbor Jazz Bistro'></a>";

images[1] = "<a href = 'http://www.gcpress.com/'><img src='images/banner2.jpg' alt='Garrett County Press'></a>";

images[2] = "<a href = 'http://www.fabonfrenchmen.com/'><img src='images/banner3.jpg' alt='Faubourg Marigny Art, Books, & Music'></a>";

images[3] = "<a href = 'http://www.ironrail.org/'><img src='images/banner4.jpg' alt='Iron Rail Book Collective'></a>";

images[4] = "<a href = 'http://www.fitzgeraldletterpress.com'><img src='images/banner-fitz.jpg' alt='Fitzgerald Letterpress'></a>";

images[5] = "<a href = 'http://www.hnoc.org/'><img src='images/banner6.jpg' alt='Historic New Orleans Collection and Williams Research Center'></a>";

images[6] = "<a href = 'http://www.nolacakes.com/'><img src='images/banner7.jpg' alt='New Orleans Cake Cafe & Bakery'></a>";

images[7] = "<a href = 'http://www.neighborhoodstoryproject.org/'><img src='images/banner8.jpg' alt='The Neighborhood Story Project'></a>";

images[8] = "<a href = 'http://www.alwayssmokin.com/'><img src='images/banner-joint.jpg' alt='The Joint'></a>";

images[9] = "<a href = 'http://nolacommunityprintshop.wordpress.com'><img src='images/banner-print.jpg' alt='New Orleans Community Print Shop'>"; 

images[10] = "<a href = 'http://www.maisonfrenchmen.com/'><img src='images/banner11.jpg' alt='Maison on Frenchmen'>"; 

images[11] = "<a href = 'http://maps.google.com/maps?q=domino+sound+record+shack&ll=29.977242,-90.076797&spn=0.0171,0.033023&oe=utf-8&client=firefox-a&fb=1&gl=us&hq=domino+sound+record+shack&hnear=0x8620a454b2118265:0xdb065be85e22d3b4,New+Orleans,+LA&cid=0,0,15953674850144310564&t=m&z=16&vpsrc=0&iwloc=A'><img src='images/banner-domino.jpg' alt='Domino Sound'>"; 

images[12] = "<a href = 'http://www.noplf.org/index.html'><img src='images/banner-library.jpg' alt='New Orleans Public Library Foundation'>"; 

images[13] = "<a href = 'http://flatlands.tv/'><img src='images/banner-flatlands.jpg' alt='Flatland Productions'>"; 

index = Math.floor(Math.random() * images.length);

document.write(images[index]);
	

