// JavaScript content syndication format 2.1 generated by Big Medium v1.3
// JavaScript copyright Global Moxie: http://www.globalmoxie.com/
// Content copyright: Copyright 2004, Harmony Marketing Group Inc. All rights reserved.

var bmTipHeadline = new Array()
var bmTipDescription = new Array()
var bmTipTarget
var bmTipBreak
bmTipLoaded = true

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]="Easy to Use"
bmTipDescription[0]="<p>" + bmTipFontTag + "\"After learning the Harmony Content Manager in one hour, I have been able to keep fresh content up without any effort. I love this system!\"</span></p><p>" + bmTipFontTag + "<strong><em>David Campbell,</em>" + bmTipBreak + "</strong></span></p><p>" + bmTipFontTag + "<strong><em>Nickels Custom Cabinets</em></strong></span></p>"
bmTipHeadline[1]="Shuffle the article sort order"
bmTipDescription[1]="<p>" + bmTipFontTag + "When listing links to articles, Harmony Content Manager displays the most recent articles first, using an article\'s publication date to determine its display order.</span></p><p>" + bmTipFontTag + "You can change an article\'s display order by changing its publication date. If you wanted to bring an old article up to the top of the list, for example, you would go to the article\'s edit page in the Harmony Content Manager Article Editor, and change the publication date to today\'s date. (The publication date is listed in the \"Display Preferences\" panel of the article edit page).</span></p><p>" + bmTipFontTag + "Saving the changes automatically rebuilds the home page and section pages to reflect the new link order.</span></p>"
bmTipHeadline[2]="Defeat spammers"
bmTipDescription[2]="<p>" + bmTipFontTag + "Harmony Content Manager allows your site\'s visitors to e-mail article authors without revealing the author\'s e-mail addresses to spammers.</span></p><p>" + bmTipFontTag + "Many spammers have programs that \"crawl\" websites, harvesting e-mail addresses. Because Harmony Content Manager can relay visitors\' messages without publicly displaying authors\' e-mail addresses, the software avoids the \"spambot\" problem.</span></p>"
bmTipHeadline[3]="Different Views for Every Account Level"
bmTipDescription[3]="<p>" + bmTipFontTag + "Call it a \"need to know\" interface: The menu of the Harmony Content Manager control panel offers your site contributors only the options that are relevant to their tasks.</span></p><p>" + bmTipFontTag + "Harmony Content Manager offers five different types of user accounts to allow you to control access and privileges for your site\'s contributors. When your demo site was set up, you received a \"webmaster\" account, which offers broad controls over the appearance and design of the site.</span></p><p>" + bmTipFontTag + "The options for \"writer,\" \"editor,\" and \"publisher\" accounts are simplified, however. Template and Setup options are not offered, providing a simpler, more focused interface for your users.</span></p><p>" + bmTipFontTag + "Look for yourself: Click the \"Add New User\" link in the left-column menu of the Harmony Content Manager control panel. Create a new user account with \"editor\" privileges, and sign in as that user to see the interface differences.</span></p>"


function bmTipDeliver() {
	var back = bmTipBackgroundColor
	if (back) {back = 'background-color: ' + back}
	document.write('<div id="bmTipFeedDiv" style="padding:5px;' + 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.harmony-content-manager.com/demo/tips/index.shtml"' + bmTipTarget + '">Harmony Demo</a>.</span></p>')}
document.write('</div>')
}

