/**
 * @author johnmadrak
 */

var now = new Date();
var day = now.getDate();
var imagelocation = "uploaded/images/RightBanners/UpcomingEvents/HomeCalendar-"+day+".jpg";

/*
* This is how you add the text to the page :)
<script>
document.write('<img src="' +imagelocation+'" />');
</script>
*
*/