/* javascript */

// the cb3page_onload() function is always called from cb3 pages
function cb3page_onload() {
 try { contactform_onload(); } catch(e) {}; // contact form
 try { footer_onload(); } catch(e) {}; // footer.
 try { checkout_onload(); } catch(e) {};  // checkout
 try { storeitems_page_onload(); } catch(e) {}; // storeitems
 try { shows_page_onload(); } catch(e) {}; // shows
 try { topnavigation_onload(); } catch(e) {};  // topnav
}
