// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

var Quotation=new Array() // do not change this!

code1 = "<marquee behavior=scroll direction=\"left\" scrollamount=\"4\"><font color=\"#FF0000\">";
code2 = "</font></marquee>";
text = "Apply sunscreen generously and rub it in thoroughly about 30 minutes before you head out, so your skin has time to absorb it.";

function show(){document.write(code1+text+code2);}
show();
