/* *********************
 * CONFIGURATION FILE
 * *********************/

// set to false to be in production; set to true if you want to work on this website and have firebug
var DEBUG = false; 

// we will have an NxN box on the website... how much is N?
var N = 4;

// this is where you configure the websites you want to show
var sites = [
		{alt: "Kokori",        image:"A-1750478-1269556274.jpeg", link:"http://kokori.grogue.org"          },
		{alt: "Qink",          image:"http://qink.grogue.org/teaser.png",                  link:"http://qink.grogue.org"            },
		{alt: "Merankorii",    image:"A-891455-1258583658.jpeg",  link:"http://merankorii.grogue.org"      },
		{alt: "Noori Records", image:"L-168452-1268164564.png",   link:"http://noorirecords.grogue.org"    },
		{alt: "+ko+ko+",       image:"A-1507601-1258582443.jpeg", link:"http://pluskopluskoplus.grogue.org"},
	];

