﻿/// <reference path="http://ajax.microsoft.com/ajax/jQuery/jquery-1.4.1-vsdoc.js" />
$(function() {
    var x = Math.floor(Math.random() * 12) + 1;
    $('#homeMainImage')
        .attr('src', '/Groups/100999/Library/Images/homeMain' + x + '.png')
        .show();
});
