// JavaScript Documentfunction FeaturedArtist(){var numartists = 31;var artist = new Array(numartists+1);artist[1] = new Object();artist[1].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[1].text = "Daft Punk";artist[2] = new Object();artist[2].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[2].text = "The Stone Roses";artist[3] = new Object();artist[3].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[3].text = "The Books";artist[4] = new Object();artist[4].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[4].text = "Weekend Specialty Shows";artist[5] = new Object();artist[5].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[5].text = "Weekend Specialty Shows";artist[6] = new Object();artist[6].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[6].text = "Buddy Holly";artist[7] = new Object();artist[7].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[7].text = "De La Soul";artist[8] = new Object();artist[8].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[8].text = "The Be Good Tanyas";artist[9] = new Object();artist[9].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[9].text = "Twin Sister";artist[10] = new Object();artist[10].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[10].text = "The Unicorns";artist[11] = new Object();artist[11].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[11].text = "Weekend Specialty Shows";artist[12] = new Object();artist[12].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[12].text = "Weekend Specialty Shows";artist[13] = new Object();artist[13].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[13].text = "Ane Brun";artist[14] = new Object();artist[14].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[14].text = "Vinyl Day!";artist[15] = new Object();artist[15].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[15].text = "Karen Dalton";artist[16] = new Object();artist[16].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[16].text = "Panda Bear";artist[17] = new Object();artist[17].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[17].text = "Portishead";artist[18] = new Object();artist[18].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[18].text = "Weekend Specialty Shows";artist[19] = new Object();artist[19].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[19].text = "Weekend Specialty Shows";artist[20] = new Object();artist[20].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[20].text = "TBA";artist[21] = new Object();artist[21].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[21].text = "TBA";artist[22] = new Object();artist[22].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[22].text = "TBA";artist[23] = new Object();artist[23].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[23].text = "Los Campesinos!";artist[24] = new Object();artist[24].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[24].text = "Jeff Buckley";artist[25] = new Object();artist[25].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[25].text = "Crystal Antlers";artist[26] = new Object();artist[26].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[26].text = "Fugazi";artist[27] = new Object();artist[27].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[27].text = "Snake Rattle Rattle Snake";artist[28] = new Object();artist[28].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[28].text = "Weekend Specialty Shows";artist[29] = new Object();artist[29].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[29].text = "Weekend Specialty Shows";artist[30] = new Object();artist[30].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[30].text = "Jookabox";artist[31] = new Object();artist[31].src = "Index Pictures/~~Site Images~~/featuredartists.jpg";artist[31].text = "Mekons";var dt= new Date();var my_date= dt.getDate(); var mt = new Date();var month = mt.getMonth()+1;document.getElementById('artimg').src = artist[my_date].src;document.getElementById('arttext').innerHTML=artist[my_date].text;document.getElementById('arttext1').innerHTML=month+"/"+[my_date+1]+": "+artist[my_date+1].text;document.getElementById('arttext2').innerHTML=month+"/"+[my_date+2]+": "+artist[my_date+2].text;document.getElementById('arttext3').innerHTML=month+"/"+[my_date+3]+": "+artist[my_date+3].text;document.getElementById('arttext4').innerHTML=month+"/"+[my_date+4]+": "+artist[my_date+4].text;document.getElementById('arttext5').innerHTML=month+"/"+[my_date+5]+": "+artist[my_date+5].text;} window.onload=FeaturedArtist;
