/**
 * Created by IntelliJ IDEA.
 * Author: Khrystyna Skvarok
 * Date: Feb 28, 2011
 * Time: 11:00:14 PM
 */

$(document).ready(function() {
	$(".blog_anchor").click(function(e){e.preventDefault();});
	$(".bg").height($(window).height()-$(".bg").offset().top)
			.coverme({source:"./public/images/desk.jpg"});

});

