﻿//If this confuses you, contact Michael at IonXBeam2(at)gmail.com. (delete X, used to prevent spam)
document.write('         <br /> ')
document.write('        <div class = "center"> ')
document.write('        <img src="http://www.bocaraton.com/images/transparent_divider_II.png" alt="divider" /><br />')
document.write('           <br />')
document.write('            <img src="http://www.bocaraton.com/images/Angel_Aesthetics.png" alt="Angel Aesthetics" />')
document.write('            </div><div class = "justify">Angel Aesthetics is the storefront through which Danielle Angel performs medical')
document.write('            aesthetic services in Fort Lauderdale. Danielle Angel is a board certified physician')
document.write('            assistant with over ')
//How much experience does she have?  This will print the result in years.  
var started = new Date(2003, 10, 1) //Month is 0-11 in JavaScript
today = new Date()
//Get 1 year in milliseconds
var one_year = 1000 * 60 * 60 * 24 * 365

//Calculate difference btw the two dates, and convert to days
document.write(Math.ceil((today.getTime() - started.getTime()) / (one_year)))
document.write('           years of experience in the cosmetic industry. She has extensive')
document.write('           knowledge, training, experience concerning injectable facial fillers, liquid face')
document.write('            lifts, Botox Cosmetic products, and laser treatments.<br />')
document.write('            <br />')
document.write('        </div>')
document.write('          <div class="address">')
document.write('           Angel Aesthetics<br />')
document.write('            954.703.7546<br />')
document.write('            3530 N. Federal Highway<br />')
document.write('            Fort Lauderdale, Florida 33308<br />')
document.write('        </div>')
document.write('        <br />')
document.write('        <div class="center">')
document.write('            <img src="http://www.bocaraton.com/images/transparent_divider_II.png" alt="divider" /><br />')
document.write('        </div>')