//************This Header Must Remain Attached ********** You May Not Remove This Header******
//Image Link Displayer© by John Farquharson daworxwebdesign@yahoo.com                        *
//Completed Sat Nov 23 MMI @ 12:26 A.M. EDST Copyright DaWorx Web Design® MMII (2002)        *
//Author continues to hold all rights to ownership of this JavaScript - copyright 2002 (MMII)*
//Tested in Internet Explorer 5.5 / Netscape 4.6 - 6.1 / Opera 6.0			     *
//************This Header Must Remain Attached ********** You May Not Remove This Header******
document.write("<table border='1' bordercolor='#0084a5' cellpadding='0' cellspacing='0' width='165' align='left'><tr><td bgcolor='#0084a5' background=''><center><font size='1' face='verdana' color='#FFFFFF'>BluegrassCity.com ~ CD Catalog</font></center></tr></td><tr><td background='none'>");
document.write("<center><a href='javascript:theLink();' onMouseOver='clearTimeout(my_timeout), status=my_link[index];return true;' onMouseOut='spinMe(); status=\" \"'><img name='the_image' src='images/loading_pw.gif' width='220' height='200' border='0' alt='CLICK IMAGE To View The Song Titles For This CD!'></a><br>");
document.write("</center></tr></td><tr><td bgcolor='#0084a5' background=''>");
document.write("<center><input type='button' name='start' value='Re-Start' onClick='spinMe();'><input type='button' name='stop' value='Stop' onClick='clearTimeout(my_timeout)'><input type='button' name='view_songs' value='<View CD>' onClick='theLink();'></center>");
document.write("<center><font size='1' face='verdana' color='#FFFFFF'>BluegrassCity.com ~ CD Catalog</font></center></tr></td></table>");

var my_link = [ 

"bcart/product_info.php?cPath=22&products_id=37", 
"bcart/product_info.php?cPath=22&products_id=31", 
"bcart/product_info.php?cPath=22&products_id=33", 
"bcart/product_info.php?cPath=22&products_id=45", 
"bcart/product_info.php?cPath=22&products_id=38", 
"bcart/product_info.php?cPath=22&products_id=41", 
"bcart/product_info.php?cPath=22&products_id=46", 
"bcart/product_info.php?cPath=22&products_id=36", 
"bcart/product_info.php?cPath=22&products_id=39", 
"bcart/product_info.php?cPath=22&products_id=30", 
"bcart/product_info.php?cPath=22&products_id=29", 
"bcart/product_info.php?cPath=22&products_id=43",   
"bcart/product_info.php?cPath=22&products_id=42", 
"bcart/product_info.php?cPath=22&products_id=35", 
"bcart/product_info.php?cPath=22&products_id=32", 
"bcart/product_info.php?cPath=22&products_id=40",
"bcart/product_info.php?cPath=22&products_id=34", 
"bcart/product_info.php?cPath=22&products_id=44" 

];

var my_image = [ 

"images/mac_wiseman_24_greatest_hits_cd.jpg", 
"images/bluegrass_box_set_cd.jpg", 
"images/country_gospel_cd.jpg", 
"images/stanley_brothers_clinch_mountain_boys.jpg", 
"images/o_brother_box_set_cd.jpg", 
"images/raymond_fairchild_15_gospel_favorites_cd.jpg", 
"images/louvin_brothers_box_set_cd.jpg", 
"images/hylo_brown_essential_original_masters_cd.jpg",
"images/outlaws_renegades_rogues_cd.jpg", 
"images/back_porch_bluegrass_cd.jpg", 
"images/appalachan_mountain_bluegrass_cd.jpg", 
"images/rural_rhythm_mountain_picking_cd.jpg",  
"images/rural_rhythm_bluegrass_vintage_60s_cd.jpg", 
"images/guitar_collection_cd.jpg", 
"images/burnin_up_the_strings_vol_1_cd.jpg", 
"images/31_banjo_favorites_raymond_fairchild_cd.jpg", 
"images/grassroots_bluegrass_legends_cd.jpg", 
"images/songs_of_rural_america_cd.jpg" 
];

var my_status = [ 

"Mac Weisman ~ 24 Greatest Hits", 
"Bluegrass Originals Box Set", 
"Country Gospel ~ Various Artists", 
"Stanley Brothers/Clinch Mountain Boys", 
"O Brother ~ Various Artists", 
"Raymond Fairchild 15 Gospel Favorites",
"Louvin Brothers Box Set - 3 CDs", 
"Hylo Brown ~ Essential Original Masters", 
"Outlaws Renegades & Rouges ~ Various Artists",
"Back Porch Bluegrass ~ Various Artists", 
"Appalachan Mountain Bluegrass ~ 30 Vintage Classics", 
"Rural Rhythm Mountain Pickin' Instrumentals",
"Rural Rhythm Bluegrass ~ Vintage 60's", 
"Guitar Collection ~ Various Artists", 
"Burnin' Up The Strings ~ Volume 1", 
"31 Banjo Favorites ~ Raymond Fairchild",
"Grassroots Bluegrass ~ Legends", 
"Songs Of Rural America ~ Various Artists" 
];

var speed = 8000;
var index = 0;
var an_imagepic = 0;
var an_image = new Image();
	an_image.src = my_image[an_imagepic];
var my_timeout;
function spinMe(){
        index++, an_imagepic++;
	if ((index >= my_image.length) && (index >= my_link.length)) 
	{index = 0, an_imagepic = 0;}
	window.document.the_form.the_image.src = my_image[an_imagepic];
	window.status = my_status[index];
       	my_timeout = setTimeout("spinMe();", speed);
if ((navigator.appName == "Microsoft Internet Explorer") || ((navigator.appName == "Netscape") && (parseFloat(navigator.appVersion) > "4.6")))
{window.document.the_form.start.style.color = "#FFFFFF";
window.document.the_form.start.style.background = "#00a5c6";
window.document.the_form.stop.style.color = "#FFFFFF";
window.document.the_form.stop.style.background = "#00a5c6";
window.document.the_form.view_songs.style.color = "#FFFFFF";
window.document.the_form.view_songs.style.background = "#00a5c6";
}}
function theLink(){
	window.open(my_link[index]);} 
//-->
