/* OnlineOpinion v4.1.5 */
/* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. 6606581, 6421724, 6785717 B1 and other patents pending. */

/* Create new OnlineOpinion Object instance */
var oOobjCall = new OnlineOpinion.ocode(); 

/* OnlineOpinion Object Preferences */
oOobjCall.Preferences = {
		/* Configure Object Persitence (REQUIRED) */
		Persistence: {
			enabled: false, 			// Disapear onClick
			cookie_name: 'oo_Call',	// cookie name 
			cookie_type: 'domain', 		// Remembers which page got rated
			expiration: 0	 		// How long to remember each page got Rated (in secs)
		},
		/* Configure Object Parameters (REQUIRED) */
		Render: {
			type: 'inline'
		},
		Plugins: {
			/* Configure URL Rewrite (optional) */
			URLRewrite: {
				active: true,
				regex_search_pattern: '',// /.*/i,
				regex_replace_pattern: '',// window.location.protocol+'//'+window.location.host+'/_cardID/dFaeEYTa/'+escape(window.location.href),
				full_url_rewrite: 'http://www.incognit-o.com/click_to_call.html'
			},
			/* Configure Embedded Comment Card (optional) */
			CardOnPage: {
				enabled: false,
				close_link: 'Close card'
			}
		}
}

/* Configure Custom Variables to Accompany Survey (optional) */
oOobjCall.Metrics.custom.call_page = window.location.href;
oOobjCall.Metrics.custom.title = document.title;
oOobjCall.Metrics.custom.conf = 'Request a Call';

/*  OnlineOpinion v4.1.5, Copyright 2009 Opinionlab, Inc. */