// OnlineOpinion v4.0
// This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. 6606581, 6421724, 6785717 B1 and other patents pending.
 
// Instance new  OnlineOpinion Object
var oOobj2 = new OnlineOpinion.ocode(); 
 
oOobj2.Preferences = {
		Persistence: {
			enabled: false, 		// Disapear onClick
			cookie_name: 'oo_r',		// cookie name (not to conflict with OO)
			cookie_page: false, 		// Remembers which page got rated
			expiration: 3600 		// How long to remember each page got Rated (in secs)
		},
		Render: {
			type: 'static',
			main_div_id: 'oo_feedback',
			main_html: '<img src="/onlineopinionP4S/sm_000_oo.gif" border="0" title="Give Us Feedback About This Page" style="margin-right:5px;"> Give Us Feedback About This Page'
		},
		Plugins: {
			URLRewrite: {
				active: false,
				regex_search_pattern: '',
				regex_replace_pattern: ''
			},
			CardOnPage: {enabled: false} // Added due to annoying error
		}
}
 
// Registration of the object oOobj2
OnlineOpinion.util.SafeAddOnLoadEvent(function(){oOobj2.render(function(){oOobj2.show()})});
 
// OnlineOpinion v4.0, Copyright 2008 Opinionlab, Inc.
