/* OnlineOpinion v5.1.10 */
/* Released: 4/19/2011 */
/* Components: Full */
/* The following code is Copyright 1998-2010 Opinionlab, Inc.  All rights reserved. Unauthorized use is prohibited. This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. 6606581, 6421724, 6785717 B1 and other patents pending. http://www.opinionlab.com */

/* Inline configuration */
  var oo_feedback = new OOo.Ocode({});

/* [+] Floating Icon configuration */
  var oo_floating = new OOo.Ocode({
	  floating: {
//		  id:
		position: 'rightOfContent'
		, contentId:	'wrapper'
//		, caption:
//		, hoverCaption:
	  }	
	, cookie: {
		  name:'oo_float'
		, type: 'page'
//	, expiration: '1'		  )
	, expiration: '3600' 	  }
	, disappearOnClick: true
//	, referrerRewrite: {
//		  searchPattern:
//		, replacePattern:
//	  }
//	, onPageCard: {
//		  closeWithOverlay: {}
//	  }
//	, tunnel: {
//		  path:
//		, cookieName:
//	  }
//	, abandonment: {
//		  startPage:
//		, middle:
//		, endPage:
//	  }
//	, tealeafCookieName:
//	, clickTalePID:
//	, newWindowSize:
//	, customVariables: {
//		  Name1:
//		, Name2:
//		, Name3:
//	  }
  });
