var bgNum = Math.round(Math.random() * 17)

bgSel = new Array(6);
bgSel[0] = "/images/exhibition/2009/crap_glued_to_crap.png";
bgSel[1] = "/images/features/big_feature_2.png";
bgSel[2] = "/images/features/big_feature_3.png";
bgSel[3] = "/images/features/big_feature_4.png";
bgSel[4] = "/images/features/big_feature_5.png";
bgSel[5] = "/images/features/big_feature_6.png";
bgSel[6] = "/images/features/big_feature_7.png";
bgSel[7] = "/images/features/big_feature_8.png";
bgSel[8] = "/images/features/big_feature_9.png";
bgSel[9] = "/images/features/big_feature_10.png";
bgSel[10] = "/images/features/big_feature_11.png";
bgSel[11] = "/images/features/big_feature_12.png";
bgSel[12] = "/images/features/big_feature_13.png";
bgSel[13] = "/images/features/big_feature_14.png";
bgSel[14] = "/images/features/big_feature_15.png";
bgSel[15] = "/images/exhibition/2009/kitty_kitty_art_party.png";
bgSel[16] = "/images/exhibition/2009/i_feel.png";
bgSel[17] = "/images/exhibition/2009/dalis_liquid_ladies.png";


var base = bgSel[bgNum];

document.write("<img src="+base+">");