function ropic() {
number = Math.floor(Math.random()*7)
if (number==0)
document.write('<img src="images/header2.jpg" width="220" height="92" alt="All About Breast Augmentation and Breast Implants">')
if (number==1)
document.write('<img src="images/header5.jpg" width="220" height="92" alt="All About Breast Augmentation and Breast Implants">')
if (number==2)
document.write('<img src="images/header6.jpg" width="220" height="92" alt="All About Breast Augmentation and Breast Implants">')
if (number==3)
document.write('<img src="images/header7.jpg" width="220" height="92" alt="All About Breast Augmentation and Breast Implants">')
if (number==4)
document.write('<img src="images/header15.jpg" width="220" height="92" alt="All About Breast Augmentation and Breast Implants">')
if (number==5)
document.write('<img src="images/header16.jpg" width="220" height="92" alt="All About Breast Augmentation and Breast Implants">')
if (number==6)
document.write('<img src="images/header40.jpg" width="220" height="92" alt="All About Breast Augmentation and Breast Implants">')
}


