shuffle = function(v){
    for(var j, x, i = v.length; i; j = parseInt(Math.random() * i), x = v[--i], v[i] = v[j], v[j] = x);
    return v;
};

var a = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
var b = shuffle(a);

var Logo = new Array()
var Bio = new Array()
var Link = new Array()
var AltText = new Array()

Logo[1] = 'http://ilchiro.org/associations/4370/files/acrg.jpg'
Logo[2] = 'http://ilchiro.org/associations/4370/files/CHUSA.jpg'
Logo[3] = 'http://ilchiro.org/associations/4370/files/NCMIC.gif'
Logo[4] = 'http://ilchiro.org/associations/4370/files/MedCom.jpg'
Logo[5] = 'http://ilchiro.org/associations/4370/files/Cornerstone.gif'
Logo[6] = 'http://ilchiro.org/associations/4370/files/RPSWebLogo.jpg'
Logo[7] = 'http://www.ilchiro.org/associations/4370/files/logoscrip-web.jpg'
Logo[8] = 'http://www.ilchiro.org/associations/4370/files/logomidwestsoftware-web.jpg'
Logo[9] = 'http://ilchiro.org/associations/4370/files/ltc.jpg'
Logo[10] = 'http://ilchiro.org/associations/4370/files/Goldberg.jpg'
Logo[11] = 'http://www.ilchiro.org/associations/4370/files/Ferris-nmxLogo.jpg'
Logo[12] = 'http://www.ilchiro.org/associations/4370/files/Hruska.gif'


Bio[1] = 'We specialize in the collection and recovery of closed Workers\' Compensation files, which includes zero balance files. Our well-trained and experienced professionals are dedicated to recovering your lost revenue, while also providing superior customer service.'
Bio[2] = 'ChiroHealthUSA offers legal network-based discounts to cash, underinsured, "out of network" and Medicare patients for non-covered services. Reduce the risks of OIG and state law violations related to inducements and time of service discounts by joining ChiroHealthUSA!'
Bio[3] = 'The nation\'s largest provider of chiropractic malpractice insurance - insuring over 37,000 DC\'s. Offering a comprehensive portfolio of financial and insurance products and services.'
Bio[4] = '"Help Chiropractors grow their bottom line". We manage billing efficiently, diligently collect incorrectly denied claims until you are paid, deliver proactive solutions and treat your patients with the utmost respect. Entrust your billing needs to MedCom\'s seasoned team of chiropractic billing specialists.'
Bio[5] = 'As your billing service, Cornerstone offers free practice management software, a billing staff trained in chiropractic billing, claims submission and follow-up and unparalleled customer service.  We also provide consulting and auditing services. We are the only billing service in the area to have a Medical Compliance Specialist with a Certificate of Chiropractic Proficiency.'
Bio[6] = 'The largest independent distributor of radiology supplies and services in the Great Lakes Region. In addition to superior service on a wide range of radiology equipment, we offer aggressive pricing on a large variety of products.'
Bio[7] = 'For over 40 years, ScripHessco has been a trusted resource to health care practitioners.  We offer over 10,000 products and are the largest distributor of reconditioned adjusting tables world-wide.'
Bio[8] = 'Des Moines based Midwest Software is now a corporate sponsor for the ICS. Creator of Chiro QuickCharts; a billing, scheduling and recently fully completely certified EHR software. To schedule a live tour, or for more information, please visit their website: www.chiroquickcharts.com'
Bio[9] = 'LTC Global is proud to represent the top carriers in the Long Term Care Insurance industy.  We have carefully selected our carrier partners based on their experience, ratings, and cusomter credibility.'
Bio[10] = 'Goldberg Law Group represents chiropractors in matters before the Illinois Department of Financial and Professional Regulation, Medicare, Medicaid, BlueCross/BlueShield and in fraud investigations.'
Bio[11] = 'Through revolutionary technology, science-based nutritional interventions and the power of people, nutraMetrix is changing the face of health care one health professional and one patient at a time. Mark Ferris is an authorized distributor representing NutraMetrix Custom Health Solutions. '
Bio[12] = 'Hruska has a long history of providing high levels of service to our customers, backed by long-term relationships with numerous financially strong insurance companies. Home & Auto Program: 10% Chiropractor Discount; 5% Returned Premium every year claim free; broad protection for your family.'


Link[1] = 'http://www.acrginc.com/'
Link[2] = 'http://chirohealthusa.com/'
Link[3] = 'https://www.ncmic.com/'
Link[4] = 'http://www.medcombilling.com/'
Link[5] = 'http://www.cstonemedical.com/'
Link[6] = 'http://www.rps-imaging.com'
Link[7] = 'http://www.scriphessco.com'
Link[8] = 'http://www.chiroquickcharts.com'
Link[9] = 'http://www.longtermcareforassociations.com'
Link[10] = 'http://www.goldberglawoffice.com'
Link[11] = 'http://www.nutrametrix.com/'
Link[12] = 'http://www.hruskains.com/'


AltText[1] = 'Advantage Claims Recovery Group'
AltText[2] = 'ChiroHealthUSA'
AltText[3] = 'NCMIC'
AltText[4] = 'MedCom Billing Services'
AltText[5] = 'Cornerstone Medical Management'
AltText[6] = 'RPS Imaging'
AltText[7] = 'ScripHessco'
AltText[8] = 'Midwest Software'
AltText[9] = 'LTC Global'
AltText[10] = 'Goldberg Law Group'
AltText[11] = 'Nutrametrix'
AltText[12] = 'Hruska Insurancenter'


var width = 125;

document.write('<h3 class="ad-title">' + AltText[b[0]] + '</h3>');
document.write('<p class="ad-text"><a href="' + Link[b[0]] + '" target="_blank"><img src="' + Logo[b[0]] + '" border="0" class="left" /></a></p>');
document.write('<p class="ad-text">' + Bio[b[0]] + '</p>');
document.write('<ul><li><a href="' + Link[b[1]] + '" target="_blank">' + AltText[b[1]] + '</a></li>');
document.write('<li><a href="' + Link[b[2]] + '" target="_blank">' + AltText[b[2]] + '</a></li>');
document.write('<li><a href="' + Link[b[3]] + '" target="_blank">' + AltText[b[3]] + '</a></li>');
document.write('<li><a href="' + Link[b[4]] + '" target="_blank">' + AltText[b[4]] + '</a></li>');
document.write('<li><a href="' + Link[b[5]] + '" target="_blank">' + AltText[b[5]] + '</a></li>');
document.write('<li><a href="' + Link[b[6]] + '" target="_blank">' + AltText[b[6]] + '</a></li>');
document.write('<li><a href="' + Link[b[7]] + '" target="_blank">' + AltText[b[7]] + '</a></li>');
document.write('<li><a href="' + Link[b[8]] + '" target="_blank">' + AltText[b[8]] + '</a></li>');
document.write('<li><a href="' + Link[b[9]] + '" target="_blank">' + AltText[b[9]] + '</a></li>');
document.write('<li><a href="' + Link[b[10]] + '" target="_blank">' + AltText[b[10]] + '</a></li>');
document.write('<li><a href="' + Link[b[11]] + '" target="_blank">' + AltText[b[11]] + '</a></li></ul></p>');

