// 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_hyperdrive.jpg"; // Image location within quotes w265xh150
document.getElementById('whats_hot_url').href = "http://www.idrums.co.uk/drums_tama.cfm"; // landing url
//end what's hot image


// Start Promo left 1
document.getElementById('index_promo_left_1_img').src = "img/drums_index_a400.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_1_product').innerHTML = "<b>Traps A400</b><br>The Best Space Saving Kit<br>"; // Product within quotes
document.getElementById('index_promo_left_1_price').innerHTML = "309"; // Price within quotes
document.getElementById('index_promo_left_1_landing').href = "drums_sub_4.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_1_landing_2').href = "drums_sub_4.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_hyperdrive.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_2_product').innerHTML = "<b>Tama Hyperdrive 6</b><br>Head turning looks, great hardware.<br>"; // Product within quotes
document.getElementById('index_promo_left_2_price').innerHTML = "839"; // Price within quotes
document.getElementById('index_promo_left_2_landing').href = "drums_tama.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_2_landing_2').href = "drums_tama.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_ludwig.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_3_product').innerHTML = "<b>Ludwig Element<br></b>Pure White Gloss - Now comes with FREE Tom<br>"; // Product within quotes
document.getElementById('index_promo_left_3_price').innerHTML = "449"; // Price within quotes
document.getElementById('index_promo_left_3_landing').href = "http://www.idrums.co.uk/splash.cfm?id=37"; // Landing page from image within quotes
document.getElementById('index_promo_left_3_landing_2').href = "http://www.idrums.co.uk/splash.cfm?id=37"; // Landing page from more within quotes
// End Promo left 3

// Start Promo left 4
document.getElementById('index_promo_left_4_img').src = "img/drums_index_promo_minitymps.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_4_product').innerHTML = "<b>Tama Mini Tymps</b><br>Add a new sound<br>"; // Product within quotes
document.getElementById('index_promo_left_4_price').innerHTML = "109"; // Price within quotes
document.getElementById('index_promo_left_4_landing').href = "drums_other.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_4_landing_2').href = "drums_other.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_basspatch.jpg"; // Image location within quotes w175xh250

document.getElementById('index_promo_ad_1_landing').href = "heads_sub_7.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_starphonic.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_right_3_product').innerHTML = "<b>Tama Starphonic Snare</b><br>With its super thin 6mm shell, this maple snare drum is a great example of the Starphonic concept<br>"; // Product within quotes
document.getElementById('index_promo_right_3_price').innerHTML = "569"; // Price within quotes
document.getElementById('index_promo_right_3_landing').href = "http://www.idrums.co.uk/drums_sub_2.cfm?=2"; // Landing page from image within quotes
document.getElementById('index_promo_right_3_landing_2').href = "http://www.idrums.co.uk/drums_sub_2.cfm?=2"; // 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_gretsch_rock.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_right_4_product').innerHTML = "<b>2010 Gretsch Catalina Rock<br></b>Massive sound, in head-turning red sparkle finish.<br>"; // Product within quotes
document.getElementById('index_promo_right_4_price').innerHTML = "649"; // Price within quotes
document.getElementById('index_promo_right_4_landing').href = "http://www.idrums.co.uk/splash.cfm?id=38"; // Landing page from image within quotes
document.getElementById('index_promo_right_4_landing_2').href = "http://www.idrums.co.uk/splash.cfm?id=38"; // 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 Horizon - w/FREE Tom <b>&pound;529</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_sub_3.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "2. Mapex Tornado Starter Kit <b>&pound;259</b> delivered"; // 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 = "http://www.idrums.co.uk/splash.cfm?id=37"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "3. Ludwig Element <b>&pound;449</b> delivered"; // 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_sub_4.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "4. Traps A400 <b>&pound;309</b> delivered "; // 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 = "drums_tama.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "5. Tama Hyperdrive fr <b>&pound;839</b> delivered"; // 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 = "drums_mapex.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "6. Mapex Meridian Birch <b>&pound;599</b> delivered"; // 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








//-->
