<!--// original content taken from Nic's JavaScript Page with permission// lack of these three lines will result in copyright infringment// made by: Nic's JavaScript Page - http://www.javascript-page.comvar currentdate = 0;var core = 0;function initArray() {this.length = initArray.arguments.length;  for (var i = 0; i < this.length; i++) {  this[i] = initArray.arguments[i];  }}link = new initArray("index.php?main_page=index&cPath=24","index.php?main_page=index&cPath=24","index.php?main_page=index&cPath=10","index.php?main_page=index&cPath=26","index.php?main_page=index&cPath=22","index.php?main_page=index&cPath=8","index.php?main_page=index&cPath=27","index.php?main_page=product_info&cPath=8&products_id=101","index.php?main_page=product_info&cPath=8&products_id=103","index.php?main_page=index&cPath=10_23","index.php?main_page=index&cPath=10_23");image = new initArray("/images/main/01a.jpg","/images/main/02a.jpg","/images/main/03a.jpg","/images/main/04a.jpg","/images/main/05a.jpg","/images/main/06a.jpg","/images/main/07a.jpg","/images/main/08a.jpg","/images/main/09a.jpg","/images/main/10a.jpg","/images/main/11a.jpg");text = new initArray("Hand printed eco totes","Hand printed eco totes","Shy beauty print","Birds in flight","limited edition prints","Kyoto flora scarf","bamboo prints","new spring green tees","new organic plume tee","newest prints","below the blue moon");var currentdate = new Date();var core = currentdate.getSeconds() % image.length;var ranlink  = link[core];var ranimage = image[core];var rantext  = text[core];document.write('<a href=\"' +ranlink+ '\"><img src=\"'+ranimage+'\" width=\"370\" height=\"459\" class="maincollage" alt=\"'+rantext+'\"></a>');//-->