var items_link
var items_anchor
var items_title

document.write('<div style="line-height: 30px">&nbsp;</div>');

items_link="https://paydotcom.com/r/15376/STIMTEK/3196422/";
items_anchor="10,000 Drum Sounds";
items_title="Professional Drum Sounds in WAV Format";
items(items_link, items_anchor, items_title);

items_link="https://paydotcom.com/r/15372/STIMTEK/3196346/";
items_anchor="Record Label Plan";
items_title="Professional Record Label Business Plan";
items(items_link, items_anchor, items_title);

items_link="https://paydotcom.com/r/5215/STIMTEK/4001719/";
items_anchor="Guitar Arbitrage";
items_title="Promote Your Music Online";
items(items_link, items_anchor, items_title);

items_link="https://paydotcom.com/r/16248/STIMTEK/4001726/";
items_anchor="Musicians Directory";
items_title="Upload Your Music To Websites";
items(items_link, items_anchor, items_title);

items_link="https://paydotcom.com/r/15613/STIMTEK/3196360/";
items_anchor="Music Sound Pack";
items_title="High Quality Essential Instrument Sounds";
items(items_link, items_anchor, items_title);

items_link="https://paydotcom.com/r/8935/STIMTEK/4001747/";
items_anchor="Modify Guitar Pedals";
items_title="Learn how to Modify Guitar Effect Pedals";
items(items_link, items_anchor, items_title);

function items(items_link, items_anchor, items_title) {
document.write('<div class="items_style">');
document.write('<div class="items_normal" ');
document.write('onmouseover=this.className="items_active" onmouseout=this.className="items_normal" title="'+items_title+'"');
document.write('onclick=window.open("'+items_link+'")>&#8226;&nbsp; '+items_anchor);
document.write('<\/div><\/div>');
}