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/verdug/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/verdug/shop.action' ,'ArtistsFirst' ,buyWindowParams); return false; } text = ''; text += '
'; text += ''; text += ''; text += ''; text += ''; text += '
'; text += 'What's new in our shop ... '; // text += ' - El Verdugo
'; text += '
'; text += ''; text += ''; text += ' '; text += ' '; text += ''; text += ''; text += '
'; text += ' /home/media/795/3/cover.jpg'; text += ' '; text += ' The first Album from El Verdugo in the new millenium marks the return in a major way. All new sounds, mixed with old school, hip hop, and experimentals styles, the freshest rap to come from the Midwest.
'; text += ' Click here to buy'; text += '
'; text += '
'; text += ''; text += ''; text += ' '; text += ''; text += '
'; text += ' powered by Artists First'; text += ' '; text += '
'; document.write(text);