// JavaScript Document
<!--
function fill_promos(){

// Start Welcome text
document.getElementById('welcome_text_p2').innerHTML = ""; // Paragraph 1 within quotes
// End Welcome text


/*// Start Main promo
document.getElementById('main_promo').src = "img/drums_index_ludwigcs.jpg"; // Image location within quotes w570xh200
document.getElementById('main_promo_landing').href = "drums_ludwig.cfm"; // Landing page from image within quotes
// End Main promo*/

// start what's hot image
document.getElementById('whats_hot').src = "img/drums_banner_snare.jpg"; // Image location within quotes w265xh150
document.getElementById('whats_hot_url').href = "drums_sub_2.cfm?=1"; // landing url
//end what's hot image


// Start Promo left 1
document.getElementById('index_promo_left_1_img').src = "img/drums_promo_tornado.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_1_product').innerHTML = "<b>Mapex Tornado</b><br>The Complete Low Cost Starter Kit<br>"; // Product within quotes
document.getElementById('index_promo_left_1_price').innerHTML = "249"; // Price within quotes
document.getElementById('index_promo_left_1_landing').href = "drums_sub_3.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_1_landing_2').href = "drums_sub_3.cfm"; // Landing page from more within quotes
// End Promo left 1


// Start Promo left 2
document.getElementById('index_promo_left_2_img').src = "img/drums_index_promo_hzb.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_2_product').innerHTML = "<b>Mapex HZB</b><br>Premium Features & FREE Tom<br>"; // Product within quotes
document.getElementById('index_promo_left_2_price').innerHTML = "499"; // Price within quotes
document.getElementById('index_promo_left_2_landing').href = "drums_mapex.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_2_landing_2').href = "drums_mapex.cfm"; // Landing page from more within quotes
// End Promo left 2

// Start Promo left 3
document.getElementById('index_promo_left_3_img').src = "img/drums_index_promo_forum.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_3_product').innerHTML = "<b>Pearl Forum FZ<br></b>Our Best Selling Drum Kit <br>"; // Product within quotes
document.getElementById('index_promo_left_3_price').innerHTML = "549"; // Price within quotes
document.getElementById('index_promo_left_3_landing').href = "drums_pearl.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_3_landing_2').href = "drums_pearl.cfm"; // Landing page from more within quotes
// End Promo left 3

// Start Promo left 4
document.getElementById('index_promo_left_4_img').src = "img/index_sale.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_4_product').innerHTML = "<b>Drum Clearance</b><br>Grab a one off bargain!<br>"; // Product within quotes
document.getElementById('index_promo_left_4_price').innerHTML = "219"; // Price within quotes
document.getElementById('index_promo_left_4_landing').href = "sale.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_4_landing_2').href = "sale.cfm"; // Landing page from more within quotes
// End Promo left 4


// Start AD 1
document.getElementById('index_promo_ad_1_img').src = "img/drums_banner_proracket.jpg"; // Image location within quotes w175xh250

document.getElementById('index_promo_ad_1_landing').href = "accessories_sub_2.cfm"; // Landing page from image within quotes
// End AD 1

// Start Promo right 3
document.getElementById('index_promo_right_3_img').src = "img/drums_index_promo_rocktour.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_right_3_product').innerHTML = "<b>Yamaha Rock Tour </b><br>Stunning Rock Kit from Yamaha, comes with a FREE matching snare while stocks last. <br>"; // Product within quotes
document.getElementById('index_promo_right_3_price').innerHTML = "799"; // Price within quotes
document.getElementById('index_promo_right_3_landing').href = "http://www.idrums.co.uk/splash.cfm?id=35"; // Landing page from image within quotes
document.getElementById('index_promo_right_3_landing_2').href = "http://www.idrums.co.uk/splash.cfm?id=35"; // Landing page from more within quotes
// End Promo right 3


// Start Promo right 4
document.getElementById('index_promo_right_4_img').src = "img/drums_index_promo_dd1.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_right_4_product').innerHTML = "<b>NEW: ddrum DD1 E-Kit<br></b>The NEW DD1 Electronic Drum Kit is a full featured electronic kit, ready to play right out of the box.<br>"; // Product within quotes
document.getElementById('index_promo_right_4_price').innerHTML = "495"; // Price within quotes
document.getElementById('index_promo_right_4_landing').href = "http://www.idrums.co.uk/splash.cfm?id=50"; // Landing page from image within quotes
document.getElementById('index_promo_right_4_landing_2').href = "http://www.idrums.co.uk/splash.cfm?id=50"; // Landing page from more within quotes
// End Promo right 4


}

// Start Best seller 1
function best_sell_1(){
var best_1_link = "drums_mapex.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "1. Mapex QR Series <b>&pound;449</b>"; // text within quotes

document.write('<a href="'+best_1_link+'"><font color="#000000">'+best_1_text+'</font></a>'); // do not change
}
// End Best seller 1

// Start Best seller 2
function best_sell_2(){
var best_1_link = "drums_mapex.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "2. Mapex M Birch <b>w/FREE</b> Floor Tom <b>&pound;659</b>"; // text within quotes

document.write('<a href="'+best_1_link+'"><font color="#000000">'+best_1_text+'</font></a>'); // do not change
}
// End Best seller 2

// Start Best seller 3
function best_sell_3(){
var best_1_link = "drums_grestch.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "3. Gretsch Catalina Jazz Series <b>&pound;449</b>"; // text within quotes

document.write('<a href="'+best_1_link+'"><font color="#000000">'+best_1_text+'</font></a>'); // do not change
}
// End Best seller 3

// Start Best seller 4
function best_sell_4(){
var best_1_link = "drums_pearl.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "4. Pearl Forum Premium Starter <b>&pound;549 </b>"; // text within quotes

document.write('<a href="'+best_1_link+'"><font color="#000000">'+best_1_text+'</font></a>'); // do not change
}
// End Best seller 4

// Start Best seller 5
function best_sell_5(){
var best_1_link = "http://www.idrums.co.uk/splash.cfm?id=35"; // landing page url within quotes (for anchors end with #theproductname)
	var best_1_text = "5. Yamaha Rock Tour <b>w/FREE Snare</b>"; // text within quotes

document.write('<a href="'+best_1_link+'"><font color="#000000">'+best_1_text+'</font></a>'); // do not change
}
// End Best seller 5

// Start Best seller 6
function best_sell_6(){
var best_1_link = "http://www.idrums.co.uk/splash.cfm?id=25"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "6. NEW: ddrum Reflex Series <b>&pound;599</b> </b>"; // text within quotes

document.write('<a href="'+best_1_link+'"><font color="#000000">'+best_1_text+'</font></a>'); // do not change
}
// End Best seller 6








//-->

