////////////////////////////////////////////////
//This script was written by: Robert D. Fleming
//to make a personal copyright appear at the 
//bottom of a page.
////////////////////////////////////////////////
var r_hr = "<br>"
var r_cr = " Copyright &copy; "
var r_date = new Date()
var r_year = r_date.getYear()
var r_dsps = " Dianna's Sugar Plum Sundries & American Web Design<br>"
var r_arr = "All rights reserved. No part of this page is to be reproduced in any way without written consent of the copyright holders."
document.write(r_hr)
document.write(r_cr)
document.write("2007")
document.write(r_dsps)
document.write(r_arr)
