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 += ' | ';
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 += ' ';
text += ' ';
text += ' |
';
document.write(text);