﻿// Advanced Random Images Start
// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]='/images_banners/madame_banner.jpg?&width=728&height=120&alt=Click%20here&title=Click%20here&border=0&link=http%3A//www.efragrance.com.au/Brand-Detail.aspx%3FBrandID%3D1111';
  KW_ARI[KW_ARI.length]='/images_banners/bosspure_banner.jpg?&width=728&height=120&alt=Click%20here&title=Click%20here&border=0&link=http%3A//www.efragrance.com.au/Brand-Detail.aspx%3FBrandID%3D1099';
  KW_ARI[KW_ARI.length]='/images_banners/secretobsession_banner.jpg?&width=728&height=120&alt=Click%20here&title=Click%20here&border=0&link=http%3A//www.efragrance.com.au/Brand-Detail.aspx%3FBrandID%3D1113';
//  KW_ARI[KW_ARI.length]='images/pub_pslondon.jpg?&width=450&height=60&alt=Click%20here&title=Click%20here&border=0&link=http%3A//www.efragrance.com.au/search.asp%3Fsearchtype%3Dfragrancehouse%26id%3D85';
//  KW_ARI[KW_ARI.length]='images/pub_xtreme.jpg?&width=450&height=60&alt=Click%20here%21&title=Click%20here%21&border=0&link=http%3A//www.efragrance.com.au/search.asp%3Fsearchtype%3Dfragrancehouse%26id%3D85';
//  KW_ARI[KW_ARI.length]='images/pub_psmith.jpg?&width=450&height=60&alt=Click%20here%21&title=Click%20here%21&border=0&link=http%3A//www.efragrance.com.au/search.asp%3Fsearchtype%3Dfragrancehouse%26id%3D85';
//  KW_ARI[KW_ARI.length]='images/pub_tumulte.jpg?&width=450&height=60&alt=Click%20here%21&title=Click%20here%21&border=0&link=http%3A//www.efragrance.com.au/search.asp%3Fsearchtype%3Dfragrancehouse%26id%3D3';
//  KW_ARI[KW_ARI.length]='images/pub_bazar.jpg?&width=450&height=60&alt=Click%20here%21&title=Click%20here%21&border=0&link=http%3A//www.efragrance.com.au/search.asp%3Fsearchtype%3Dfragrancehouse%26id%3D3';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
  if (KW_ARI[j].indexOf('?')==-1) {
    document.write("<img src='"+KW_ARI[j]+"'>");
  }
  else {
    nvp=KW_ARI[j].substring(KW_ARI[j].indexOf('?')+2).split('&');
    for(var i=0;i<nvp.length;i++) {
      sub=nvp[i].split('=');
   	  switch(sub[0]) {
 	    case 'link':
          l="<a href='"+unescape(sub[1])+"'>";
          p="</a>";
		  break;
	    case 'target':
          q=" target='"+unescape(sub[1])+"'";
  		  break;
  	    default:
          m+=" "+sub[0]+"='"+unescape(sub[1])+"'";
  		  break;
      }
    }
    z=(l!="")?((q!="")?l.substring(0,l.length-1)+q+">":l):"";
    z+="<img src='"+KW_ARI[j].substring(0,KW_ARI[j].indexOf('?'))+"'"+m+">"+p;
  document.write(z);
  }

// Advanced Random Images End