/* JavaScript Document
hotuad.js 2008/04/06
copyright (c) 2008 Pennypress.co.uk

Image size is 135w x 100h
*/

/* parameters for hotu forum
var banner_url="http://www.historyoftheuniverse.com/forum/index.php/";
var banner_filename = "images/hotuforumad.gif";
var banner_alt="Questions and comments about this subject";
*/

/* Time Crystal stationary image
var banner_url="http://www.timecrystal.co.uk";
var banner_filename = "images/animated-banner-ad3.gif";
var banner_alt="Watch Time Crystal Adventure Free";
*/

/* Time Crystal cockroach pet
var banner_url="http://time-crystal.blogspot.com/2007/07/free-cockroach-pet.html";
var banner_filename = "images/Cockroach-Banner-Ad.gif";
var banner_alt="Free Cockroach when you review Time Crystal";
*/

/* Time Crystal animated image
var banner_url="http://time-crystal.blogspot.com/2008/03/chapter-1.html";
var banner_filename = "images/animated-banner-ad3 old.gif";
var banner_alt="Relive History of Universe";
*/


/* PJB image pointing at timecrystal ie Wordpress blog
var banner_url="http://www.timecrystal.co.uk";
var banner_filename = "images/PJB135x100.jpg";
var banner_alt="Time Crystal Adventure";
*/

// animated image pointing at timecrystal ie Wordpress blog
var banner_url="http://www.timecrystal.co.uk";
var banner_filename = "images/animated-banner-ad.gif";
var banner_alt="Time Crystal Adventure";
//

function Banner_link(){
 var win = open();
 win.location.href=banner_url;
}

function Banner_status(){ parent.window.status=banner_url;}
