
function count() {
$.ajax({type:"post",url:"time.php",complete: function(data){
$('#gho').html(data.responseText);
}});}

$(document).ready(function(){ count(); });

if ( top != self )  parent.location.href = 'http://www.granhermanonline.com/';

