// JavaScript Document
<!--
function fill_promos(){

// Start Promo left 1
document.getElementById('cymbals_zildjian_custom_18china_price').innerHTML = "231  (IN STOCK)"; // Price
document.getElementById('cymbals_zildjian_custom_18china_image').src = "img/zildjian_acustom_china.jpg"; // Image file location
document.getElementById('cymbals_zildjian_custom_18china_details').innerHTML = "Fast, explosive sound with immediate attack and smooth decay. Clean China sound with characteristic A Custom shimmer and texture."; // Product details
document.getElementById('cymbals_zildjian_custom_18china_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_zildjian_a_custom_china_18&quantity=1"; // Landing page from add to basket within quotes
// End Promo left 1

// Start Promo center 1
document.getElementById('cymbals_zildjian_custom_20china_price').innerHTML = "266  (5-7 days)"; // Price
document.getElementById('cymbals_zildjian_custom_20china_image').src = "img/zildjian_acustom_china.jpg"; // Image file location
document.getElementById('cymbals_zildjian_custom_20china_details').innerHTML = "Fast, explosive sound with immediate attack and smooth decay. Clean China sound with characteristic A Custom shimmer and texture."; // Product details
document.getElementById('cymbals_zildjian_custom_20china_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_zildjian_a_custom_china_20&quantity=1"; // Landing page from add to basket within quotes
// End Promo center 1



}

//-->

