document.writeln('<br><center><font face="Verdana, Arial, Helvetica" size="1" color="#848484">');
document.writeln('<a href="https://register.go.com/LyricStreet/register" class="l">Register</a> | <a href="https://register.go.com/LyricStreet/lists" class="l">Guest Services</a> | <a href="http://hollywoodrecords.go.com/lyricstreet/help.html" class="l">Help</a><br>');
document.writeln('<a href="http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://disney.go.com/corporate/legal/wdig_privacy.html&name=g_legalFooter_privacypolicy" target="_blank" class="l">Privacy Policy</a> | <a href="http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://disney.go.com/corporate/legal/safety_tips.html&name=g_legalFooter_internetsafety" target="_blank" class="l">Internet Safety</a> | <a href="http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://disney.go.com/corporate/legal/terms.html&name=g_legalFooter_termsofuse" target="_blank" class="l">Terms of Use</a><br>');
document.writeln('</font><font face="Verdana, Arial, Helvetica" size="1" color="#ffffff">&copy; Lyric Street Records</font><p>');

leftPos=1, topPos=1, popW=1, popH=1;
popDimensions = "";
function centerIt(popW,popH,urlToCenter,centeredWinName,otherProperties){
var w = 800, h = 600;
if (document.all || document.layers || document.getElementById) {  w = screen.availWidth; h = screen.availHeight; }
leftPos = (w-popW)/2, topPos = (h-popH)/2;
popDimensions = 'width='+popW+',height='+popH+',left='+leftPos+',top='+topPos;
if (otherProperties != null){ popDimensions+=otherProperties; }
if (urlToCenter != null){ window.open(urlToCenter,centeredWinName,popDimensions); }
}
function upperRight(popW,popH,urlToOpen,rightWinName,otherProperties){
var w = 800, h = 600;
if (document.all || document.layers || document.getElementById) {  w = screen.availWidth; h = screen.availHeight; }
leftPos = (w-popW-10), topPos = 1;
popDimensions = 'width='+popW+',height='+popH+',left='+leftPos+',top='+topPos;
if (otherProperties != null){ popDimensions+=','+otherProperties; }
if (urlToOpen != null){ window.open(urlToOpen,rightWinName,popDimensions); }
}