// JavaScript content syndication format 2.1 generated by Big Medium v1.3.6
// JavaScript copyright Global Moxie: http://www.globalmoxie.com/
// Content copyright: Copyright 2006, JonDunphy.com. 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]="Even more options!"
bmTipDescription[0]="<p>" + bmTipFontTag + "You can even create a bullet list!</span></p><ul><li>" + bmTipFontTag + "This is a bullet list.</span></li><li>" + bmTipFontTag + "You have alot of different options.</span></li><li>" + bmTipFontTag + "You can even <u>underline</u> text.</span></li><li>" + bmTipFontTag + "You can also use <em>italics.</em></span></li></ul>"
bmTipHeadline[1]="Bold type!"
bmTipDescription[1]="<p>" + bmTipFontTag + "<strong>You can type in bold so whatever you would like to say can stand out more. All you have to do is click the B in the tip text menu and type.</strong></span></p>"
bmTipHeadline[2]="You can add a email link in your tip"
bmTipDescription[2]="<p>" + bmTipFontTag + "You can even put a <a href=\"mailto:you@yourname.com\">email link</a> into your tips/quotes/sayings. That way if you would like someone to be able to email you from your tip you can. All they have to do is click on the link!</span></p>"
bmTipHeadline[3]="Insert a tip or whatever you would like to say!"
bmTipDescription[3]="<p>" + bmTipFontTag + "This is where you would put a tip or whatever you would like to say. The tips rotate thoughout your site randomly. You can add as many tips or as little as you would like.</span></p>"
bmTipHeadline[4]="Create Hyperlinks!"
bmTipDescription[4]="<p>" + bmTipFontTag + "You can even create a <a href=\"http://www.autopraise.com\">hyperlink</a> so that when a visitor clicks on the text it will take them to whatever website you would like.</span></p><ol><li>" + bmTipFontTag + "Your online inventory.</span></li><li>" + bmTipFontTag + "Your dealership website.</span></li><li>" + bmTipFontTag + "Or whatever link you choose.</span></li></ol>"


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.autopraise.com/moxie/tips/index.shtml"' + bmTipTarget + '">Demo</a>.</span></p>')}
document.write('</div>')
}

