var imageArray = [ '<object id="hosting" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="200" height="400"><param name="movie" value="/templates/default/flash/hosting.swf" /><!--[if !IE]>--><object type="application/x-shockwave-flash" data="/templates/default/flash/hosting.swf" width="200" height="400"><!--<![endif]--><a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"><img src="/templates/default/images/flashalt.jpg" alt="click here to download flash" /></a><!--[if !IE]>--></object><!--<![endif]--></object>' , '<object id="conguu" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="200" height="400"><param name="movie" value="/templates/default/flash/conguu.swf" /><!--[if !IE]>--><object type="application/x-shockwave-flash" data="/templates/default/flash/conguu.swf" width="200" height="400"><!--<![endif]--><a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"><img src="/templates/default/images/flashalt.jpg" alt="click here to download flash" /></a><!--[if !IE]>--></object><!--<![endif]--></object>' ];

function rand( min, max ) {
    var argc = arguments.length;
    if (argc == 0) {
        min = 0;
        max = 1;
    } else if (argc == 1) {
        throw new Error('Warning: rand() expects exactly 2 parameters, 1 given');
    }
    return Math.floor(Math.random() * (max - min + 1)) + min;
}

document.getElementById('rightColsmall').innerHTML = imageArray[rand(0,1)];