$(document).ready(function(){
	// Rollovers
	$(".rollover").hover(function(){
		this.src = this.src.replace("_off","_on");
	},
	function(){
		this.src = this.src.replace("_on","_off");
	});		  
	$(".rollover").each(function(){
		rollover_src = $(this).attr("src");
		rollover_activate = rollover_src.replace(/_off/gi, "_on");
		$("<img>").attr("src", rollover_activate);
	});
	// qTip
	$('div.site_updates img').removeAttr('alt');
	$('div.site_updates img').removeAttr('title');
	$('div.site_updates ul li').each(function(){
		$(this).children('img').children('p').children('a').removeAttr('title');
		$(this).qtip({
			content: $(this).children('span.hidden'),
			hide: {
				delay: 0,
				effect: {
					length: 0,
					type: 'none'
				},
				event: 'mouseover'
			},
			position: {
				adjust: {
					screen: true,
					x: -6,
					y: 48
				},
				corner: {
					target: 'rightMiddle',
					tooltip: 'bottomLeft'
				},
				target: 'mouse'
			},
			show: {
				delay: 0,
				effect: {
					length: 0,
					type: 'none'
				},
				event: 'mouseover'
			},
			style: {
				'background': '#000',
				'border': '0',
				'color': '#808080',
				'padding': '3px 5px 3px 5px',
				'text-align': 'left',
				width: {
					max: 500
				}
			}
		});
	});
	// Statistics
	function clicky_get_cookie( name ) {
		var ca = document.cookie.split(';');
		for( var i in ca ) {
			if( ca[i].indexOf( name+'=' ) != -1 ) return decodeURIComponent( ca[i].split('=')[1] );
		}
		return '';
	}
	var clicky_custom = {};
	clicky_custom.session = { username: clicky_get_cookie( 'comment_author_5194f23ddd5bd08028f8798a8be7fc7f' ) };
	var clicky={init:function(){clicky.img=new Image();clicky.img_base="http://static.getclicky.com/in.php?site_id=17906&srv=db2"+"&res="+screen.width+"x"+screen.height+"&lang="+(navigator.language||navigator.browserLanguage).substr(0,2);if(clicky_custom.session){for(var i in clicky_custom.session){clicky.img_base+="&custom["+clicky.enc(i)+"]="+clicky.enc(clicky_custom.session[i]);}}if(clicky_custom.goal){for(var i in clicky_custom.goal){clicky.img_base+="&goal["+clicky.enc(i)+"]="+clicky.enc(clicky_custom.goal[i]);}}var r=RegExp("^https?://[^/]*"+location.host.replace(/^www\./i,"")+"/","i").test(document.referrer)?"":clicky.enc(document.referrer);if(clicky_custom.pageview_disable){clicky.img_base+="&ref="+r;}else{clicky.img.src=clicky.img_base+"&ref="+r+"&title="+clicky.enc(clicky_custom.title?clicky_custom.title:document.title)+"&href="+clicky.enc(clicky_custom.href?clicky_custom.href:location.pathname+location.search)+"&x="+Math.random();}clicky.add_event(window,'load',clicky.advanced);},isset:function(e){return(typeof(window[e])!="undefined");},enc:function(e){return window.encodeURIComponent?encodeURIComponent(e):escape(e);},log:function(href,title,type){type=type||"click";if(type=="pageview")href=href.replace(/^https?:\/\/([^\/]+)/i,"");clicky.img.src=clicky.img_base+"&type="+type+"&title="+clicky.enc(title)+"&href="+clicky.enc(href)+"&x="+Math.random();clicky.pause();},pause:function(x){var now=new Date();var stop=now.getTime()+(x||clicky_custom.timer||500);while(now.getTime()<stop)var now=new Date();},goal:function(id,revenue){clicky.img.src=clicky.img_base+"&type=goal&goal[id]="+id+"&goal[revenue]="+revenue+"&x="+Math.random();},add_event:function(e,type,func){if(e.addEventListener){e.addEventListener(type,func,false);}else if(e.attachEvent){e.attachEvent("on"+type,func);}},download:function(e){clicky.img_src(e,"download");},outbound:function(e){clicky.img_src(e,"outbound");},click:function(e){clicky.img_src(e,"click");},img_src:function(e,type){obj=clicky.get_target(e);clicky.log(clicky.get_href(obj),clicky.get_text(obj),type);},get_text:function(e){do{var txt=e.text?e.text:e.innerText;if(txt)return txt;if(e.alt)return e.alt;if(e.title)return e.title;if(e.src)return e.src;e=clicky.get_parent(e);}while(e);return"";},get_href:function(e){do{if(e.href&&!e.src)return e.href;e=clicky.get_parent(e);}while(e);return"";},get_parent:function(e){return e.parentElement||e.parentNode;},get_target:function(e){if(!e)var e=window.event;var t=e.target?e.target:e.srcElement;if(t.nodeType&&t.nodeType==3)t=t.parentNode;return t;},advanced:function(){if(clicky_custom.advanced_disable)return;var is_download=new RegExp("\\.(7z|aac|avi|csv|doc|exe|flv|gif|gz|jpe?g|js|m4a|mp(3|4|e?g)|mov|ods|pdf|phps|png|ppt|rar|sit|tar|torrent|txt|wma|wmv|xls|xml|zip)$","i");var is_link=new RegExp("^(https?|ftp|telnet|mailto):","i");var is_link_internal=new RegExp("^https?:\/\/(.*)"+location.host.replace(/^www\./i,""),"i");var a=document.getElementsByTagName("a");for(var i=0;i<a.length;i++){if(a[i].className.match(/clicky_log/i)){if(a[i].className.match(/clicky_log_download/i)){clicky.add_event(a[i],"mousedown",clicky.download);}else if(a[i].className.match(/clicky_log_outbound/i)){clicky.add_event(a[i],"mousedown",clicky.outbound);}else{clicky.add_event(a[i],"mousedown",clicky.click);}}else{if(is_link.test(a[i].href)&&!a[i].className.match(/clicky_ignore/i)){if(is_download.test(a[i].href)){clicky.add_event(a[i],"mousedown",clicky.download);}else if(!is_link_internal.test(a[i].href)){clicky.add_event(a[i],"mousedown",clicky.outbound);}}}}}};if(!clicky.isset("clicky_custom"))clicky_custom={};if(clicky.isset("clicky_page_title"))clicky_custom.title=clicky_page_title;if(clicky.isset("clicky_advanced_disable"))clicky_custom.advanced_disable=1;if(clicky.isset("clicky_pause_timer"))clicky_custom.timer=clicky_pause_timer;if(clicky.isset("clicky_custom_session"))clicky_custom.session=clicky_custom_session;if(clicky.isset("clicky_goal"))clicky_custom.goal=clicky_goal;clicky.init();
});