function image() {
};
image = new image();number = 0;
// imageArray
image[number++] = 'Finally a truly hip facial spa in Berkeley. This place is a must for those who appreciate the best. <i> yelp.com<\/i>'
image[number++] = 'Get your hand on cultish, rarely found product lines from both sides of the Atlantic. Don\'t forget to enjoy an elixir at the bar and for spa junkies, there\'s an ultra comfy treatment room where you can indulge in a facial... <i> dailycandy.com<\/i>'
image[number++] = 'We\'re crazy about this chic, new European-style apothecary in Berkeley. Look out for the orchid colored treatment room... <i> lucky.com<\/i>'
image[number++] = 'After a warm sage foot soak, you\'re given a series of skin soothers like lavender compresses and tons of ultracalming serums. It\'s topped off with a rose oil massage. Futuristic and polished, there\'s a meticulously edited selection of products...<i> lucky.com<\/i>'
image[number++] = 'Alison Supple-Evan\s recently opened apothecary and spa in Berkeley will have you glowing in no time. supple provides holistic facials and top-quality products to an obsessively devoted clientele. They all seem to be walking out of supple with gorgeous skin and a smile...<i> San Francisco Magazine<\/i>'
image[number++] = 'There\'s a certain thrill that comes with finding something that can\'t be found anywhere else nearby - especially when that something is as appealing as the British-made, all natural, environmentally friendly skin and hair care line, REN. We in Northern California have Alison Evans to thank for bringing REN to her European-style apothecary called supple...<i> San Francisco Chronicle<\/i>'
image[number++] = '...supple integrative skin care stocks European and holistic remedies like REN Skincare...<i> 7 x 7 Magazine<\/i>'
image[number++] = 'Carefully choosing products that blend science with nature, supple offers hard-to-find European skin care products. Facial treatments are available in the lush treatment room with a heated bed and down and feather comforter...<i> The East Bay Monthly<\/i>'
// keep adding items here...
increment = Math.floor(Math.random() * number);
//-->


//resize window to fit detail image for press
function getGProperties2(imageName) { 
   var  Gproperties2 = "<html><head><title>Press</title><script language='JavaScript'>function myResize(){"+
   "var imgW = eval(myImage.width + 36);var imgH = eval(myImage.height + 70);"+
   " if (navigator.appName.indexOf('Netscape') != -1) {  window.innerWidth = imgW; window.innerHeight = imgH;}"+
   "else{ window.resizeTo(imgW, imgH);}"+
"}</script></head><body bgColor='#ffffff' leftmargin='0' topmargin='0' marginheight='0' marginwidth='0' onBlur='window.close();' onload='myResize();'><center><img src='../img/spacer.gif' height='10' width='1' border='0'><br><img src='../img/media/"+imageName+"'  border='0' name='myImage'></center></body></html>";
   return Gproperties2; 
   } 
   
function bigPic2(imageName) {
var newWindow = window.open("","mySwin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=800,height=800");
newWindow.document.write(getGProperties2(imageName));
newWindow.document.close();
newWindow.focus();
}



var addy = '1543 hopkins street, berkeley ca 94707'
var tele = '510.525.7068'


function writeCopyrightLine(){
	today=new Date(); y0=today.getFullYear();
	var name = "info";
	var host = "suppleintegrative.com";
	var crTxtString = "&copy; " + y0 + " <a href='mailto:" + name + "@" + host + "'>Supple Integrative</a> .  All Rights Reserved."
	document.write(crTxtString);
}

