/**
 * @author Andrew Dunn -- http://agdunn.net
 */
function init() {
	document.getElementById('javaScript').style.display = 'none';
	document.getElementById('foundation').style.display = 'block';
}