$(document).ready(function(){$(".age").load("/include/age.php");$(".counter").load("/include/counter.php");$(".vote").load("/include/vote.htm");setInterval(function(){$(".age").load("/include/age.php");$(".counter").load("/include/counter.php");}, 1000);$('.print').click(function(){window.location='?theme=print';});
$(".call").click(function(){$.post("/include/callsch.php");});
});
