// JavaScript Document
<!--



function fill_promos(){

// Start Promo 
document.getElementById('cymbals_sabian_aametalx_20ride_price').innerHTML = "124 (IN STOCK)"; // Price
document.getElementById('cymbals_sabian_aametalx_20ride_image').src = "img/sabian_b8pro_ride.jpg"; // Image file location
document.getElementById('cymbals_sabian_aametalx_20ride_details').innerHTML = "Crisp stick attack remains bright and audible, with light wash at higher volumes."; // Product details
document.getElementById('cymbals_sabian_aametalx_20ride_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_sabian_aametalx_ride_20&quantity=1"; // Landing page from add to basket within quotes
// End Promo 

// Start Promo 
document.getElementById('cymbals_sabian_aametalx_22ride_price').innerHTML = "124  (5-7 days)"; // Price
document.getElementById('cymbals_sabian_aametalx_22ride_image').src = "img/sabian_b8pro_ride.jpg"; // Image file location
document.getElementById('cymbals_sabian_aametalx_22ride_details').innerHTML = "Intensely powerful, with distinct metallic stick definition and a crisp, cutting bell."; // Product details
document.getElementById('cymbals_sabian_aametalx_22ride_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_sabian_aametalx_ride_22&quantity=1"; // Landing page from add to basket within quotes
// End Promo 



}



//-->

