// Apply the Highslide settings
	hs.graphicsDir = '/js/highslide/graphics/';
	hs.outlineType = 'rounded-white';
	hs.wrapperClassName = 'draggable-header no-footer';
	hs.anchor = 'top right';
	hs.allowSizeReduction = false;
	hs.preserveContent = false; 
	
	
	
	
	
// Apply the Tier random images settings	
	
var imagenumber = 10 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "/img/anchor_interior/CloudsCan.jpg"
images[2] = "/img/anchor_interior/HolisticIs.jpg"
images[3] = "/img/anchor_interior/KeepYour.jpg"
images[4] = "/img/anchor_interior/PredictingThe.jpg"
images[5] = "/img/anchor_interior/Simple_Problems.jpg"
images[6] = "/img/anchor_interior/Solutions.jpg"
images[7] = "/img/anchor_interior/StartWith.jpg"
images[8] = "/img/anchor_interior/TakeCare.jpg"
images[9] = "/img/anchor_interior/TimeIs.jpg"
images[10] = "/img/anchor_interior/To_See.jpg"
var image = images[rand1]
//-->
