|
 |
', end) + 1;
var theScript = theCode.substring(start2,end);
var newScript = document.createElement('script');
newScript.text = theScript;
theHead.appendChild(newScript);
var part1 = theCode.substring(0,start);
var part2 = theCode.substring(end2, theCode.length);
theCode = part1.concat(part2);
start = end + 9;
}
}
document.getElementById("contentDiv").innerHTML = theCode;
window.location.hash = "!profileID=" + theID;
theTitle = searchByID_1259(theID);
document.title = originalTitle + ' - ' + theTitle;
//document.title = theTitle;
if (typeof fblike !== 'undefined'){
document.getElementById("fblike").innerHTML = ''
if (typeof FB !== 'undefined') {
FB.XFBML.parse(document.getElementById('fblike'));
}
}
if( theScript && theScript.indexOf('goFlash') > 0){
goFlash();
}
}
connectIt2();
function rollOverList_1259( theID ){
var listTitle = document.getElementById( "1259_" + theID + "_title");
var listDate = document.getElementById( "1259_" + theID + "_date");
listTitle.bgColor = "e5f2ff";
listDate.bgColor = "e5f2ff";
}
function rollOutList_1259( theID ){
var listTitle = document.getElementById( "1259_" + theID + "_title");
var listDate = document.getElementById( "1259_" + theID + "_date");
listTitle.bgColor = "F5F5F5";
listDate.bgColor = "F5F5F5";
}
listItems_1259 = new Array();
listItems_1259[1] = {title:"Rooftop Revolutionaries - Pedestrian", id:117, date:"Tue, May 14, 2013"};
listItems_1259[2] = {title:"Joey D\'Alessio", id:113, date:"Fri, Jun 08, 2012"};
listItems_1259[3] = {title:"Ron Jackson", id:112, date:"Tue, May 29, 2012"};
listItems_1259[4] = {title:"Dmitry Sukhinen of Defect Designer", id:111, date:"Tue, Apr 10, 2012"};
listItems_1259[5] = {title:"The Band Perry", id:114, date:"Wed, Feb 01, 2012"};
listItems_1259[6] = {title:"Eric Mantel", id:108, date:"Fri, Jul 15, 2011"};
listItems_1259[7] = {title:"Jonathan Moody", id:107, date:"Tue, Jun 28, 2011"};
listItems_1259[8] = {title:"Alberto Rigoni", id:106, date:"Wed, Jun 08, 2011"};
listItems_1259[9] = {title:"Alex Lofoco", id:104, date:"Fri, Apr 29, 2011"};
listItems_1259[10] = {title:"Zach Runquist", id:103, date:"Tue, Apr 26, 2011"};
listItems_1259[11] = {title:"The Dan Lawson Band", id:102, date:"Wed, Dec 08, 2010"};
listItems_1259[12] = {title:"Darin and Brooke Aldridge", id:101, date:"Thu, Oct 07, 2010"};
listItems_1259[13] = {title:"Dan Sindel", id:100, date:"Thu, Oct 07, 2010"};
listItems_1259[14] = {title:"The Bankesters", id:99, date:"Wed, Oct 06, 2010"};
listItems_1259[15] = {title:"Blue Moon Rising", id:98, date:"Wed, Oct 06, 2010"};
listItems_1259[16] = {title:"The Travis Mann Band", id:96, date:"Thu, Aug 05, 2010"};
listItems_1259[17] = {title:"Hansford Rowe", id:95, date:"Tue, Apr 27, 2010"};
listItems_1259[18] = {title:"Admiral of Black", id:94, date:"Tue, Apr 27, 2010"};
listItems_1259[19] = {title:"Derick Sebastian ", id:93, date:"Fri, Apr 16, 2010"};
listItems_1259[20] = {title:"VIK MOMJIAN", id:91, date:"Fri, Feb 26, 2010"};
listItems_1259[21] = {title:"Laurence Juber ", id:82, date:"Thu, Apr 23, 2009"};
listItems_1259[22] = {title:"Adrian Legg", id:22, date:"Tue, Apr 14, 2009"};
listItems_1259[23] = {title:"Yves Carbone", id:19, date:"Tue, Apr 07, 2009"};
listItems_1259[24] = {title:"Steve Bailey", id:18, date:"Tue, Apr 07, 2009"};
listItems_1259[25] = {title:"Victor Wooten", id:17, date:"Tue, Apr 07, 2009"};
listItems_1259[26] = {title:"Randy Kohrs", id:14, date:"Tue, Mar 31, 2009"};
listItems_1259[27] = {title:"Bobby Vega ", id:12, date:"Tue, Mar 31, 2009"};
listItems_1259[28] = {title:"David Ellefson", id:11, date:"Mon, Mar 30, 2009"};
listItems_1259[29] = {title:"Leland Sklar", id:10, date:"Mon, Mar 30, 2009"};
listItems_1259[30] = {title:"Robert Randolph", id:8, date:"Mon, Mar 30, 2009"};
listItems_1259[31] = {title:"Roosevelt Collier (The Lee Boys) ", id:7, date:"Mon, Mar 30, 2009"};
listItems_1259[32] = {title:"North Mississippi Allstars", id:1, date:"Tue, Feb 24, 2009"};
function searchIt_1259( searchString ){
var matches = 0;
for(var j = 1; j < listItems_1259.length; j++){
var mySearch = new RegExp(searchString, "i");
isMatch = listItems_1259[j]['title'].search(mySearch);
var theItem = document.getElementById( "contentList1259_" + listItems_1259[j].id );
if(isMatch != -1){
matches += 1;
theItem.className = "show";
}else{
theItem.className = "hide";
}
}
var theError = document.getElementById( "noMatch" );
if(matches == 0){
theError.innerHTML = "There are no articles available that match the keyword '" + searchString + "'. Please try a different search.";
}else{
theError.innerHTML = "";
}
}
function startSearch_1259(){
var theInput = document.getElementById("searchInput_1259");
searchIt_1259(theInput.value);
}
function searchByID_1259(theID){
for(var j = 1; j < listItems_1259.length; j++){
if(listItems_1259[j].id == theID){
return listItems_1259[j].title;
}
}
}
window.onload = function() {
initialiseStateFromURL();
}
function initialiseStateFromURL() {
var theHash = window.location.hash;
if(theHash.indexOf('=')){
var theNumber = theHash.substring(theHash.indexOf('=')+1, theHash.length);
selectList(theNumber);
}
}
//-->
|
Select a topic from the list above.
|
|
|
|