// JavaScript Document
<!--
function fill_promos(){




/*// Start Main promo
document.getElementById('main_promo').src = "img/sticks_mainpromo_promark.jpg"; // Image location within quotes w570xh200
document.getElementById('main_promo_landing').href = "#"; // Landing page from image within quotes
// End Main promo*/

// start what's hot image
document.getElementById('whats_hot').src = "img/sticks_banner_hotsticks.jpg"; // Image location within quotes w265xh150
document.getElementById('whats_hot_url').href = "sticks_hotsticks.cfm"; // landing url
//end what's hot image

// Start Promo left 1
document.getElementById('index_promo_left_1_img').src = "img/sticks_index_mapledip.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_1_product').innerHTML = "<b>NEW: Zildjian Maple Green Dips</b><br>Available in Super 7A, 5A & 5B <br>"; // Product within quotes
document.getElementById('index_promo_left_1_price').innerHTML = "10.99"; // Price within quotes
document.getElementById('index_promo_left_1_landing').href = "sticks_zildjian.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_1_landing_2').href = "sticks_zildjian.cfm"; // Landing page from more within quotes
// End Promo left 1


// Start Promo left 2
document.getElementById('index_promo_left_2_img').src = "img/sticks_promo_promarkrods.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_2_product').innerHTML = "<b>Pro-Mark Hot Rods </b><br>Professional rods in 6 different styles.<br>"; // Product within quotes
document.getElementById('index_promo_left_2_price').innerHTML = "15.99"; // Price within quotes
document.getElementById('index_promo_left_2_landing').href = "sticks_rods_promark.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_2_landing_2').href = "sticks_rods_promark.cfm"; // Landing page from more within quotes
// End Promo left 2

// Start Promo left 3
document.getElementById('index_promo_left_3_img').src = "img/sticks_index_travis.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_3_product').innerHTML = "<b>Zildjian Artist Series</b><br>Dave Grohl, Travis Barker, Tre Cool & More! . "; // Product within quotes
document.getElementById('index_promo_left_3_price').innerHTML = "9.99"; // Price within quotes
document.getElementById('index_promo_left_3_landing').href = "sticks_zildjian.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_3_landing_2').href = "sticks_zildjian.cfm"; // Landing page from more within quotes
// End Promo left 3

// Start Promo left 4
document.getElementById('index_promo_left_4_img').src = "img/sticks_index_chopout.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_left_4_product').innerHTML = "<b>Vic Firth Chop Out</b><br>Part Stick, Part Practice Pad!<br>"; // Product within quotes
document.getElementById('index_promo_left_4_price').innerHTML = "12.99"; // Price within quotes
document.getElementById('index_promo_left_4_landing').href = "sticks_vicfirth.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_left_4_landing_2').href = "sticks_vicfirth.cfm"; // Landing page from more within quotes
// End Promo left 4


// Start AD 1
document.getElementById('index_promo_ad_1_img').src = "img/sticks_banner_vicgrip.jpg"; // Image location within quotes w175xh250
document.getElementById('index_promo_ad_1_landing').href = "sticks_vicfirth.cfm"; // Landing page from image within quotes
// End AD 1

// Start Promo right 3
document.getElementById('index_promo_right_3_img').src = "img/sticks_promo_bushes.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_right_3_product').innerHTML = "<b>Flix Brushes</b><br>Select the brush thats right for you - from Classic & Jazz through to Heavy Rock. <br>"; // Product within quotes
document.getElementById('index_promo_right_3_price').innerHTML = "13.99"; // Price within quotes
document.getElementById('index_promo_right_3_landing').href = "sticks_brushes.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_right_3_landing_2').href = "sticks_brushes.cfm"; // Landing page from more within quotes
// End Promo right 3


// Start Promo right 4
document.getElementById('index_promo_right_4_img').src = "img/sticks_index_progrip.jpg"; // Image location within quotes w87xh50
document.getElementById('index_promo_right_4_product').innerHTML = "<b>Pro Mark Pro Grip</b><br>The latest in factory-applied, non-slip technology. ProGrip won't rub or peel off, or increase the diameter of the stick.<br>"; // Product within quotes
document.getElementById('index_promo_right_4_price').innerHTML = "10.99"; // Price within quotes
document.getElementById('index_promo_right_4_landing').href = "sticks_promark.cfm"; // Landing page from image within quotes
document.getElementById('index_promo_right_4_landing_2').href = "sticks_promark.cfm"; // Landing page from more within quotes
// End Promo right 4


}

// Start Best seller 1
function best_sell_1(){
var best_1_link = "sticks_vicfirth.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "1. Vic Firth Vic Grip <b> &pound;9.99</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 = "sticks_promark.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "2. Joey Jordison Oak Stick <b> &pound;9.99</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 = "sticks_rods_promark.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "3. Pro Mark Hot Rods <b>&pound;15.99</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 = "sticks_zildjian.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "4. Zildjian Travis Barker <b> &pound;9.99</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 = "sticks_promark.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "5. Pro Mark Pro Grip<b> &pound;10.99</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 = "sticks_vicfirth.cfm"; // landing page url within quotes (for anchors end with #theproductname)
var best_1_text = "6. Vic Firth 'Chop-Out' <b> &pound;12.99</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

// Start reviews 1
function reviews_1(){
var x = "'";
var reviews_1_title_link = "drums_pearl.cfm#exportex"; // product landing page url within quotes (for anchors end with #theproductname)
var reviews_1_title_text = "Export EX"; // product landing page url within quotes (for anchors end with #theproductname)
var reviews_1_review_link = "drums_pearl_exportex_reviews.cfm"; // review popup page within quotes
var reviews_1_review_text = "blah blah blah....."; // review popup page within quotes

document.write('<a href="'+reviews_1_title_link+'"><b>'+reviews_1_title_text+'</b></a><br><a href="#" onclick="window.open('+x+'reviews/'+reviews_1_review_link+''+x+','+x+'_blank'+x+','+x+'toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=1, copyhistory=0, menuBar=0, width=430, height=670, left=300, top=0'+x+');"><font color="#000000">'+reviews_1_review_text+'</font></a>'); // do not change

}




//-->

