﻿adimages = new Array(6);
adimages[0] = "<a href = 'http://www.quickenloans.com'><img src='http://quickenloans.typepad.com/3reasons/images/quickenloans.gif' alt='Please visit this sponsor' border='0'></a>";
adimages[1] = "<a href = '#'><img src='http://quickenloans.typepad.com/3reasons/images/gatorade.gif' alt='Please visit this sponsor' border='0'></a>";
adimages[2] = "<a href = '#'><img src='http://quickenloans.typepad.com/3reasons/images/hunterdouglas.gif' alt='Please visit this sponsor' border='0'></a>";
adimages[3] = "<a href = '#'><img src='http://quickenloans.typepad.com/3reasons/images/normalshutters.gif' alt='Please visit this sponsor' border='0'></a>";
adimages[4] = "<a href = '#'><img src='http://quickenloans.typepad.com/3reasons/images/designerblinds.gif' alt='Please visit this sponsor' border='0'></a>";
adimages[5] = "<a href = '#'><img src='http://quickenloans.typepad.com/3reasons/images/mcdistributors.gif' alt='Please visit this sponsor' border='0'></a>";
index = Math.floor(Math.random() * adimages.length);
document.write(adimages[index]);

