headerArray = Array();
headerArray[1] = 'http://overflow.chelicerata.org/images/blog/huckabee_tyra_header.jpg';
headerArray[2] = 'http://overflow.chelicerata.org/images/blog/parisholy_90h.jpg';
headerArray[3] = 'http://overflow.chelicerata.org/images/blog/malikibush2.jpg';
headerArray[4] = 'http://overflow.chelicerata.org/images/blog/garfield_tophat.jpg';
headerArray[5] = 'http://overflow.chelicerata.org/images/blog/obama_90h.jpg';
headerArray[6] = 'http://overflow.chelicerata.org/images/blog/yodacake_90h.jpg';
headerArray[7] = 'http://overflow.chelicerata.org/images/blog/hippo_90h.jpg';
headerArray[8] = 'http://overflow.chelicerata.org/images/blog/ajohnrudy_90h.jpg';
headerArray[9] = 'http://overflow.chelicerata.org/images/blog/obama_maliki_90h.jpg';
headerArray[10] = 'http://overflow.chelicerata.org/images/blog/mickeymouse_dance_90h.jpg';
headerArray[11] = 'http://overflow.chelicerata.org/images/blog/powell_90h.jpg';
headerArray[12] = 'http://overflow.chelicerata.org/images/blog/bush_obama_90h.jpg';
headerArray[13] = 'http://overflow.chelicerata.org/images/blog/obamas_bushes_90h.jpg';
headerArray[14] = 'http://overflow.chelicerata.org/images/blog/hudson_plane2_90h.jpg';
headerArray[15] = 'http://overflow.chelicerata.org/images/blog/bushwaves_90h.jpg';
headerArray[16] = 'http://overflow.chelicerata.org/images/blog/greta_toddpalin_90h.jpg';
headerArray[17] = 'http://overflow.chelicerata.org/images/blog/mj_reagans_90h.jpg';
headerArray[18] = 'http://overflow.chelicerata.org/images/blog/t1home.gates.split.gi-hor_90h.jpg';

var randomnumber=Math.floor(Math.random()*18)+1;

//randomnumber = 18;

$(document).ready(function(){
   $('h1.title').css("background-image","url("+headerArray[randomnumber]+")");
});


