//Keenspot/Keenspot Kids Header version 3.0
//Copyright (c) 2001-2011 Kisai c/o Keenspot Entertainment, all rights reserved.
//This script is legally permitted to be redistributed on any site bearing 
//Keenspot advertisements and Keenspot signage. This script may also be 
//sub-licensed to any online comic, or content delivery networks as agreed 
//in writing.
//
//For any questions about the technical operation of this script contact
//Kisai at Keenspot.



var barhead=document.getElementsByTagName('head')[0];
var barfinder=document.createElement('script');

barfinder.type="text/javascript";
barfinder.src="http://www.keenspot.com/ks_headbar.js";
barhead.appendChild(barfinder);
var geohead=document.getElementsByTagName('head')[0];
var geofinder=document.createElement('script');
var geoloc="";
geofinder.type="text/javascript";
geofinder.src="http://www.keenspot.com/geotest.php";
geohead.appendChild(geofinder);

var hcurrentTime = new Date();
var hmonth = hcurrentTime.getMonth() + 1;
var hday = hcurrentTime.getDate();
var hyear = hcurrentTime.getFullYear();
var headtimer=""+hyear+""+hmonth+""+hday;
