//does a quick check to see if the top.globalUserView object exists, and if not creates it

if (typeof top.globalUserView != 'object') {
  top.globalUserView = { };
}
