function WindowStatusBMi(){
	if (document.location.href.indexOf('guestbook.php') > -1){
		window.status='www.brianmoylan.info - loving Conservatives and their poodles daily';
	}
	else if (document.location.href.indexOf('blog.php') > -1){
		window.status='www.brianmoylan.info - Labour Party member\'s blog - Starting from scratch';
	}
	else{
		window.status='www.brianmoylan.info - information about Brian Moylan, web designer and web application developer';
	}
	return true;
}
function doStretchShade(){
	if (window.stretchShade){
		stretchShade();
	}
}
function doAction(){
	if (window.runThis){
		runThis();
	}
}
window.onresize = function(){
	if (window.stretchShade){
		stretchShade();
	}
}
window.onload = function(){
	WindowStatusBMi();
	doBannerAd();
	doStretchShade();
	doAction();
}

