function openFaqWindow () { var faqWindowParams ='width=550,height=600,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1'; window.open('http://app.artists-first.net/os/faq.action' ,'ArtistsFirst' ,faqWindowParams); return false; } function openBuyWindow () { var buyWindowParams ='width=800,height=500,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1'; window.open('http://app.artists-first.net/os/shop.action' ,'ArtistsFirst' ,buyWindowParams); return false; } text = ''; text += '
'; text += ''; text += ''; text += ''; text += ''; text += '
'; text += 'What's new in our shop ... '; // text += ' - WOA Records / Oliver Sean Productions
'; text += '
'; text += ''; text += ''; text += ' '; text += ' '; text += ''; text += ''; text += '
'; text += ' '; text += ' '; text += '
'; text += '
'; text += ''; text += ''; text += ' '; text += ''; text += '
'; text += ' powered by Artists First'; text += ' '; text += '
'; document.write(text);