pic_widthb=555;   
pic_heightb=402;   
border_sizeb=0;   
alignmentb=0;      


if (document.images)
 { 
     pic1b= new Image(pic_widthb,pic_heightb);
     pic1b.src="http://www.danielleandcompany.com/images/homepage1.jpg";  
     pic2b= new Image(pic_widthb,pic_heightb); 
     pic2b.src="http://www.danielleandcompany.com/images/homepage2.jpg"; 
     pic3b= new Image(pic_widthb,pic_heightb);
     pic3b.src="http://www.danielleandcompany.com/images/homepage3.jpg";
	 pic4b= new Image(pic_widthb,pic_heightb);
     pic4b.src="http://www.danielleandcompany.com/images/homepage4.jpg";
	 pic5b= new Image(pic_widthb,pic_heightb);
     pic5b.src="http://www.danielleandcompany.com/images/homepage5.jpg";
	 pic6b= new Image(pic_widthb,pic_heightb);
     pic6b.src="http://www.danielleandcompany.com/images/homepage6.jpg";
	 pic7b= new Image(pic_widthb,pic_heightb);
     pic7b.src="http://www.danielleandcompany.com/images/homepage7.jpg";
 }    


urlad1b="http://www.danielleandcompany.com/index.php/lemongrass-and-peppermint-organic-bar-soap.html";
urlad2b="http://www.danielleandcompany.com/index.php/shop/shop-by-product/organic-bar-soap.html";
urlad3b="http://www.danielleandcompany.com/index.php/shop.html";
urlad4b="http://www.danielleandcompany.com/index.php/shop/shop-by-scent/pure-lavender.html";
urlad5b="http://www.danielleandcompany.com/index.php/shop/shop-by-scent/pure-lavender.html";
urlad6b="http://www.danielleandcompany.com/index.php/shop/shop-by-scent/pure-oats.html";
urlad7b="http://www.danielleandcompany.com/index.php/shop/shop-by-scent/pure-oats.html";

if (alignmentb==1)
 {
  cent_itb="<CENTER>";
  cent_it2b="<\/CENTER>";
 }
else
 {
  cent_itb="";
  cent_it2b="";
 }
 
function get_randomHome(maxNum)
{
  if (Math.random && Math.round)
  {
    var ranNum= Math.round(Math.random()*(maxNum-1));
    ranNum+=1;
    return ranNum;
  }
  else
  {
  today= new Date();
  hours= today.getHours();
  mins=   today.getMinutes();
  secn=  today.getSeconds();
  if (hours==19)
   hours=18;
  var ranNum= (((hours+1)*(mins+1)*secn)%maxNum)+1;
  return ranNum;
  }
}

function get_ImageHome()
{
 if (document.images)
 {
  var choose_one= get_randomHome(7);  
  choose_one--;

  var pics= new Array(7) 
   pics[0]=pic1b.src;
   pics[1]=pic2b.src;
   pics[2]=pic3b.src;
   pics[3]=pic4b.src;
   pics[4]=pic5b.src;
   pics[5]=pic6b.src;
   pics[6]=pic7b.src;
    


var aurl= new Array(7)
  aurl[0]=urlad1b;
  aurl[1]=urlad2b;
  aurl[2]=urlad3b;
  aurl[3]=urlad4b;
  aurl[4]=urlad5b;
  aurl[5]=urlad6b;
  aurl[6]=urlad7b;
  
  document.write(cent_itb+"<a href='"+aurl[choose_one]+"'><img src='"+pics[choose_one]+"' width='"+pic_widthb+"' height='"+pic_heightb+"' border='"+border_sizeb+"' ></a>"+cent_it2b);
 }
}
