// JavaScript Document
<!--
function fill_promos(){

// Start Promo 
document.getElementById('cymbals_zildjian_z_custom_18china_price').innerHTML = "212  (5-7 days)"; // Price
document.getElementById('cymbals_zildjian_z_custom_18china_image').src = "img/zildjian_z3_china.jpg"; // Image file location
document.getElementById('cymbals_zildjian_z_custom_18china_details').innerHTML = "Super loud effects. This China offers the most power of any cymbal in its class."; // Product details
document.getElementById('cymbals_zildjian_z_custom_18china_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_zildjian_z_custom_china_18&quantity=1"; // Landing page from add to basket within quotes
// End Promo 

// Start Promo 
document.getElementById('cymbals_zildjian_z_custom_20china_price').innerHTML = "233  (5-7 days)"; // Price
document.getElementById('cymbals_zildjian_z_custom_20china_image').src = "img/zildjian_z3_china.jpg"; // Image file location
document.getElementById('cymbals_zildjian_z_custom_20china_details').innerHTML = "Super loud effects. This China offers the most power of any cymbal in its class."; // Product details
document.getElementById('cymbals_zildjian_z_custom_20china_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_zildjian_z_custom_china_20&quantity=1"; // Landing page from add to basket within quotes
// End Promo 

// Start Promo 
document.getElementById('cymbals_zildjian_z_custom_new1china_price').innerHTML = "259  (5-7 days)"; // Price
document.getElementById('cymbals_zildjian_z_custom_new1china_image').src = "img/zildjian_z3_china_ultra.jpg"; // Image file location
document.getElementById('cymbals_zildjian_z_custom_new1china_details').innerHTML = "Loud-er effects designed to explode with penetrating sound, this all-new China model features a new, inverted 'volcano' bell and extensive hammering, producing a sound that is trashier than its 18 & 20 inch Z3 China counterparts."; // Product details
document.getElementById('cymbals_zildjian_z_custom_new1china_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_zildjian_z_custom_ultra_19&quantity=1"; // Landing page from add to basket within quotes
// End Promo 

// Start Promo 
document.getElementById('cymbals_zildjian_z_custom_new2china_price').innerHTML = "289  (5-7 days)"; // Price
document.getElementById('cymbals_zildjian_z_custom_new2china_image').src = "img/zildjian_z3_china_ultra.jpg"; // Image file location
document.getElementById('cymbals_zildjian_z_custom_new2china_details').innerHTML = "Loud-er effects designed to explode with penetrating sound, this all-new China model features a new, inverted 'volcano' bell and extensive hammering, producing a sound that is trashier than its 18 & 20 inch Z3 China counterparts."; // Product details
document.getElementById('cymbals_zildjian_z_custom_new2china_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_zildjian_z_custom_ultra_21&quantity=1"; // Landing page from add to basket within quotes
// End Promo 








}

//-->

