/**
 * JUDAS 1.0 Framework Javascript File
 *
 * @version    1.0.0
 * @category   Frontoffice
 * @author     Renato Gomes <me@renatogomes.com>
 * @copyright  Copyright (c) 2011 Renato Gomes (www.renatogomes.com)
 * @license    Proprietary
 */

$(window).load(function() {
	$('#background1').css('left', '20px');
	$('#background1').css('top', $(window).height()-190+'px');
	$('#background2').css('left', $(window).width()-220+'px');
	$('#background2').css('top', $(window).height()-250+'px');
	$('#background2').show();
	$('#background1').show();

});

