// 0 = text | 1 = URL | 2 = target
// use keyword __start in field 1 to start a new link box
// use keyword __end in field 1 to end a link box

var linkBoxes = new Array(
	"Front Page|?index|",
	"Record Label/PR Relations|?recordlabel|",
	"&nbsp;&nbsp;&nbsp;Uncle Bob NYC|?label_ubnyc|",
	"&nbsp;&nbsp;&nbsp;Albert Aprigliano|?label_aa|",
	"&nbsp;&nbsp;&nbsp;Irving Fields & Trio|?label_ift|",
	"&nbsp;&nbsp;&nbsp;Blank Faced Prophet|?label_bfp|",
	"&nbsp;&nbsp;&nbsp;Summer Hill 7|?label_summerhill|",
	"&nbsp;&nbsp;&nbsp;Apostolic Fellowship Int'l Ministries|?label_afim|",
	"Music Book Publishing|?publishing|",
	"Books By Aaron|?books|",
	"Photo Art by Aaron|?photo|",
	"Podcasts|?podcasts|",
	"Blogs|?blogs|",
	"&nbsp;&nbsp;&nbsp;CD/DVD Reviews Blog|http://www.romanmidnightmusic.blogspot.com/|",
	"&nbsp;&nbsp;&nbsp;Rock Interviews Blog|http://www.aaronjoyrockinterviews.blogspot.com/|",
	"Contact|?contact|",
	"nil|__end|"
);

var gCopyrightText = "&copy; Roman Midnight Music &bull; All rights reserved";
