// JavaScript Document

function Includes() {

clientSideInclude('header', 'header.htm');
clientSideInclude('topnav', 'topnav.htm');
clientSideInclude('footer', 'footer.htm');

}

function Includes2() {

clientSideInclude('header', 'header.htm');
clientSideInclude('topnav', 'topnav.htm');
clientSideInclude('footer', 'footer.htm');
clientSideInclude('leftnav-shop', 'leftnav-shop.htm');

}


