if (location.pathname == '/')
location.href = 'index.html';
if (location.protocol == 'https:' && location.pathname.substring(0, 6) != '/order')
location.href = location.href.replace(/https/, 'http');
if (location.hostname != 'www.schoolmadesimple.com' && location.protocol == 'http:')
location.href = location.protocol + '//' + 'www.schoolmadesimple.com' + location.pathname;

/*if (location.pathname.indexOf('orderpage') != -1 && location.protocol == 'http:')
location.href = 'https://providenceproject.com/orderpage.html';
*/

inc_htmlinclude_js =
  '<div id = "navbar">\n		<img src="images/sms_logo_6.jpg"/>\n'
+ '<ul>\n'
+ '<li><a class = "home" href = "index.html" titl'
+ 'e = "School Made Simple homepage">Home</a></li>\n'

+ '<li><a href = "about_us.html" title = "About us and how to reach'
+ ' us.">About Us / Contact Us</a></li>\n'

+ '<li><a href="shocking.html" title = "A learning problem and how School Made '
+ 'Simple solved it!">The Shocking Start<br/>of School Made Simple</a></li>\n'

+ '<li><a href = "char_comp.html" title = "Character and Competence: Two key'
+ ' educational goals.">Character and<br/>Competence are key&#33;</a></li>\n'

+ '<li><a href = "product_features.html" title = "See the features that'
+ ' make our products work! ">Why our products<br/>work so well...</a></li>\n'

+ '<li><a href = "lv_how_to.html" title = "Using Learning Vitamins is simple. '
+ 'Click to see how.">How to use<br/>Learning Vitamins +<br/>Introduction to '
+ 'CalcuPaks</a></li>\n'

+ '<!--	<li><a href = "specials.html" class'
+ ' = "specials" title = "See special offers we are current'
+ 'ly running.">Special Offers</a></li>  -->\n'

+ '<li><a href ="orderpage.html" class = '
+ '"orderpage" title = "Place your secure order today!">Order Page</a></li>\n'

+ '<li><a href = "calcupaks.html" class = "calcupaks" title = '
+ '"Print out and time CalcuLadders and other Learning Vitamins easily '
+ 'as you need them with CalcuPak software for Mac and Windows!">'
+ 'CalcuPak&trade; Contents</a></li>\n'

+ '<li><a href = "calcupaks_howto.html" class = "calcupaks" title = '
+ '"See screenshots of CalcuPak software in use, '
+ 'with this CalcuPak user tour.">'
+ 'See CalcuPaks in Action...</a></li>\n'

+ '<li><a href = "calculadder.html" title = "Change finger-counters into num'
+ 'ber crunchers!">CalcuLadder&reg;</a></li>\n'

+ '<li><a href = "readywriter.html" title = "Help younger students'
+ ' develop beautiful penmanship!">ReadyWriter&reg;</a></li>\n'

+ '<li><a href = "alphabetter.html" title = "Enable'
+ ' kids to quickly look up anything!">AlphaBetter&reg;</a></li>\n'

+ '<!--<li><a href = "sanctifinder.html" title = "'
+ 'Make finding Bible verses quick and easy!">SanctiFinder'
+ '&reg;</a></li>-->\n'

+ '<li><a href = "samples.html" class = "samples" ti'
+ 'tle = "Get free sample pages of our products by email '
+ 'to try out with your kids! '
+ '">Free Samples</a></li>\n'

+ '<!--     <li><a '
+ 'href = "register.html" class = "register" title = " If y'
+ 'ou have purchased our products elsewhere, register y'
+ 'our purchase here and receive a special off'
+ 'er. ">Register Your Products</a></li>\n  -->'

+ '<li><a href = "simple_steps.html" title = "How to promote skills mas'
+ 'tery in your students!">Bonus: Simple Steps to<br/>Superi'
+ 'or Skills!</a></li>\n</ul>\n<p style = "font-size: 0.75em; '
+ 'text-indent: 0.45em; color: #444; margin-top: -0.3em;">'
+ '&copy; 2011 School Made Simple</> </div>\n'

+'	<div id = "masthead">\n		<h1>School Made Simple<span cla'
+ 'ss = "trademark">TM</span>\n		</h1>\n		<div id = "byline">'
+ 'Your favorite way to learn!</div>\n		<span class = "motto'
+ '">Christ Jesus the Lord, and ourselves your servants for'
+ ' Jesus\' sake.-2 Cor. 4:5</span>\n	</div>\n';

// end_var_declaration
document.write(inc_htmlinclude_js);


