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];
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/CDW.gif'
Logo[4] = 'http://ilchiro.org/associations/4370/files/processpink.jpg'
Logo[5] = 'http://ilchiro.org/associations/4370/files/NCMIC.gif'
Logo[6] = 'http://ilchiro.org/associations/4370/files/ChiroEco.gif'
Logo[7] = 'http://ilchiro.org/associations/4370/files/Cornerstone.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] = 'Our Sales Team and Service Department is expertly training in all aspects of the equipment and can help you choose the best equipment for your clinic to help you provide the quality care to your patients.'
Bio[4] = 'MMOA leveraged its founders\' experience in credit card services to provide a full suite of electronic funds transfer and payment options for its clients. Our services are offered through a nationwide network of Independent Sales Organizations and Value Added Resellers.'
Bio[5] = '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[6] = 'The magazine dedicated to practice growth and prosperity since 1954.'
Bio[7] = '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.'

Link[1] = 'http://www.acrginc.com/'
Link[2] = 'http://chirohealthusa.com/'
Link[3] = 'http://www.chirodiscountwarehouse.com/default.asp'
Link[4] = 'http://www.processpink.com/'
Link[5] = 'https://www.ncmic.com/'
Link[6] = 'http://www.chiroeco.com/'
Link[7] = 'http://www.cstonemedical.com/'

AltText[1] = 'Advantage Claims Recovery Group'
AltText[2] = 'ChiroHealthUSA'
AltText[3] = 'Chiro Discount Warehouse'
AltText[4] = 'Money Movers of America'
AltText[5] = 'NCMIC'
AltText[6] = 'Chiropractic Economics'
AltText[7] = 'Cornerstone Medical Management'

var width = 125;

document.write('<h3 class="ad-title">' + AltText[b[1]] + '</h3>');
document.write('<p class="ad-text"><a href="' + Link[b[1]] + '" target="_blank"><img src="' + Logo[b[1]] + '" border="0" class="left" /></a></p>');
document.write('<p class="ad-text">' + Bio[b[1]] + '</p>');
document.write('<ul><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></ul></p>');
