/* javascript */

// the cb3page_onload() function is always called from cb3 pages
function cb3page_onload() {
 try { contactform_onload(); } catch(e) {}; // contact form
 try { checkout_onload(); } catch(e) {};  // checkout
 try { storeitems_page_onload(); } catch(e) {}; // storeitems
 try { shows_page_onload(); } catch(e) {}; // shows
 setTimeout('pack7076_onload()',20);
}
