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/aspire/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/aspire/shop.action' ,'ArtistsFirst' ,buyWindowParams); return false; } text = ''; text += '
'; text += ''; text += ''; text += ''; text += ''; text += '
'; text += 'What's new in our shop ... '; // text += ' - Anne Freeman
'; text += '
'; text += ''; text += ''; text += ' '; text += ' '; text += ''; text += ''; text += '
'; text += ' '; text += ' '; text += ' Acoustic Single: proceeds from sales of this single are a fundraiser for Operation Hero Miles
'; text += ' Click here to buy'; text += '
'; text += '
'; text += ''; text += ''; text += ' '; text += ''; text += '
'; text += ' powered by Artists First'; text += ' '; text += '
'; document.write(text);