// JavaScript content syndication format 2.1 generated by Big Medium v1.3.6
// JavaScript copyright Global Moxie: http://www.globalmoxie.com/
// Content copyright: Copyright 2005. All rights reserved.

var bmTipHeadline = new Array()
var bmTipDescription = new Array()
var bmTipTarget
var bmTipBreak
bmTipLoaded = true

if (! bmTipPadding) {var bmTipPadding = '0'}

if (! bmTipNewWindow) {var bmTipNewWindow;}
else {bmTipTarget = ' target="_blank"'}

if (bmTipXHTML) {bmTipBreak = "<br />"}
else {var bmTipXHTML; bmTipBreak = "<br>"}

if (! bmTipNumber) {var bmTipNumber = 1}
if (! bmTipRandom) {var bmTipRandom = true}
if (! bmNoFooter) {var bmNoFooter}

bmTipHeadline[0]="Know your children"
bmTipDescription[0]="<p>" + bmTipFontTag + "Only 31 percent of parents of 15- to 16-year-olds believe their child had a drink in the past year, compared to the 60 percent of teens in that age group who reported drinking. (Hart Research Associations, 2003)</span></p>"
bmTipHeadline[1]="Drive Defensively"
bmTipDescription[1]="<p>" + bmTipFontTag + "Motor vehicle crashes are the leading cause of death for people from 2 to 33 years old. (NHTSA, 2004)</span></p>"
bmTipHeadline[2]="Only time can make you sober"
bmTipDescription[2]="<p>" + bmTipFontTag + "The average person metabolizes alcohol at the rate of about one drink per hour. Only time will sober a person up. Drinking strong coffee, exercising or taking a cold shower will not help. (Michigan State University, 2002)</span></p>"
bmTipHeadline[3]="Drunk drivers kill"
bmTipDescription[3]="<p>" + bmTipFontTag + "Drunk drivers killed 529 people in New York state in 2003. Please don\'t drink and drive. (NHTSA, 2004)</span></p>"
bmTipHeadline[4]="Seat belts save move than just lives"
bmTipDescription[4]="<p>" + bmTipFontTag + "Costs for people involved in crashes who were not wearing safety belts were 55 percent higher than those who were. Up to 85 percent of these costs are borne by society, not the individual involved in the crash. (NHTSA, 2003)</span></p>"
bmTipHeadline[5]="Child safty seats save lives"
bmTipDescription[5]="<p>" + bmTipFontTag + "It is estimated that 446 children under age 5 were saved as a result of child restraint use in 2003. An estimated 7,020 lives were saved by child restraints from 1975-2003. (NHTSA, 2004)</span></p>"


function bmTipDeliver() {
	var back = bmTipBackgroundColor
	if (back) {back = 'background-color: ' + back}
	document.write('<div id="bmTipFeedDiv" style="padding:' + bmTipPadding + ';' + back + '">')
	if (bmTipRandom) {
		var j
		var temp
		for (var i=bmTipHeadline.length; --i; ) {
			j = Math.floor(Math.random() * (i+1))
			temp = bmTipDescription[i]
			bmTipDescription[i] = bmTipDescription[j]
			bmTipDescription[j] = temp
			temp = bmTipHeadline[i]
			bmTipHeadline[i] = bmTipHeadline[j]
			bmTipHeadline[j] = temp
		}
	}

	for (var i=0; (i < bmTipNumber && i < bmTipDescription.length); i++) {
		document.write('<p>' + bmTipHeadTag + bmTipHeadline[i] + '</span></p>')
		document.write(bmTipDescription[i])
	}
if (! bmNoFooter) {document.write('<p>' + bmTipSmallTag + 'For more, visit <a href="http://www.nassaupba.org/public/tips/index.shtml"' + bmTipTarget + '">The Nassau County PBA</a>.</span></p>')}
document.write('</div>')
}

