/*[AdSide/DOCLIX toolbar ad unit: first tier]*/
var doclix_toolbar_domain = (document.location.protocol == 'https:' ? (document.domain == 'publisher.doclix.com' ? 'https://publisher.doclix.com':'https://track.doclix.com') : 'http://ads.doclix.com');

if (typeof doclix_lib == 'undefined') {
	(function () {/*[load common script library v1.1]*/
		var d = document, gT = 'getElementsByTagName', cE = 'createElement', sA = 'setAttribute', aC = 'appendChild', js = d[cE]('script');
		js[sA]('type', 'text/javascript');
		js[sA]('async', 'async');
		js[sA]('charset', 'utf-8');
		js[sA]('src', doclix_toolbar_domain +'/adserver/serve/js/doclix_lib.js');
		if (d[gT]('head').length > 0) {d[gT]('head')[0][aC](js);} else {d.body[aC](js);};
	})();
};

if (typeof _docix_service_toolbar == 'undefined') {
	
	if (typeof doclix_toolbar == 'undefined') {
		
		if (typeof doclix_demo_mode == 'undefined') doclix_demo_mode = false;
		var demo = (document.ads_pub_ad_setup || doclix_demo_mode ? true : false);
		
		(_docix_service_toolbar = function () {
			try {
				doclix_lib.loaded = true;
				/*[continue]*/
				var d = document, dx_l = doclix_lib, cN = 'className', aC = 'appendChild', rC = 'removeChild', sA = 'setAttribute', gA = 'getAttribute', s = 'style', iH = 'innerHTML', iO = 'indexOf', pN = 'parentNode';

				if (dx_l.ua.is('IEold')) return;
				
				if (typeof doclix_pid == 'undefined') doclix_pid = 0;
				
				var dx_ref = '';
				if (d.location.href[iO]('ads.doclix.com') >= 0)
					dx_ref = d.referrer;
				if (d.location.href.length > 600)
					d.location.href = d.location.href.substring(0, 600);
				if (dx_ref.length > 600)
					dx_ref = dx_ref.substring(0, 600);
					
				var dx_params = 'pid='+ doclix_pid;
				dx_params += '&refUrl='+ encodeURIComponent(d.location.href) +'&ref='+ encodeURIComponent(dx_ref);
				dx_params += '&title='+ encodeURIComponent(d.title);
				if (typeof doclix_cid_toolbar != 'undefined') {
					if (typeof doclix_cid_toolbar == 'object') doclix_cid_toolbar = doclix_cid_toolbar[Math.floor(Math.random() * doclix_cid_toolbar.length)];
					dx_params += '&codeId='+ doclix_cid_toolbar;
				};
				
				dx_params = dx_params.replace(/'/g, '\\\'');
				
				dx_l._load_file(doclix_toolbar_domain +'/adserver/serve/css/doclix_toolbar_host.css');
				if (dx_l.ua.has('IE') && dx_l.quirks) dx_l._load_file(doclix_toolbar_domain +'/adserver/serve/css/doclix_toolbar_host_quirks.css');
				dx_l._load_file(doclix_toolbar_domain +'/adserver/serve/toolbar/settings.jsp?'+ dx_params);
				
				var mW = 'marginWidth', mH = 'marginHeight', fB = 'frameBorder', sc = 'scrolling', aT ='allowTransparency';
				
				doclix_toolbar = {
					_build_ad : function () {
						var dx_t = doclix_toolbar;
						dx_t.ad = dx_l._init_iframe('dx_ad', doclix_toolbar_domain +'/adserver/serve/toolbar/ifrm_ad.jsp?'+ dx_params +'&demo='+ demo, d.body);
						dx_t.ad[s][dx_t.bar_pos] = '0px';
						if (dx_l.ua.has('IE') && dx_l.quirks) {
							dx_t.ad[s].position = 'absolute';
							dx_t._move_bar();
						}
					},
					_build_bar : function () {
						var dx_l = doclix_lib, dx_t = doclix_toolbar, fl = (dx_l.ua.has('IE') ? 'styleFloat':'cssFloat');
						dx_t.show_tips = false;
						dx_t.toggle_bottom = (doclix_pid == 16794 && (dx_t.view || dx_t.scroll) ? true : false);
						
						/*[toolbar]*/
						dx_t.tbar = dx_l._make('div', 'dx_tbar', d.body, 'expanded', [[dx_t.bar_pos, '-10px']]);
						dx_t.tbar_backdrop = dx_l._make('div', 'dx_tbar_backdrop', dx_t.tbar, dx_t.bar_pos, [['backgroundColor', dx_t.back_color], ['opacity', dx_t.unit_opacity]]);

						dx_l._preload_images('doclix_toolbar_panel_left_cap.png,doclix_toolbar_panel_right_cap.png,doclix_toolbar_panel_body.png,doclix_toolbar_hide_top_bg.png,doclix_toolbar_hide_bottom_bg.png,doclix_toolbar_show_bg.png', 'toolbar/');
						dx_l._preload_images('doclix_toolbar_hatch.png,doclix_toolbar_trim_bg.png,doclix_toolbar_hide_hatch_bg.png', 'toolbar/');
						
						dx_t.tbar_bar = dx_l._make('div', 'dx_tbar_bar', dx_t.tbar);
						dx_t.tbar_lcap = dx_l._make('div', 'dx_tbar_lcap', dx_t.tbar_bar);
						dx_t.tbar_body = dx_l._make('div', 'dx_tbar_body', dx_t.tbar_bar);
						dx_t.tbar_rcap = dx_l._make('div', 'dx_tbar_rcap', dx_t.tbar_bar);
					
						dx_t.hide = dx_l._make('a', 'dx_hide', dx_t.tbar, '', [['backgroundImage','url('+ doclix_toolbar_domain +'/adserver/serve/img/toolbar/doclix_toolbar_hide_'+ dx_t.bar_pos +'_bg.png)'],[dx_t.bar_pos,'16px']], '', (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'click'), function () {dx_t._collapse()});
						dx_t.show = dx_l._make('a', 'dx_show', dx_t.tbar, '', [[dx_t.bar_pos,'16px']], '', (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'click'), function () {dx_t._expand()});
						
						if (dx_l.ua.has('IE') && dx_l.quirks) {dx_t.hide.href = dx_t.show.href = 'javascript:void(0);'}
						
						dx_t.hatch = dx_l._make('div', 'dx_hatch', d.body, 'standard '+ dx_t.bar_pos, [[dx_t.bar_pos,'25px'],['left', dx_t.hatch_offset +'px'],['position', (dx_l.ua.has('IE') && dx_l.quirks ? 'absolute':'fixed')]]);
						
						dx_t.hatch_state = '';
						dx_t.hatch_up = null;
						dx_t.hatch_uptime = 6000;

						dx_t.hatch_backdrop = dx_l._make('div', 'dx_hatch_backdrop', dx_t.hatch, dx_t.bar_pos, [['backgroundColor', dx_t.back_color],['opacity', dx_t.unit_opacity]]);
						dx_t.hatch_trim = dx_l._make('div', 'dx_hatch_trim', dx_t.hatch, dx_t.bar_pos, [['backgroundColor', dx_t.back_color]]);
						dx_t.hatch_hide = dx_l._make('a','dx_hide_hatch', dx_t.hatch, '', [['top',(dx_t.bar_pos == 'top' ? '6px':'10px')]], (dx_l.ua.has('IE') && dx_l.quirks ? [['href','javascript:void(0)']] : 0));
						dx_t.tools = dx_l._make('div', 'dx_tools', 0, '', [['position',(dx_l.ua.has('IE') && dx_l.quirks ? 'absolute':'fixed')],[dx_t.bar_pos,'0px'],['left', dx_t.tools_offset +'px']]);
						
						dx_t.all_btns = [];
						dx_t.hatch_btns = [];
						dx_t.first_ifrm = '';
						dx_t.end_tool = null;
						
						if (typeof doclix_toolbar_pageclass != 'undefined') dx_params += '&pageclass='+doclix_toolbar_pageclass;
						
						if (dx_t.tool_qrcode && !/(iPhone|iPod|iPad)/.test(dx_l.ua)) {
							dx_l._preload_images('doclix_tool_qrcode.png', 'toolbar/');
							dx_t.qr_life = 0;
							dx_t._show_qrcode = function () {
								dx_l._xT(dx_t.qr_life);
								if (!dx_t.qr_code) {
									dx_t.qr_code = dx_l._make('img', '', d.body, '', [['position', (dx_l.ua.has('IE') && dx_l.quirks ? 'absolute':'fixed')],['zIndex', 1000],['right','5px'],[dx_t.bar_pos,'30px'],['borderWidth','1px'],['borderStyle','solid'],['borderColor','rgb(100,100,100)'],['boxShadow','0px 0px 5px 1px rgb(125,125,125)']],[['src','http://qrcode.kaywa.com/img.php?b=000000&w=FFFFFF&s=5&t=p&d='+ d.title +':'+ d.location.href],['title','Click to hide']],'click', function () {this[s].display = 'none';});
								} else {
									dx_t.qr_code[s].display = 'block';
								}
								dx_t.qr_life = setTimeout(function () {dx_t.qr_code[s].display = 'none';}, 10000);
								if (dx_l.ua.has('IE') && dx_l.quirks) dx_t._move_bar();
							};
							dx_t.b_qrcode = dx_l._make('div', 'dx_qrcode', dx_t.tools, 'dx_tool '+ dx_t.bar_pos, '', (dx_t.show_tips ? [['title', 'Show scannable bookmark for your smartphone']] : ''), 'click', dx_t._show_qrcode);
							dx_t.b_qrcode_label = dx_l._make('span', '', dx_t.b_qrcode, 'dx_tool_label', [['color', dx_t.label_color],['fontFamily', dx_t.font_family]], '', '', '', 'QR Code');
							dx_t.end_tool = dx_t.b_qrcode;
							dx_t.all_btns.push(dx_t.b_qrcode);
						}
						
						if (dx_t.tool_share) {
							dx_l._preload_images('doclix_tool_share.png', 'toolbar/');
							dx_t.b_share = dx_l._make('div', 'dx_share', dx_t.tools, 'dx_tool '+ dx_t.bar_pos, '', (dx_t.show_tips ? [['title', 'Show scannable bookmark for your smartphone']] : ''));
							dx_t.b_share_label = dx_l._make('span', '', dx_t.b_share, 'dx_tool_label', [['color', dx_t.label_color],['fontFamily', dx_t.font_family]], '', '', '', 'Share');
							dx_l._add_event(dx_t.b_share, (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'click'), function () {
								if (dx_t.hatch_state != 'share') {
									dx_t._hide_hatch();
									dx_t.hatch[cN] = 'standard '+ dx_t.bar_pos;
									dx_t.hatch_frame = dx_l._init_iframe('dx_hatch_frame', doclix_toolbar_domain +'/adserver/serve/toolbar/ifrm_share.jsp?'+ dx_params, dx_t.hatch, '', '', function () {
										dx_t._show_hatch(dx_t.b_share, 'share');
										});
									if (dx_l.ua.has('IE') && dx_l.quirks) dx_t._move_bar();
								} else {
									dx_t._hide_hatch();
								}
							});
							dx_t.end_tool = dx_t.b_share;
							dx_t.all_btns.push(dx_t.b_share);
							dx_t.hatch_btns.push(dx_t.b_share);
							if (!dx_t.first_ifrm) dx_t.first_ifrm = 'share';
						}
						
						if (dx_t.tool_twitter_search) {
							dx_l._preload_images('doclix_tool_twitter.png', 'toolbar/');
							dx_t.b_twitt = dx_l._make('div', 'dx_twitter', dx_t.tools, 'dx_tool '+ dx_t.bar_pos, '', (dx_t.show_tips ? [['title','Search for Twitter posts mentioning "'+ d.title +'"']] : ''));
							dx_t.b_twitt_label = dx_l._make('span', '', dx_t.b_twitt, 'dx_tool_label', [['color', dx_t.label_color],['fontFamily', dx_t.font_family]], '', '', '', 'Search');
							dx_l._add_event(dx_t.b_twitt, (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'click'), function () {
								if (dx_t.hatch_state != 'twitt') {
									dx_t._hide_hatch();
									dx_t.hatch[cN] = 'standard '+ dx_t.bar_pos;
									dx_t.hatch_frame = dx_l._init_iframe('dx_hatch_frame', doclix_toolbar_domain +'/adserver/serve/toolbar/ifrm_twitter.jsp?'+ dx_params, dx_t.hatch, '', '', function () {
										dx_t._show_hatch(dx_t.b_twitt, 'twitt');
									});
									if (dx_l.ua.has('IE') && dx_l.quirks) dx_t._move_bar();
								} else {
									dx_t._hide_hatch();
								}
							});
							dx_t.end_tool = dx_t.b_twitt;
							dx_t.all_btns.push(dx_t.b_twitt);
							dx_t.hatch_btns.push(dx_t.b_twitt);
							if (!dx_t.first_ifrm) dx_t.first_ifrm = 'twitter';
						}
						
						if (dx_t.tool_facebook) {
							dx_l._preload_images('doclix_tool_facebook.png', 'toolbar/');
							dx_t.b_face = dx_l._make('div', 'dx_facebook', dx_t.tools, 'dx_tool '+ dx_t.bar_pos, '', (dx_t.show_tips ? [['title','"Like" our Facebook page']] : ''));
							dx_t.b_face_label = dx_l._make('span', '', dx_t.b_face, 'dx_tool_label', [['color', dx_t.label_color],['fontFamily', dx_t.font_family]], '', '', '', 'Like us');
							dx_l._add_event(dx_t.b_face, (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'click'), function () {
								if (dx_t.hatch_state != 'face') {
									dx_t._hide_hatch();
									dx_t.hatch[cN] = 'standard '+ dx_t.bar_pos;
									dx_t.hatch_frame = dx_l._init_iframe('dx_hatch_frame', doclix_toolbar_domain +'/adserver/serve/toolbar/ifrm_fb_like.jsp?'+ dx_params, dx_t.hatch, '', '', function () {
										dx_t._show_hatch(dx_t.b_face, 'face');
									});
									if (dx_l.ua.has('IE') && dx_l.quirks) dx_t._move_bar();
								} else {
									dx_t._hide_hatch();
								}
							});
							dx_t.end_tool = dx_t.b_face;
							dx_t.all_btns.push(dx_t.b_face);
							dx_t.hatch_btns.push(dx_t.b_face);
							if (!dx_t.first_ifrm) dx_t.first_ifrm = 'fb_like';
						}

						if (dx_t.tool_print) {
							dx_l._preload_images('doclix_tool_print.png', 'toolbar/');
							dx_t.b_print = dx_l._make('div', 'dx_print', dx_t.tools, 'dx_tool '+ dx_t.bar_pos, '', (dx_t.show_tips ? [['title','Print this page']] : ''), (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'click'), function () {if (window.print) window.print();});
							dx_t.b_print_label = dx_l._make('span', '', dx_t.b_print, 'dx_tool_label', [['color', dx_t.label_color],['fontFamily', dx_t.font_family]], '', '', '', 'Print');
							dx_t.end_tool = dx_t.b_print;
							dx_t.all_btns.push(dx_t.b_print);
						}
						
						if (dx_t.tool_pinterest) {
							dx_l._preload_images('doclix_tool_pinterest.png', 'toolbar/');
							dx_t.b_pinterest = dx_l._make('div', 'dx_pinterest', dx_t.tools, 'dx_tool '+ dx_t.bar_pos, '', (dx_t.show_tips ? [['title','Pin this page to Pinterest']] : ''), (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'click'), function () {var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)});
							dx_t.b_pinterest_label = dx_l._make('span', '', dx_t.b_pinterest, 'dx_tool_label', [['color', dx_t.label_color],['fontFamily', dx_t.font_family]], '', '', '', 'Pin It &reg;');
							dx_t.end_tool = dx_t.b_pinterest;
							dx_t.all_btns.push(dx_t.b_pinterest);
						}
						
						if (dx_t.tool_evernote) {
							dx_l._preload_images('doclix_tool_enote.png', 'toolbar/');
							dx_t.b_enote = dx_l._make('div', 'dx_enote', dx_t.tools, 'dx_tool '+ dx_t.bar_pos, '', (dx_t.show_tips ? [['title','Clip this page to Evernote application']] : ''), (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'click'), function () {EN_CLIP_HOST='http://www.evernote.com';try{var x=document.createElement('SCRIPT');x.type='text/javascript';x.src=EN_CLIP_HOST+'/public/bookmarkClipper.js?'+(new Date().getTime()/100000);document.getElementsByTagName('head')[0].appendChild(x);}catch(e){location.href=EN_CLIP_HOST+'/clip.action?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);};});
							dx_t.b_enote_label = dx_l._make('span', '', dx_t.b_enote, 'dx_tool_label', [['color', dx_t.label_color],['fontFamily', dx_t.font_family]], '', '', '', 'Clip to Evernote &reg;');
							dx_t.end_tool = dx_t.b_enote;
							dx_t.all_btns.push(dx_t.b_enote);
						}
						
 						if (dx_t.tool_video) {
							dx_l._preload_images('doclix_toolbar_hatch_video.png,doclix_tool_video.png', 'toolbar/');
							dx_t.b_video = dx_l._make('div', 'dx_video', dx_t.tools, 'dx_tool '+ dx_t.bar_pos, '', (dx_t.show_tips ? [['title','YouTube video']] : ''));
							dx_t.b_video_label = dx_l._make('span', '', dx_t.b_video, 'dx_tool_label', [['color', dx_t.label_color],['fontFamily', dx_t.font_family]], '', '', '', 'Video');
							dx_l._add_event(dx_t.b_video, (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'click'), function () {
								if (dx_t.hatch_state != 'video') {
									dx_t._hide_hatch();
									dx_t.hatch[cN] = 'video '+ dx_t.bar_pos;
									dx_t.hatch_frame = dx_l._init_iframe('dx_hatch_frame', doclix_toolbar_domain +'/adserver/serve/toolbar/ifrm_video.jsp?'+ dx_params, dx_t.hatch, '', '', function () {
										dx_t._show_hatch(dx_t.b_video, 'video');
									});
									if (dx_l.ua.has('IE') && dx_l.quirks) dx_t._move_bar();
								} else {
									dx_t._hide_hatch();
								}
							});
							dx_t.end_tool = dx_t.b_video;
							dx_t.all_btns.push(dx_t.b_video);
							dx_t.hatch_btns.push(dx_t.b_video);
							if (!dx_t.first_ifrm) dx_t.first_ifrm = 'video';
						}

						if (dx_t.tool_feed) {
							dx_l._preload_images('doclix_tool_feed.png', 'toolbar/');
							dx_t.b_feed = dx_l._make('div', 'dx_feed', dx_t.tools, 'dx_tool '+ dx_t.bar_pos, '', (dx_t.show_tips ? [['title','Related news feed']] : ''));
							dx_t.b_feed_label = dx_l._make('span', '', dx_t.b_feed, 'dx_tool_label', [['color', dx_t.label_color],['fontFamily', dx_t.font_family]], '', '', '', 'News');
							dx_l._add_event(dx_t.b_feed, (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'click'), function () {
								if (dx_t.hatch_state != 'feed') {
									dx_t._hide_hatch();
									dx_t.hatch[cN] = 'standard '+ dx_t.bar_pos;
									dx_t.hatch_frame = dx_l._init_iframe('dx_hatch_frame', doclix_toolbar_domain +'/adserver/serve/toolbar/ifrm_feed.jsp?'+ dx_params, dx_t.hatch, '', '', function () {
										dx_t._show_hatch(dx_t.b_feed, 'feed');
									});
									if (dx_l.ua.has('IE') && dx_l.quirks) dx_t._move_bar();
								} else {
									dx_t._hide_hatch();
								}
							});
							dx_t.end_tool = dx_t.b_feed;
							dx_t.all_btns.push(dx_t.b_feed);
							dx_t.hatch_btns.push(dx_t.b_feed);
							if (!dx_t.first_ifrm) dx_t.first_ifrm = 'feed';
						}

						/*[individual buttons]*/
						if (dx_t.tool_plusone_button || dx_t.tool_twitter_button || dx_t.tool_facelike_button || dx_t.tool_inshare_button || dx_t.tool_digg_button || dx_t.tool_reddit_button) {
							dx_t.cl_trk = dx_l._init_iframe('dx_click_track', doclix_toolbar_domain +'/resources/blank.html', d.body, '', 'display:none;');
							
							dx_t._track_click = function (type) {
								dx_l._log('click:'+ type);
								dx_t.cl_trk.src = 'http://ads.doclix.com/adserver/redir/toolbar_redir.jsp?pid='+ doclix_pid +'&type='+ type +'&url='+ doclix_toolbar_domain +'/resources/blank.html';
							}
						}
						
						if (dx_t.tool_plusone_button && !dx_l.ua.is('IEold') && !dx_l.ua.is('IE7')) {
							dx_l._load_file('http://apis.google.com/js/plusone.js');
							{parsetags: 'explicit'}
							_track_plusone = function (p_1) {
								p_1 = {'href' : encodeURIComponent(d.location.href), 'state':'on'}
								dx_t._track_click('plusoneClick');
							}
							dx_t.b_plusone_button = dx_l._make('div', 'dx_plusone_button', dx_t.tools, 'dx_tool sep '+ dx_t.bar_pos, [(dx_t.bar_pos == 'bottom' ? ['paddingTop','4px']:['paddingTop','2px']),['paddingLeft','4px']], '', '', '', '');
							dx_t.b_plusone_g = dx_l._make('g:plusone', '', dx_t.b_plusone_button, '', '', [['size','medium'],['callback', '_track_plusone'],['href', encodeURIComponent(d.location.href)]]);
							dx_t.end_tool = dx_t.b_plusone_button;
							dx_t.all_btns.push(dx_t.b_plusone_button);
						}
						
						if (dx_t.tool_twitter_button) {
							window.twttr = (function (d,s,id) {
								var t, js, fjs = d.getElementsByTagName(s)[0];
								if (d.getElementById(id)) return; js=d.createElement(s); js.id=id;
								js.src="//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs);
								return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } });
							}(d, "script", "twitter-wjs"));
							var html = '<a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>';
							dx_t.b_twitt_button = dx_l._make('div', 'dx_twitt_button', dx_t.tools, 'dx_tool sep '+ dx_t.bar_pos, [(dx_t.bar_pos == 'bottom' ? ['paddingTop','4px']:['paddingTop','2px']),['paddingLeft','4px']], '', '', '', html);
							dx_t.end_tool = dx_t.b_twitt_button;
							dx_t.all_btns.push(dx_t.b_twitt_button);
							
							twttr.ready(function (twttr) {
								twttr.events.bind('click', function () {
									dx_t._track_click('twittClick');
								});
							});
						}

						if (dx_t.tool_facelike_button) {
							if (!dx_l._iD('fb-root')) {
								dx_t.fb_root = dx_l._make('div', 'fb-root');
								d.body.insertBefore(dx_t.fb_root, d.body.firstChild);
								(function(d, s, id) {
									var js, fjs = d.getElementsByTagName(s)[0];
									if (d.getElementById(id)) return;
									js = d.createElement(s); js.id = id;
									js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
									fjs.parentNode.insertBefore(js, fjs);
								}(document, 'script', 'facebook-jssdk'));
							}
							
							var css_str = '.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {display: none !important;}';
							var fb_css = dx_l._cE('style');
							fb_css[sA]('type', 'text/css');
							fb_css[sA]('media', 'screen');
							fb_css.styleSheet ? fb_css.styleSheet.cssText = css_str : fb_css[aC](d.createTextNode(css_str));
							dx_l._tN('head').length > 0 ? dx_l._tN('head')[0][aC](fb_css) : d.body[aC](fb_css);
							
							var html = '<fb:like send="false" layout="button_count" width="90" show_faces="false" font="tahoma"></fb:like>';
							dx_t.b_facelike_button = dx_l._make('div', 'dx_facelike_button', dx_t.tools, 'dx_tool sep '+ dx_t.bar_pos, [(dx_t.bar_pos == 'bottom' ? ['paddingTop','4px'] : ['paddingTop','2px']),['paddingLeft','4px']], '', '', '', html);
							dx_t.end_tool = dx_t.b_facelike_button;
							dx_t.all_btns.push(dx_t.b_facelike_button);
							
							dx_t.fb_wait = setInterval( function () {
								if (typeof FB != 'undefined') {
									dx_l._xI(dx_t.fb_wait);
									FB.Event.subscribe('edge.create',
									    function (response) {
									    	dx_t._track_click('facelikeClick');
									    }
									);
								}
							}, 100);
						}

						if (dx_t.tool_inshare_button) {
							_track_inshare = function () {
								dx_t._track_click('inshareClick');
							}
							dx_l._load_file('http://platform.linkedin.com/in.js');
							dx_t.b_inshare_button = dx_l._make('div', 'dx_inshare_button', dx_t.tools, 'dx_tool sep '+ dx_t.bar_pos, [(dx_t.bar_pos == 'bottom' ? ['paddingTop','4px'] : ['paddingTop','2px']),['paddingLeft','4px']]);
							dx_t.b_inshare_script = dx_l._make('script', '', dx_t.b_inshare_button, '', '', [['type','IN/Share'],['data-url', encodeURIComponent(d.location.href)],['data-counter','right'],['data-onsuccess','_track_inshare']]);
							dx_t.end_tool = dx_t.b_inshare_button;
							dx_t.all_btns.push(dx_t.b_inshare_button);
						}

						if (dx_t.tool_digg_button) {
							dx_l._load_file('http://widgets.digg.com/buttons.js');
							dx_t.b_digg_button = dx_l._make('div', 'dx_inshare_button', dx_t.tools, 'dx_tool sep ' + dx_t.bar_pos, [(dx_t.bar_pos == 'bottom' ? ['paddingTop','4px'] : ['paddingTop','2px']),['paddingLeft','4px']]);
							dx_t.b_digg_a = dx_l._make('a', '', dx_t.b_digg_button, 'DiggThisButton DiggCompact', '', [['href','http://digg.com/submit?url='+encodeURIComponent(d.location.href)+'']]);
							dx_t.end_tool = dx_t.b_digg_button;
							dx_t.all_btns.push(dx_t.b_digg_button);
						}

						if (dx_t.tool_reddit_button) {
							dx_t.b_reddit_button = dx_l._make('div', 'dx_reddit_button', dx_t.tools, 'dx_tool sep '+ dx_t.bar_pos, [(dx_t.bar_pos == 'bottom' ? ['paddingTop','5px'] : ['paddingTop','3px']),['paddingLeft','4px']]);
							dx_t.b_reddit_a = dx_l._make('a', '', dx_t.b_reddit_button, '', '');
							dx_t.b_reddit_i = dx_l._make('img', '', dx_t.b_reddit_a, '', '', [['src','http://www.reddit.com/static/spreddit7.gif']]);
							dx_t.b_reddit_a.onclick = function () {dx_t._track_click('redditClick'); window.open('http://www.reddit.com/submit?url='+ encodeURIComponent(d.location.href), 'reddit'); return false;}
							dx_t.end_tool = dx_t.b_reddit_button;
							dx_t.all_btns.push(dx_t.b_reddit_button);
						}

						/*[custom menus]*/
						if (dx_t.tool_menu) {
							dx_l._preload_images('doclix_tool_menu_'+ dx_t.bar_pos +'.png,doclix_menu_bg.png,doclix_menu_item_bg.png', 'toolbar/');
							dx_t.menu_pops = [];
							dx_t.menu_ups = [];
							for (var j = 0; j < 5; j++) {
								var n = (j == 0 ? '' : j), m_label = dx_l._get_setting(dx_t.setup, 'tool_menu'+ n +'_label');
								if (m_label) {
									dx_t.b_menu = dx_l._make('div', 'dx_menu'+ j, 0, 'dx_tool menu_button '+ dx_t.bar_pos, '', [['n', j]]);
									dx_t.b_menu_label = dx_l._make('span', '', dx_t.b_menu, 'dx_tool_label', [['color', dx_t.label_color],['fontFamily', dx_t.font_family]], [['n', j]], '', '', m_label);
									dx_t.menu_life = 1000;
									dx_t._build_menu = function () {
										dx_t.menu_pop = dx_l._make('div', '', d.body, 'dx_menu_pop', [['opacity',dx_t.unit_opacity],['position','fixed'],[dx_t.bar_pos, '25px'],(dx_t.bar_pos == 'top' ? (['paddingTop','0px']):(['paddingBottom','0px'])),['backgroundPosition',(dx_t.bar_pos == 'top' ? 'bottom left':'top left')]],[['n', j]]);
										if (dx_l.ua.has('IE') && dx_l.quirks) {dx_t.menu_pop[s].position = 'absolute'; dx_t.menu_pop[s].width = '150px';}
										dx_t.menu_n = 0;
										for (var i = 0; i < 14; i++) {
											var i_label = dx_l._get_setting(dx_t.setup, 'tool_menu'+ n +'_'+ i +'_label');
											var i_url = dx_l._get_setting(dx_t.setup, 'tool_menu'+ n +'_'+ i +'_url');
											if (i_label && i_url) {
												dx_t.menu_n ++;
												var i_target = ((i_url[iO]('/') == 0 || i_url.has(d.domain)) ? '_top':'_blank');
												i_url = i_url[iO]('http') == 0 ? i_url : (i_url[iO]('/') == 0 ? ('http://'+ d.domain + i_url) : 'http://'+ i_url);
												i_url = 'http://ads.doclix.com/adserver/redir/toolbar_redir.jsp?pid='+ doclix_pid +'&type=navLink&url='+ encodeURIComponent(i_url);
												var m_item = dx_l._make('a', '', dx_t.menu_pop, 'dx_menu_item', [['color', dx_t.label_color],['fontFamily', dx_t.font_family],['backgroundColor', dx_t.back_color]],[['href', i_url],['target', i_target]], '', '', i_label);
												if (dx_l.ua.has('IE') && dx_l.quirks) {m_item[s].height = '21px'; m_item[s].width = '140px';}
											} else {
												continue;
											}
										}
										dx_t.menu_pop[s].height = dx_t.menu_n*21 + (dx_l.ua.has('IE') && dx_l.quirks ? 5 : 0) +'px';
										dx_t.menu_pop[sA]('h', dx_t.menu_n*21 + (dx_l.ua.has('IE') && dx_l.quirks ? 5 : 0));
										dx_l._add_event(dx_t.menu_pop, 'mouseover', function () {
											var n = parseInt(this[gA]('n'));
											dx_l._xT(dx_t.menu_ups[n]);
										});
										dx_l._add_event(dx_t.menu_pop, 'mouseout', function () {
											var pop = this, n = parseInt(pop[gA]('n'));
											dx_l._xT(dx_t.menu_ups[n]); dx_t.menu_ups[n] = setTimeout(function () {pop[s].display = 'none';}, dx_t.menu_life);
										});
										dx_t.menu_pops.push(dx_t.menu_pop);
									};
									dx_t._build_menu();
									if (dx_t.menu_n > 0) {
										dx_t.tools[aC](dx_t.b_menu);
										dx_t.end_tool = dx_t.b_menu;
									}
									dx_t._show_menu = function (n) {
										var dx_l = doclix_lib, m_butt = dx_l._iD('dx_menu'+ n);
										dx_l._view_port();
										dx_l._pin_obj(m_butt);
										dx_t.menu_pops[n][s].left = Math.min(doclix_lib.vp.vpW - 173, m_butt.pinL - 5) +'px';
										dx_t.menu_pops[n][s].display = 'block';
									};
									dx_t._hide_all = function () {
										for (var k = 0; k < dx_t.menu_pops.length; k++) {
											dx_t.menu_pops[k][s].display = 'none';
										}
									};
									dx_l._add_event(dx_t.b_menu, (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'mouseover'), function () {
										dx_t._hide_all();
										var n = parseInt(this[gA]('n'));
										dx_t._show_menu(n);}
									);
									dx_l._add_event(dx_t.b_menu, 'mouseout', function () {
										var n = parseInt(this[gA]('n'));
										dx_l._xT(dx_t.menu_ups[n]);
										dx_t.menu_ups[n] = setTimeout(function () {dx_t.menu_pops[n][s].display = 'none';}, dx_t.menu_life);}
									);
									dx_l._add_event(dx_t.b_menu_label, 'mouseover', function () {
										var n = parseInt(this[gA]('n'));
										dx_l._xT(dx_t.menu_ups[n]);}
									);
									dx_l._add_event(window, 'resize', function () {
										dx_t._hide_all();}
									);
								}
							}
						}
						/*[custom link]*/
						if (dx_t.tool_custom) {
							var label = dx_l._get_setting(dx_t.setup, 'tool_custom_label');
							var url = dx_l._get_setting(dx_t.setup, 'tool_custom_url');
							var js_e = dx_l._get_setting(dx_t.setup, 'tool_custom_js_evt');
							var js_s = dx_l._get_setting(dx_t.setup, 'tool_custom_js_str');
							if (label && (url || js_s)) {
								dx_t.b_cust = dx_l._make('a', 'dx_custom', dx_t.tools, 'dx_button '+ dx_t.bar_pos, [['color', dx_t.label_color],['fontFamily', dx_t.font_family]], (js_s ? [['href','javascript:void(0);']] : ''), '', '', label);
								
								if (url) {
									dx_t.b_cust.target = ((url[iO]('/') == 0 || url.has(d.domain)) ? '_top':'_blank');
									url = (url[iO]('http') == 0 ? url : (url[iO]('/') == 0 ? ('http://'+ d.domain + url) : 'http://'+ url));
									url = 'http://ads.doclix.com/adserver/redir/toolbar_redir.jsp?pid='+ doclix_pid +'&type=navLink&url='+ encodeURIComponent(url);
									dx_t.b_cust.href = url;
								}								
								if (js_s) {dx_l._add_event(dx_t.b_cust, js_e, function () {eval(js_s);});}
								
								var ttl = dx_l._get_setting(dx_t.setup, 'tool_custom_title'); if (ttl) dx_t.b_cust.title = ttl;
								
								dx_t.end_tool = dx_t.b_cust;
								dx_t.all_btns.push(dx_t.b_cust);
							}
						}

						if (dx_t.tool_search) {
							var q_url = dx_l._get_setting(dx_t.setup, 'tool_search_url');
							if (q_url && q_url.has('[query]')) {
								
								dx_t._search = function () {
									var q_str = dx_t.d_search_str.value;
									if (q_str) {
										q_str = encodeURIComponent(q_str);
										q_str = q_str.replace(/\%20/g, '+');
										q_url = q_url.replace(/\[query\]/g, q_str);
										top.location.href = q_url;
									}
								}
								dx_t.search_box = dx_l._make('div', 'dx_search', dx_t.tbar, '', [['top',(dx_t.bar_pos == 'top' ? '10px':'7px')],['right', (dx_t.custom_logo_img && dx_t.custom_logo_img.width ? dx_t.custom_logo_img.width + 28 +'px':'28px')]]);
								dx_t.search_btn = dx_l._make('div', 'dx_search_btn', dx_t.search_box, '', '', (dx_t.show_tips ? [['title','Search our site']] : ''), (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'click'), dx_t._search);
								dx_t.d_search_str = dx_l._make('input', 'dx_search_input', dx_t.search_box, '', [['opacity', dx_t.unit_opacity],['fontFamily', dx_t.font_family]], [['type','text'],['name','dx_search_input']], 'keypress', function(event){var key=event.keyCode||event.which;if(key==13){dx_t._search();}});
							}
						}

						if (dx_t.custom_logo_url) {
							dx_t.custom_logo_holder = dx_l._make('div', 'dx_custom_logo', dx_t.tbar, '', [['top',(dx_t.bar_pos == 'top' ? '12px':'8px')]]);
							if (dx_l.ua.has('IE') && dx_l.quirks) dx_t.custom_logo_holder[s].position = 'absolute';
							dx_t.custom_logo_img = dx_l._make('img', '', dx_t.custom_logo_holder, '', 0, [['src',(dx_t.custom_logo_url[iO]('http') == 0 ? dx_t.custom_logo_url : (dx_t.custom_logo_url[iO]('/') == 0 ? dx_t.custom_logo_url : 'http://'+ dx_t.custom_logo_url))]], 'load', function () {
									if (this.height != 0 && this.height < 21) this[s].marginTop = Math.round((21 - this.height)/2) +'px';
									if (dx_t.end_tool == null) dx_t.custom_logo_holder[s].visibility = 'visible';
									if (dx_t.search_box) dx_t.search_box[s].right = dx_t.custom_logo_img.width + 28 +'px';
								}
							);
						}

						if (dx_t.tool_html) {
							for (var i = 0; i < 5; i++) {
								var html = (dx_l._get_setting(dx_t.setup, 'tool_html_'+ i));
								if (html) {
									dx_t.b_html = dx_l._make('div', 'dx_html_'+ i, dx_t.tools, 'dx_tool top', '', '', '', '', html);
									dx_t.end_tool = dx_t.b_html;
									dx_t.all_btns.push(dx_t.b_html);
								}
							}
						}
						
						d.body[aC](dx_t.tools);
						
						setTimeout(dx_t._reveal_bar, 0);

						if (dx_l.ua.has('IE') && dx_l.quirks) {
							dx_t.tbar[s].position = 'absolute';
							dx_t.tbar[s].height = (dx_t.bar_pos == 'top' ? '40px':'30px');
							dx_t.tbar[s][dx_t.bar_pos] = (dx_t.bar_pos == 'top' ? '-10px':'0px');
						}
						
						if (dx_t.hatch_hide) dx_l._add_event(dx_t.hatch_hide, (/(iPhone|iPod|iPad)/.test(dx_l.ua) ? 'touchstart':'click'), dx_t._hide_hatch);
						
						dx_l._add_event(window, 'resize', dx_t._size_bar);
						
						if (dx_l.ua.has('IE') && dx_l.quirks) {
							dx_t._move_bar();
							dx_l._add_event(window, 'scroll', dx_t._move_bar);
							dx_l._add_event(window, 'resize', dx_t._move_bar);
						}
						
						dx_t._toggle_bar();
						dx_l._add_event(window, 'scroll', dx_t._toggle_bar);
						dx_l._add_event(window, 'resize', dx_t._toggle_bar);

						if (dx_l.cookie._read('doclix_bar_state') == 'collapsed') {dx_t._collapse(true);};
						
						/*[run sharing buttons scripts, if any]*/
						if (dx_t.tool_plusone_button && !dx_l.ua.is('IEold') && !dx_l.ua.is('IE7')) {
							(_show_plusone = function () {
								try {
									document.getElementsByTagName('g:plusone')[0].setAttribute('href', d.location.href);
									gapi.plusone.go();
								} catch (e) {
									setTimeout(_show_plusone, 0);
								}
							})();
						}
					},/*[end _build_bar()]*/
					bar_trans : null,
					rev_step : (dx_l.ua.has('IE') ? 3 : 1),
					rev_time : (dx_l.ua.has('IE') ? 10 : 10),
					_reveal_bar : function () {
						var dx_l = doclix_lib, dx_t = doclix_toolbar, clip_t = 0, clip_b = 40, step = dx_t.rev_step, t = dx_t.rev_time;
						dx_t.bar_trans = setInterval (function () {
							switch (dx_t.bar_pos) {
								case 'top':
									if (clip_t < 40) {
										clip_t += step;
										dx_t.tbar[s].clip = 'rect(auto auto '+ clip_t +'px auto)';
									} else {
										dx_t.tbar[s].clip = 'rect(auto auto 40px auto)';
										dx_l._xI(dx_t.bar_trans);
										if (dx_l.cookie._read('doclix_bar_state') != 'collapsed') {
											dx_t.tools[cN] = 'off';
											dx_t._toggle_bar();
										}
									}
									break;
								case 'bottom':
									if (clip_b > 0) {
										clip_b -= step;
										dx_t.tbar[s].clip = 'rect('+ clip_b +'px auto auto auto)';
									} else {
										dx_t.tbar[s].clip = 'rect(0px auto auto auto)';
										dx_l._xI(dx_t.bar_trans);
										if (dx_l.cookie._read('doclix_bar_state') != 'collapsed') {
											if (dx_t.toggle_bottom) {
												dx_t.tools[cN] = 'off';
												dx_t._toggle_bar();
											} else {
												dx_t._reveal_tools();
											}
										}
									}
									break;
							}
						}, t);
						dx_t._size_bar();
					},
					tools_trans : null,
					_reveal_tools : function () {
						var dx_t = doclix_toolbar;
						if (dx_t.end_tool) {
							dx_t.tools[s].visibility = 'visible';
							dx_t.tools[cN] = 'compact';
							if (dx_t.hide) dx_t.hide[s].display = 'block';
							dx_l._view_port();
							dx_l._pin_obj(dx_t.end_tool);
							if (!dx_t.t_compact) dx_t.t_compact = (dx_t.end_tool.pinL + dx_t.end_tool.offsetWidth);
							if (dx_l.cookie._read('doclix_bar_state') != 'collapsed') {
								if (!dx_t.ad) dx_t._build_ad();
							}
							setTimeout(function () {
								if (dx_t.custom_logo_holder) {dx_t.custom_logo_holder[s].visibility = 'visible';};
								if (dx_t.search_box) {dx_t.search_box[s].visibility = 'visible';};
								dx_t.tools[cN] = '';
								dx_l._pin_obj(dx_t.end_tool);
								if (!dx_t.t_full) dx_t.t_full = (dx_t.end_tool.pinL + dx_t.end_tool.offsetWidth);
								dx_t._size_bar();
							}, 10);
						} else {
							if (dx_l.cookie._read('doclix_bar_state') != 'collapsed') {
								if (dx_t.hide) dx_t.hide[s].display = 'block';
								if (!dx_t.ad) dx_t._build_ad();
							}
						}
					},
					ad_state : '',
					_show_hatch : function (obj, state) {
						var dx_t = doclix_toolbar;
						if (obj) {
							dx_l._view_port();
							dx_l._pin_obj(obj);
							dx_t.hatch[s].display = 'block';
							dx_t.hatch_hide[s].display = 'block';
							dx_t.hatch[s].left = Math.min(Math.max(doclix_lib.vp.vpW - dx_t.hatch.offsetWidth - 17, 0), obj.pinL - ((/*obj == dx_t.b_links && */dx_t.ad_type_banner == true) ? 5 : 15)) +'px';
							obj[s].backgroundColor = dx_t.back_color;
							obj[cN] += ' on';
						}
						if (state) dx_t.hatch_state = state;
					},
					_hide_hatch : function () {
						var dx_t = doclix_toolbar;
						if (dx_t.hatch_frame && dx_t.hatch_frame[pN]) dx_t.hatch_frame[pN][rC](dx_t.hatch_frame);
						dx_t.hatch[s].display = dx_t.hatch_hide[s].display = 'none';
						dx_l._xT(dx_t.hatch_up);
						dx_t.hatch_state = '';
						dx_t.hatch[s].left = '-1111px';
						for (var i = 0; i < dx_t.hatch_btns.length; i++) {
							dx_t.hatch_btns[i][s].backgroundColor = 'transparent';
							dx_t.hatch_btns[i][cN] = dx_t.hatch_btns[i][cN].replace(/on/g, '');
						};
					},
					_collapse : function (no_cookie) {
						var dx_t = doclix_toolbar;
						dx_t.tools[cN] = 'off';
						if (dx_t.ad) dx_t.ad[cN] = 'off';
						dx_t._hide_hatch();
						dx_t.hide[s].display = 'none';
						dx_t.show[s].display = 'block';
						if (dx_t.qr_code) dx_t.qr_code[s].display = 'none';
						dx_t.tbar[cN] = 'collapsed';
						if (!no_cookie) dx_l.cookie._write('doclix_bar_state', 'collapsed', 24);
					},
					_expand : function (no_cookie) {
						var dx_t = doclix_toolbar;
						dx_t.hide[s].display = 'block';
						dx_t.show[s].display = 'none';
						dx_t.tbar[cN] = 'expanded';
						if (dx_t.tools[cN] == 'off') {
							dx_t._reveal_tools();
						} else {
							dx_t._size_bar();
						}
						!dx_t.ad ? dx_t._build_ad() : dx_t.ad[cN] = '';
						if (!no_cookie) dx_l.cookie._write('doclix_bar_state', 'expanded', 24);
					},
					_size_bar : function () {
						var dx_t = doclix_toolbar, fold_w = 40, memo = dx_t.tools[cN];
						dx_l._view_port();
						if (dx_t.hatch[cN].has('banner')) {
							if (	(dx_t.hatch[cN].has('lead') && doclix_lib.vp.vpW < 1000)
								||	(dx_t.hatch[cN].has('full') && doclix_lib.vp.vpW < 750)
								||	(dx_t.hatch[cN].has('half') && doclix_lib.vp.vpW < 270)
								) dx_t.hatch[s].display = 'none';
						}
						if (dx_t.custom_logo_img && dx_t.custom_logo_img.width) fold_w += dx_t.custom_logo_img.width;
						if (dx_t.search_box) fold_w += 125;
						if (dx_t.end_tool && dx_t.t_full && dx_t.t_compact) {
							var av_w = doclix_lib.vp.vpW - fold_w;
							if (dx_t.tbar[cN] == 'expanded') {
								if (av_w >= dx_t.t_full) {
									dx_t.tools[cN] = '';
									if (dx_t.ad) dx_t.ad[cN] = '';
								} else if ((av_w < dx_t.t_full) && (av_w >= dx_t.t_compact)) {
									dx_t.tools[cN] = 'compact';
									if (dx_t.ad) dx_t.ad[cN] = '';
								} else if (av_w < dx_t.t_compact) {
									dx_t.tools[cN] = 'off';
									if (dx_t.ad) dx_t.ad[cN] = (av_w < (fold_w + 160) ? 'off':'');
								} 
							} else {
								dx_t.tools[cN] = 'off';
							}
						}
						if (dx_t.tools[cN] != memo) dx_t._hide_hatch();
					},
					_toggle_bar : function () {
						var dx_l = doclix_lib, dx_t = doclix_toolbar;
						if ((dx_t.bar_pos == 'top' || dx_t.toggle_bottom) && dx_l.cookie._read('doclix_bar_state') != 'collapsed') {
							dx_l._view_port();
							if ((doclix_lib.vp.psY < doclix_lib.vp.bH * (!dx_t.scroll ? 0.1 : dx_t.scroll) || doclix_lib.vp.bH <= doclix_lib.vp.vpH)) {
								dx_t._collapse(true);
							} else {
								dx_t._expand(true);
							}
						}
					},
					_move_bar : function () {
						var dx_l = doclix_lib, dx_t = doclix_toolbar;
						if (dx_l.ua.has('IE') && dx_l.quirks) {
							dx_l._view_port();
							switch (dx_t.bar_pos) {
								case 'top':
									var exp = 'Math.max(document.body.scrollTop,document.documentElement.scrollTop)';
									if (dx_t.ad) dx_t.ad[s].setExpression('top', exp);
									if (dx_t.menu_pops) {
										for (var i = 0; i < dx_t.menu_pops.length; i++) {
											if (dx_t.menu_pops[i]) dx_t.menu_pops[i][s].setExpression('top', exp +'+26');
										}
									}
									if (dx_t.qr_code) dx_t.qr_code[s].setExpression('top', exp +'+35');
									dx_t.hide[s].top = '14px';
									dx_t.tbar[s].setExpression('top', exp +'-10');
									dx_t.tools[s].setExpression('top', exp);
									dx_t.hatch[s].setExpression('top', exp +'+25');
									break;
								case 'bottom':
									var hsb_adj = ((((dx_l.vp.vpW + 21) < dx_l.vp.bW) || dx_l.vp.psX > 0) ? 17 : 0);
									var exp = 'Math.max(0,document.documentElement.offsetHeight) + Math.max(document.body.scrollTop,document.documentElement.scrollTop)-'+ hsb_adj;
									if (dx_t.ad) dx_t.ad[s].setExpression('top', exp +'-70');
									if (dx_t.menu_pops) {
										for (var i = 0; i < dx_t.menu_pops.length; i++) {
											if (dx_t.menu_pops[i]) dx_t.menu_pops[i][s].setExpression('top', exp +'-'+ (parseInt(dx_t.menu_pops[i][gA]('h')) + 30) +'');
										}
									}
									if (dx_t.qr_code) dx_t.qr_code[s].setExpression('top', exp +'-'+ (dx_t.qr_code.height + 35) +'');
									dx_t.tbar[s].setExpression('top', exp +'-35');
									dx_t.tools[s].setExpression('top', exp +'-30');
									dx_t.hatch[s].setExpression('top', exp +'-'+ (dx_t.hatch[cN].has('standard') ? 325 : (dx_t.hatch[cN].has('banner') ? (dx_t.hatch[cN].has('half') ? 255 : 176) : (dx_t.hatch[cN].has('video') ? 327 : (dx_t.hatch[cN].has('small') ? 176 : 327)))));
									break;
							}
							document.recalc(true);
						}
					}
				};
			} catch (e) {
				setTimeout(_docix_service_toolbar, 0);
			}
		})();
	};
};
/*[end AdSide/DOCLIX toolbar ad unit: first tier]*/

