/* OnlineOpinion v4.1.7 */
/* 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 oOobj1 = new OnlineOpinion.ocode(); 

/* OnlineOpinion Object Preferences */
oOobj1.Preferences = {
		/* Configure Object Persitence (REQUIRED) */
		Persistence: {
			enabled: true, 				// Disapear onClick
			cookie_name: 'oo_r',		// cookie name 
			cookie_type: 'page', 		// Remembers which page got rated
			expiration: 3600		 	// How long to remember each page got Rated (in secs)
		},
		/* Configure Object Parameters (REQUIRED) */
		Render: {
			type: 'floating',
			main_div_id: 'oo_feedback_float',
			main_content_id: "container",		// Determines ID float_style references as content
			float_style: "fixedPreserveContent", 	// Set to respect the main_content_id
			img_path: '/common/omniture/oo/oo_black.gif',
			feedback_html: 'FEEDBACK',			// Feedback copy for floating icon
			div_alt_text: '',			// Sets new ALT tag for icon
			click_html: 'Click here to<br>rate this page',
			disable_rollover: false,	// Disables rollover in IE only - Update CSS for other browsers
			transparent_background: false // Enables background controlled by CSS
		},
		Plugins: {
			/* Configure URL Rewrite (optional) */
			URLRewrite: {
				active: false,
				regex_search_pattern: '' ,
				regex_replace_pattern: '',
				full_url_rewrite: ''
			},
			/* Configure Embedded Comment Card (optional) */
			CardOnPage: {
				enabled: false,
				close_link: 'Close',
				overlay_close: false,
				loader_path: '/common/omniture/oo/loading.gif'
			}
		}
}


/* Configure Custom Variables to Accompany Survey (optional) */
	


	var vID = dojo.cookie("VistorIdentification");

	
	oOobj1.Metrics.custom.VisitorID = vID ; // VisitorID

/* Object Registration (REQUIRED) */
OnlineOpinion.util.SafeAddOnLoadEvent(function(){oOobj1.render(function(){oOobj1.show()})});

/*  OnlineOpinion v4.1.7, Copyright 2010 Opinionlab, Inc. */
