// Google Analytics code
// Make sure that the script from google is loaded before this file.
// Set some variables for the tracking
_uacct = "UA-322459-10";
_udn = "marketingtips.com";
_userv = 2;
_utimeout = "3600";

urchinTracker();

function track_submit( form, page ) {
  // Push a request through to the tracker
  urchinTracker( page );
  return true;
}
