		var addthis_pub = '4a1d19626f83db8f';
		var $j= jQuery.noConflict();
				
		jQuery(document).ready(function($j) {
			/*$.noConflict();*/
			
			/*var options = {
				enableMouse: false,
				childSizeFixed: true,
			}; */
			
			/*$j(".aJac").jac({
				childSizeFixed: true,
				enableMouse:true
			});*/
			
			// Font Replacements.
			/*Cufon.replace('.avant-medium', { fontFamily: 'Avant Garde Medium', textShadow: '#021e3d 0px 2px 8px' });
			*/
			//Cufon.replace('.menu-column h4,#jac-holder h4', { fontFamily: 'Avant Garde Medium' });
			Cufon.replace('#main h1, #main h2, #homelogin h4', { fontFamily: 'Avant Garde Bold' });
			Cufon.replace('#main h3', { fontFamily: 'Avant Garde Demi' });
			Cufon.replace('.avant-medium ', { fontFamily: 'Avant Garde Medium' ,hover: true});
			//Cufon.replace('.avant-menu li a ', { fontFamily: 'Avant Garde Medium', hover: true });
			Cufon.replace('li.level0 > a', { fontFamily: 'Avant Garde Medium', hover: true,textShadow: '#021e3d 0px 2px 8px',ignoreclass: 'level1 a'});
			Cufon.replace('li.level1 a', { fontFamily: 'Avant Garde Medium', hover: true});
			
			/*// Search Box
			$j('input.focus-empty').focus(function() {
				$(this).val('');
			});*/

			$j(function() {
				var instanceOne = new ImageFlow();
				instanceOne.init({
					ImageFlowID: 'myImageFlow',
					reflections: true,
					reflectionP: 0.5,
					reflectPath: '/skin/frontend/default/sta2010/js/',
					reflectionGET: '&bgc=ffffff&cache=0&jpeg=100',
					imagePath: '../../../../../',
					imageCursor: 'pointer',
					preloadImages: false
				});
			});

			// "Bookmark This" integration.
			$j('a.bookmark-link').hover(function() {
				return addthis_open(this, '', '[URL]', '[TITLE]');
			}, function() {
				addthis_close();
				}).click(function() {
				return addthis_sendto();
			});
			
			$j('a[rel="external"]').click(function() {
				window.open(this.href);
				return false;
			});

		});

		var _gaq = _gaq || [];
		_gaq.push(['_setAccount', 'UA-23625309-4']);
		_gaq.push(['_trackPageview']);
		(function() {
			var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
			ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
		})();
