// JavaScript Document
<!--
function fill_promos(){


// Start Promo left 1
document.getElementById('cymbals_sabian_packs_aaxperformance_price').innerHTML = "600  (5-7 days)"; // Price
document.getElementById('cymbals_sabian_packs_aaxperformance_image').src = "img/cymbals_sabian_packs_aax_perfomance.jpg"; // Image file location
document.getElementById('cymbals_sabian_packs_aaxperformance_details').innerHTML = ""; // Product details
document.getElementById('cymbals_sabian_packs_aaxperformance_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_sabian_aax_performance&quantity=1"; // Landing page from add to basket within quotes
// End Promo left 1


// Start Promo center 1
document.getElementById('cymbals_sabian_packs_aax_price').innerHTML = "249  (5-7 days)"; // Price
document.getElementById('cymbals_sabian_packs_aax_image').src = "img/cymbals_sabian_packs_aax_perfomance.jpg"; // Image file location
document.getElementById('cymbals_sabian_packs_aax_details').innerHTML = ""; // Product details
document.getElementById('cymbals_sabian_packs_aax_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_sabian_aax_effects&quantity=1"; // Landing page from add to basket within quotes
// End Promo left 1



}

//-->
2

