/*
Author: Jakub Krajniak

Simple file for manage main page at krajniak.info
*/


$(document).ready(function() {
    $("#box").load("test.html")
})

