var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11165180-2']);
_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);
})();

// Curvy Corners
/* 
window.onload = function() 
{
	settings  = {  tl: {  radius: 17  }, 
	tr:  { radius:  17 },  
	bl: {  radius:  17 },  
	br: {  radius: 17  }, 
	antiAlias:  true };  

	settings2 = { 
		tl: { radius: 10 }, 
		tr: { radius: 10 }, 
		bl:  { radius: 10 },  
		br: { radius: 10  }, 
		antiAlias: true }; 

var divObj1 = document.getElementById("outercorners"); 
var divObj2 = document.getElementById("innercorners"); 
curvyCorners(settings, divObj1, divObj2); 
curvyCorners(settings2,".ccbox");
}
*/
