<!-- start scripting

////////////////// CONTENT VALUES :: HOME ////////////////////

var aContent1 	= new Array();
var iCount		= 0; 
	
aContent1[iCount] = "Broadcast365";
iCount++;
aContent1[iCount] = "<A HREF='" + gPCABaseURL + "/plr/index.html'>"
			+ "<DIV  ALIGN='center'><IMG SRC='" + gPCABaseURL + "/images/cta/cta-plr.gif' HEIGHT='70' WIDTH='120' BORDER='0' ALT='" + aContent1[iCount - 1] + "'></DIV></A>"
			+ "Broadcast365 is the most efficient and economic way to stream your audio over the internet. "
			+ "<A HREF='" + gPCABaseURL + "/plr/index.html'>More info</A>.";

	
// Popup box for tutorial
var tutorialWin;
function popUpBox1() 
{
	if (tutorialWin) {
		if (tutorialWin.closed != true) {
			tutorialWin.close();
			tutorialWin = null;
		}
	}
	tutorialWin = window.open(gPCABaseURL + '/help/swf/flashtutorial.html','tutorialWin','location=no,toolbar=no,status=no,menubar=yes,scrollbars=no,resizable=no,width=400,height=470');
	tutorialWin.focus();
}
	
// DrawNewUserBox()
function DrawNewUserBox()
{
	var urlFaqLink = "http://live365.custhelp.com/cgi-bin/live365";

	document.write('<table border="0" width="100%" cellspacing="0" cellpadding="' + gCellPadding + '">');	
	DrawTitleRow("Hey!");
	document.write('<tr><td id="userbox" align="center" height="70" width="' + gRightSideBarWidth + '">');
	document.write('<img src="' + gPCABaseURL + '/images/dot.gif" width="1" height="5"><br>');
   	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="3">');
	document.write('<tr valign="top"><td id="questionsubtext" colspan="2">Welcome to Live365, Earth\'s largest Internet radio network.<BR><img src="' + gPCABaseURL + '/images/dot.gif" width="1" height="8"></td></tr>');
	document.write('<tr align="left" valign="top">');
	document.write('<td><a href="' + gPCABaseURL + '/help/quickstart.html"><img src="' + gPCABaseURL + '/images/cta/ctamini-quickstart.gif" width="70" height="53" border="0" alt="Quick Start" vspace="0" hspace="0"></a><BR><img src="' + gPCABaseURL + '/images/dot.gif" width="1" height="8"></td>');
	document.write('<td id="questionsubtext" align="left" valign="top">New to Live365?');
	document.write(' Get a <a href="' + gPCABaseURL + '/help/quickstart.html"> QuickStart</a> overview, and start listening now!<BR><img src="' + gPCABaseURL + '/images/dot.gif" width="1" height="8">');
	document.write('</td>');
	document.write('</tr>');
	document.write('<tr valign="top" align="left">');
	document.write('<td><a href="' + urlFaqLink +'"><img src="' + gPCABaseURL + '/images/cta/ctamini-faq.gif" width="70" height="53" alt="FAQ" border="0" vspace="0" hspace="0"></a></td>');
	document.write('<td align="left" valign="top" id="questionsubtext">Need help?');
	document.write(' Check the <a href="' + urlFaqLink + '">Frequently Asked');
	document.write(' Questions</a></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('<img src="' + gPCABaseURL + '/images/dot.gif" width="1" height="5"></td></tr>');
	document.write('</table>');	
} // DrawNewUserBox()

// DrawNewsletterBox()
function DrawNewsletterBox()
{
//	document.write('<table border="0" width="' + gRightSideBarWidth + '" cellspacing="0" cellpadding="' + gCellPadding + '">');	
	document.write('<table border="0" width="100%" cellspacing="0" cellpadding="' + gCellPadding + '">');	
	DrawTitleRow("News Services");
	document.write('<tr><td id="userbox" align="center" height="70" width="' + gRightSideBarWidth + '">');
	document.write('<img src="' + gPCABaseURL + '/images/dot.gif" width="1" height="5"><br>');
   	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="3">');
	document.write('<tr align="left" valign="top">');
	document.write('<td><a href="' + gPCABaseURL + '/home/newsletter.html"><img src="' + gPCABaseURL + '/images/cta/ctamini-newsletter.gif" width="70" height="53" border="0" alt="Newsletter" vspace="0" hspace="0"></a><BR><img src="' + gPCABaseURL + '/images/dot.gif" width="1" height="8"></td>');
	document.write('<td id="questionsubtext">Do you receive the newsletter? <BR><a href="' + gPCABaseURL + '/home/newsletter.html">Sign up today</a>!<td>');
	document.write('</td>');
	document.write('</tr>');
	document.write('<tr align="left" valign="top">');
	document.write('<td><a href="' + gPCABaseURL + '/info/press/index.html"><img src="' + gPCABaseURL + '/images/cta/ctamini-pressarea.gif" width="70" height="53" border="0" alt="Press Area" vspace="0" hspace="0"></td>');
	document.write('<td id="questionsubtext">People are talking! Visit the <BR><a href="' + gPCABaseURL + '/info/press/index.html">Press Room</a>.<td>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('<img src="' + gPCABaseURL + '/images/dot.gif" width="1" height="5"></td></tr>');
	document.write('</table>');	
} // DrawNewsletterBox()	

// end scripting -->
