if (parent.frames.length > 0) {
    parent.location.href = self.document.location
}

<!-- Begin
var description = new Array();

description[0] = "<b>Spotlight: Urban Express<\/b><p class=\"small01\">Urbanexpress is a creative hub for vouyers roaming the empty streets of cyberspace. It's an off-ramp onto the streets of reality. It's a travel guide to the forgotten places we see everyday, and sometimes never at all.<\/p>";
description[1] = "<b>Spotlight: 303<\/b><p class=\"small01\">Understanding the right position of your telephone hook is not a simple thing. 303 will give you a kickstart, showing you the first three steps. Kim's enigmatic expression.<\/p>";
description[2] = "<b>Spotlight: Worldmaker<\/b><p class=\"small01\">This world is a strange one, 'tis it not? Welcome to something that makes it a little stranger. Poetry and lunatic imagery, with Nil Diksic taking us around the site.<\/p>";
description[3] = "<b>Spotlight: Cheese Please<\/b><p class=\"small01\">The first issue was about the graphic layout of a car. What will the other issues be? A 90's-come-70's-feeling site, where we put the Cheddar back into the word cheese.<\/p>";
description[4] = "<b>Spotlight: Colours<\/b><p class=\"small01\">What happens when you put racism and the UK rave scene together? A mix of anger and awareness makes Colours a must see for anyone who thinks that today's youth has lost its mind.<\/p>";
description[5] = "<b>Spotlight: Deadsheep<\/b><p class=\"small01\">An oldy but a goody. Jason's personal soap makes Eastenders look pale. Thoughts and rants from the dawn of the web.<\/p>";
description[6] = "<b>Spotlight: Fractal Billy<\/b><p class=\"small01\">The mysterious and trascendental Mandelbrot set makes its way through your mind, joined by WRML models of a hysterical, provocative fusion of body and soul.<\/p>";
description[7] = "<b>Spotlight: Lee &#38; Bedford<\/b><p class=\"small01\">Lee is one of The Big Issue's published poets and can be heard giving readings at festies, clubs and parties. Watch out for some wicked poetry near you now!<\/p>";
description[8] = "<b>Spotlight: Lemonation<\/b><p class=\"small01\">You think that your neighbour's grass is greener than yours or you think that sweeteners can change your life. Analyze and compare your Point of View with those of other human beings. No hair on the tongue, please.<\/p>";
description[9] = "<b>Spotlight: Luminus Labs<\/b><p class=\"small01\">Their new line of products include Cygnus Vivisex, a mutagen agent that will develop the 'Dante's Death Potion'. A parody directed at the complete and total disregard for ethics in the business communities of today.<\/p>";
description[10] = "<b>Spotlight: .Matrix<\/b><p class=\"small01\">Nathan's personal experimental project. Download his source... how kind.<\/p>";
description[11] = "<b>Spotlight: /SP<\/b><p class=\"small01\">A hallucinogenic insight of Stephane Poirier's unscrutinized mind. He says: \"I hate pretentious sites, so I hate this one\". Undefinable and enigmatic illustrations to depict his imagination.<\/p>";
description[12] = "<b>Spotlight: Pepi's Hair-Space<\/b><p class=\"small01\">There's no bad hair day on Pepi's Hair-space. Hair can show your personality. Discover your inner self, masturbate your alter-ego. Let Pepi's inspire you, or let them recreate your persona.<\/p>";
description[13] = "<b>Spotlight: Planet Fluffy<\/b><p class=\"small01\">A supernatural visual description of Fluffy's inhabitants, created by Dave  Randall. He lets us use his creations for non-commercial or non-profit purposes, adding more flesh to the anti &#169; policy.<\/p>";
description[14] = "<b>Spotlight: Remote<\/b><p class=\"small01\">Huw's personal experimental project.<\/p>";
description[15] = "<b>Spotlight: Technohippy<\/b><p class=\"small01\">Using Felix's own words: \"This is a collection of what comes to me when I'm out\". We do believe him.<\/p>";
description[16] = "<b>Spotlight: The Secret<\/b><p class=\"small01\">Gorgeous trance and techno, The Secret's sets make smiley-like...<\/p>";
description[17] = "<b>Spotlight: t&Oslash;p&Oslash;graphic<\/b><p class=\"small01\">The result of Matt's digital wonderings. An experimental and dark project that will take you into Matt's cyber-mind.<\/p>";
description[18] = "<b>Spotlight: Full On<\/b><p class=\"small01\">Ruth &amp; friends document a full-on trance lifestyle. Festivals on the Ridgeway to Escape From Samsara in Brixton via the Out There Festival in France, this collection of photos captures an era!<\/p>";
description[19] = "<b>Spotlight: Ice Hotel<\/b><p class=\"small01\">A photographic foray to the Ice Hotel in the Arctic Circle in Northern Sweden. Spectacular scenery, permanent sunset and alien landscapes...<\/p>";
description[20] = "<b>Spotlight: ibuild<\/b><p class=\"small01\">From here to there a hyperlink away, just a click, but what happens in between? Take another look.<\/p>";
description[21] = "<b>Spotlight: Kelda\'s photography<\/b><p class=\"small01\">Urban photography, with a fashion edge... or maybe the other way round? Whatever!<\/p>";


description[999] = "<b>Spotlight: ibuild<\/b><p class=\"small01\">From here to there a hyperlink away, just a click, but what happens in between? Take another look.<\/p>"
//  End -->


<!--
function verifyCompatibleBrowser(){ 
    this.ver=navigator.appVersion 
    this.dom=document.getElementById?1:0 
    this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0; 
    this.ie4=(document.all && !this.dom)?1:0; 
    this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
    this.ns4=(document.layers && !this.dom)?1:0; 
    this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5) 
    return this 
} 
bw=new verifyCompatibleBrowser() 
  
var speed=50 
var loop, timer 
 
function ConstructObject(obj,nest){ 
    nest=(!nest) ? '':'document.'+nest+'.' 
    this.el=bw.dom?document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+'document.'+obj):0; 
    this.css=bw.dom?document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+'document.'+obj):0; 
    this.scrollHeight=bw.ns4?this.css.document.height:this.el.offsetHeight 
    this.clipHeight=bw.ns4?this.css.clip.height:this.el.offsetHeight 
    this.up=MoveAreaUp;this.down=MoveAreaDown; 
    this.MoveArea=MoveArea; this.x; this.y; 
    this.obj = obj + "Object" 
    eval(this.obj + "=this") 
    return this 
} 
function MoveArea(x,y){ 
    this.x=x;this.y=y 
    this.css.left=this.x 
    this.css.top=this.y 
} 
function MoveAreaDown(move){ 
	if(this.y>-this.scrollHeight+objContainer.clipHeight){ 
    this.MoveArea(0,this.y-move) 
    if(loop) setTimeout(this.obj+".down("+move+")",speed) 
	} 
} 
function MoveAreaUp(move){ 
	if(this.y<0){ 
    this.MoveArea(0,this.y-move) 
    if(loop) setTimeout(this.obj+".up("+move+")",speed) 
	} 
} 
function PerformScroll(speed){ 
	if(initialised){ 
		loop=true; 
		if(speed>0) objScroller.down(speed) 
		else objScroller.up(speed) 
	} 
} 

function CeaseScroll(){ 
    loop=false 
    if(timer) clearTimeout(timer) 
} 
var initialised; 
function InitialiseScrollableArea(){ 
    objContainer=new ConstructObject('divContainer') 
    objScroller=new ConstructObject('divContent','divContainer') 
    objScroller.MoveArea(0,0) 
    objContainer.css.visibility='visible' 
    initialised=true; 
} 

function displayStatusMsg(msgStr) { 
  status=msgStr;
  document.returnValue = true;
}

function preloadImages() { 
  var d=document; if(d.images){ if(!d.p) d.p=new Array();
    var i,j=d.p.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.p[j]=new Image; d.p[j++].src=a[i];}}
}

function swapImgRestore() { 
  var i,x,a=document.sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function findObj(n, d) { 
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findObj(n,d.layers[i].document); return x;
}

function swapImage() { 
  var i,j=0,x,a=swapImage.arguments; document.sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=findObj(a[i]))!=null){document.sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->

<!--
function reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.pgW=innerWidth; document.pgH=innerHeight; onresize=reloadPage; }}
  else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();
}
reloadPage(true);
// -->

function blockError(){return true;}
window.onerror = blockError;
