<!-- start scripting

////////////////// CONTENT VALUES :: LISTEN ////////////////////

var aTitle 	= new Array();
var aBody	= new Array();

//used to definte fixed first positioning
var aTitleTop;
var aBodyTop;

var iCount	= 0;

aTitle[iCount]	= "Easy Listening";
aBody[iCount]	= "<A HREF='" + gPCABaseURL + "/listen/downloads/start365/index.html'>"
			+ "<DIV  ALIGN='center'><IMG SRC='" + gPCABaseURL + "/images/cta/cta-start365.gif' HEIGHT='70' WIDTH='120' BORDER='0' ALT='" + aTitle[iCount] + "'></DIV></A>"
			+ "Your presets at your fingertips. "
			+ "<A HREF='" + gPCABaseURL + "/listen/downloads/start365/index.html'>More Info</A>.";

iCount++;
aTitle[iCount]	= "Get Airplay!";
aBody[iCount]	= "<A HREF='" + gPCABaseURL + "/labelservices/' target='_blank'>"
		+ "<DIV  ALIGN='center'><IMG SRC='" + gPCABaseURL + "/images/cta/cta-labelservices.gif' HEIGHT='70' WIDTH='120' BORDER='0' ALT='" + aTitle[iCount] + "'></DIV></A>"
		+ " Live365 is helping define the future of radio."
		+ "Artists and labels, promote your music on Live365! Now, you can service our DJs and harness the power of 5,000 Personal broadcasters to blow out your new releases. "
		+ "<A HREF='" + gPCABaseURL + "/labelservices/'>Click here to find out how!</A>";

iCount++;
aTitle[iCount]	= "Your Favorite Station?";

if (gLoggedIn) {
var gPresetsURL = "/cgi-bin/directory.cgi?searchfields=TAC&genre=Presets";
} else {
var gPresetsURL = "/genres/Presets/index.html";
}

			aBody[iCount]	= "<A HREF='" + gPCABaseURL + ""+ gPresetsURL +"'>"			
			+ "<DIV  ALIGN='center'><IMG SRC='" + gPCABaseURL + "/images/cta/cta-favorite.gif' HEIGHT='70' WIDTH='120' BORDER='0' ALT='" + aTitle[iCount] + "'></DIV></A>"
			+ "Send some lovin' to your Favorite Broadcaster! Favorite Station = Fame (and possibly fortune?).<br>"		
			+ "<A HREF='" + gPCABaseURL + ""+ gPresetsURL +"'>Select Favorite Station</A>.";		
			
iCount++;
aTitle[iCount]	= "Ad-Free Listening!";
aBody[iCount]	= "<A HREF='" + gPCABaseURL + "/listen/preferred-member.live'>"
			+ "<DIV  ALIGN='center'><IMG SRC='" + gPCABaseURL + "/images/cta/cta-pm.gif' HEIGHT='70' WIDTH='120' BORDER='0' ALT='" + aTitle[iCount] + "'></DIV></A>"
			+ "No Pop-Ups. No Banners. No Audio Ads. Become a Preferred Member now!<br>"
			+ "<A HREF='" + gPCABaseURL + "/listen/preferred-member.live'>More info.</A>";			
			
iCount++;			
aTitle[iCount]	= "Listen Better ";
aBody[iCount]	= "<A HREF='" + gPCABaseURL + "/listen/player365-download.html'>"
			+ "<DIV  ALIGN='center'><IMG SRC='" + gPCABaseURL + "/images/cta/cta-player365.gif' HEIGHT='70' WIDTH='120' BORDER='0' ALT='" + aTitle[iCount] + "'></DIV></A>"
			+ "Optimized for Live365 stations, listen with Player365. "
			+ "<A HREF='" + gPCABaseURL + "/listen/player365-download.html'>More Info</A>.";
			
iCount++;
aTitle[iCount]	= "We'll Pay You";
aBody[iCount]	= "<A HREF='" + gPCABaseURL + "/affiliate/index.html'>"
			+ "<DIV  ALIGN='center'><IMG SRC='" + gPCABaseURL + "/images/cta/cta-affiliate.gif' HEIGHT='70' WIDTH='120' BORDER='0' ALT='We&acute;ll Pay You'></DIV></A>"
			+ "To spread the word!<br>"
			+ "<A HREF='" + gPCABaseURL + "/affiliate/index.html'>Live365 Affiliate Program</A>";		
	
iCount++;
aTitle[iCount]	= "PRO Broadcast";
aBody[iCount]	= "<A HREF='" + gPCABaseURL + "/pro/index.html'>"
			+ "<DIV  ALIGN='center'><IMG SRC='" + gPCABaseURL + "/images/cta/cta-plr.gif' HEIGHT='70' WIDTH='120' BORDER='0' ALT='" + aTitle[iCount] + "'></DIV></A>"
			+ "Are you a member of a group or organization? Live365 provides efficient and economical Internet audio solutions for businesses. "
			+ "Check out <A HREF='" + gPCABaseURL + "/pro/index.html'>PRO Broadcast</A>.";
		
if (pageLocation != "/help/quickstart.html") {
	iCount++;
	aTitle[iCount]	= "QuickStart";
	aBody[iCount]	= "<A HREF='" + gPCABaseURL + "/help/quickstart.html'>"
			+ "<DIV  ALIGN='center'><IMG SRC='" + gPCABaseURL + "/images/cta/cta-quickstart.gif' HEIGHT='70' WIDTH='120' BORDER='0' ALT='" + aTitle[iCount] + "'></DIV></A>"
			+ "New to Live365? Get a "
			+ "<A HREF='" + gPCABaseURL + "/help/quickstart.html'>QuickStart</A>"
			+ " overview, and start listening now!";	
}

// end scripting -->
