﻿$(document).ready(function () {
    tweetSpam('newcomm+OR+newcommforum+OR+%23ncf2010+-grupo');

    //switch out the home person if we're feelin lucky
    if (Math.random() > .5) { $('#homePerson').css('backgroundImage', 'url(/images/homePerson_2.png)') }
});

function informLeavingSite() {
    var response = confirm("Please be advised that you will be leaving the site.\n   Press Ok to leave the site\n   Press Cancel to remain on this site.");
    return response;
}