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 = "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	\n	<div id = "na'
+ 'vbar">\n		<img src="images/sms_logo_5.jpg"/>\n		<p class ='
+ ' "title">Find out more&#33;</p>\n		<img style = "width: 1'
+ '2%; margin-left: 44%;" src="images/arrow_down.gif"/>\n		<'
+ 'ul>\n    		<li><a class = "home" href = "index.html" titl'
+ 'e = "School Made Simple Homepage">Home</a></li>\n    		<l'
+ 'i><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 = "How School Made Simple B'
+ 'egan">The Shocking Start<br/>of School Made Simple</a></'
+ 'li>\n    		<li><a href = "char_comp.html" title = "Charac'
+ 'ter and Competence: Two key educational goals.">Characte'
+ 'r and<br/>Competence are key&#33;</a></li>\n    		<li><a '
+ 'href = "product_features.html" title = "See the '
+ 'features that make our products special!">Why our produc'
+ 'ts<br/>are special...</a></li>\n    		<li><a href = "book'
+ '_vs_pak.html" title = "Are the ready-to-go workbooks or '
+ 'printable CD\'s best for you?">How to use our products,<br/>Workbooks vs'
+ ' CD\'s</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 ='
+ ' "https://providenceproject.com/orderpage.html" class = "orderpage" title = "Order you'
+ 'r School Made Simple materials securely online!">Secure '
+ 'Order Page</a></li>\n    		<li><a href = "calculadder.htm'
+ 'l" title = "Changes finger-counters into num'
+ 'ber crunchers!">CalcuLadder&reg;</a></li>\n    		<li><a h'
+ 'ref = "readywriter.html" title = "Helps younger students'
+ ' develop beautiful penmanship!">ReadyWriter&reg;</a></li'
+ '>\n    		<li><a href = "alphabetter.html" title = "Enable'
+ 's kids to quickly look up anything!">AlphaBetter&reg;</a'
+ '></li>\n    		<li><a href = "sanctifinder.html" title = "'
+ 'Makes finding Bible verses quick and easy!">SanctiFinder'
+ '&reg;</a></li>\n    		<li><a href = "masterpaks.html" tit'
+ 'le = "Print out our materials easily as you need them fr'
+ 'om PDF files on our MasterPak CD\'s!">MasterPaks</a></li>'
+ '\n    		<li><a href = "samples.html" class = "samples" ti'
+ 'tle = "Get free sample pages of our products by email&#1'
+ '3;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&#13;elsewhere, register y'
+ 'our purchase here&#13;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	</div>\n	\n	<div id = "rightb'
+ 'ar">\n	</div>';

// end_var_declaration
document.write(inc_htmlinclude_js);


function addOnload(f) {
var x = window.onload;
onload = function() { var r = f(); if (x) return x(); else return r; }
}
		

function justFile(s) {
var m = s.match(/(\/[^/?]+)/g);
m = m[m.length-1];
return m.substring(1);
}

addOnload(function() {
var d = document.links, i;
for (i=0; i<d.length; i++) {
if (justFile(d[i].href) == justFile(location.href)) {
d[i].className = 'thispage';
} else {
}
}
});

