

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

if (top.location != self.location) {
	top.location = self.location
}


if (document.all){
Size=45;
Font='Verdana';
Colour='#aecae5';

typespeed=100;
containerwidth=400;
containerheight=30;

msg=new Array()
msg[0]='<p style="color:#00CC00;font-size:18px"><b>LAST FEW PLACES REMAINING FOR TRAINING WORKSHOP 19.9.04 - click here'

Msgs="<div id='X' style='position:relative;"
+"width:"+containerwidth+";height:"+containerheight+";font-family:"+Font+";"
+"font-size:"+Size+";color:"+Colour+"'></div>";
fade=100;
next=Math.floor(Math.random()*(msg.length-1));
pos=0;
function Type(){
if (fade == 100) pos++;
if (msg[next].substring(pos-1,pos) == " ") pos++;
if (pos > msg[next].length*1.5) {fade-=3} 
if (fade <= 0) {fade=100;pos=0;next++} 
if (next == msg.length) {next=0} 
text=msg[next].substring(0,pos);
X.innerHTML=text;
X.style.filter='alpha(opacity='+fade+')';
setTimeout('Type()',typespeed);
}
}


//Pixelating Image slideshow Copyright Dynamic Drive 2001 Visit http://www.dynamicdrive.com for this script

var slidespeed=3000
var slideimages=new Array("images/sumo1.jpg","images/sumo2.jpg","images/sumo3.jpg")
var slidelinks=new Array("sumo.html","sumo.html","sumo.html")

var imageholder=new Array()
var ie55=window.createPopup
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}

function gotoshow(){
window.location=slidelinks[whichlink]
}
