// 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/index_mainpromo_yamahadtxivsp.jpg"; // Image location within quotes w570xh200
document.getElementById('main_promo_landing').href = "e_drums_yamaha.cfm"; // Landing page from image within quotes
// End Main promo*/

// start what's hot image
document.getElementById('whats_hot').src = "img/edrums_banner_performance.jpg"; // Image location within quotes w265xh150
document.getElementById('whats_hot_url').href = "e_drums_beatnik.cfm"; // landing url
//end what's hot image


// Start Promo left 1
document.getElementById('index_promo_left_1_img').src = "img/drums_index_dtxivsp.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_1_product').innerHTML = "<b>Yamaha DTXtreme</b><br>The awesome NEW DTXtreme III<br>"; // Product within quotes
document.getElementById('index_promo_left_1_price').innerHTML = "1899"; // Price within quotes
document.getElementById('index_promo_left_1_landing').href = "e_drums_yamaha.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_1_landing_2').href = "e_drums_yamaha.cfm"; // Landing page from more within quotes
// End Promo left 1


// Start Promo left 2
document.getElementById('index_promo_left_2_img').src = "img/e_drum_index_dd10.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_2_product').innerHTML = "<b>Alesis DM10 Pro</b><br>Cutting Edge Features, Low End Price<br>"; // Product within quotes
document.getElementById('index_promo_left_2_price').innerHTML = "899"; // Price within quotes
document.getElementById('index_promo_left_2_landing').href = "drums_sessionpro.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_2_landing_2').href = "drums_sessionpro.cfm"; // Landing page from more within quotes
// End Promo left 2

// Start Promo left 3
document.getElementById('index_promo_left_3_img').src = "img/e_drum_index_dm6.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_3_product').innerHTML = "<b>Alesis DM6 <br></b>Stunning Brain & Duel Zone Snare<br>"; // Product within quotes
document.getElementById('index_promo_left_3_price').innerHTML = "369"; // Price within quotes
document.getElementById('index_promo_left_3_landing').href = "drums_sessionpro.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_3_landing_2').href = "drums_sessionpro.cfm"; // Landing page from more within quotes
// End Promo left 3

// Start Promo left 4
document.getElementById('index_promo_left_4_img').src = "img/e_drums_promo_dtxplorer.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_4_product').innerHTML = "<b>Yamaha DTXplorer</b><br>Our best selling electronic kit<br>"; // Product within quotes
document.getElementById('index_promo_left_4_price').innerHTML = "519"; // Price within quotes
document.getElementById('index_promo_left_4_landing').href = "e_drums_yamaha.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_4_landing_2').href = "e_drums_yamaha.cfm"; // Landing page from more within quotes
// End Promo left 4


// Start AD 1
document.getElementById('index_promo_ad_1_img').src = "img/e_drums_bottombanner_hq.jpg"; // Image location within quotes w175xh250

document.getElementById('index_promo_ad_1_landing').href = "accessories_sub_5.cfm"; // Landing page from image within quotes
// End AD 1

// Start Promo right 3
document.getElementById('index_promo_right_3_img').src = "img/e_drums_promo_qwicktime.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_right_3_product').innerHTML = "<b>Qwik Time Metronomes</b><br>Keep your time keeping in check with these great value pocket sized metronomes.<br> "; // Product within quotes
document.getElementById('index_promo_right_3_price').innerHTML = "17.99"; // Price within quotes
document.getElementById('index_promo_right_3_landing').href = "accessories_sub_11.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_right_3_landing_2').href = "accessories_sub_11.cfm"; // Landing page from more within quotes
// End Promo right 3


// Start Promo right 4
document.getElementById('index_promo_right_4_img').src = "img/edrums_dd501.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_right_4_product').innerHTML = "<b>Session Pro DD501<br></b>The best value electronic kit on the market<br>"; // Product within quotes
document.getElementById('index_promo_right_4_price').innerHTML = "249"; // Price within quotes
document.getElementById('index_promo_right_4_landing').href = "http://www.idrums.co.uk/splash.cfm?id=21"; // Landing page from image within quotes
document.getElementById('index_promo_right_4_landing_2').href = "http://www.idrums.co.uk/splash.cfm?id=21"; // Landing page from more within quotes
// End Promo right 4


}

// Start Best seller 1
function best_sell_1(){
var best_1_link = "http://www.idrums.co.uk/splash.cfm?id=21"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "1. Session Pro DD501 Kit <b>&pound;249</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 1

// Start Best seller 2
function best_sell_2(){
var best_1_link = "e_drums_yamaha.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "2. Yamaha DTXplorer <b>&pound;519</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 = "drums_sessionpro.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "3. Alesis DM6 <b>&pound;369</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 = "e_drums_yamaha.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "4. Yamaha DTXtreme fr <b>&pound;1899</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 = "e_drums_sessionpro.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "5. Alesis DM10 Pro <b>&pound;899</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 = "/e_drums_beatnik.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "6. Alesis Performance Pad <b>&pound;149</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








