// IS

function chkIsKind(key, value) 
	
	{
    
	showHide('selectOrder');
    xGetElementById('search_target'+key).checked = true;
    xInnerHtml('search_target_label', value);
	
	}

(function($){

		$(document).ready(function() {
				$('#coin-slider').coinslider();
			

		$("img").hover(
		 function()
		 {
		  this.src = this.src.replace("_off","_on");
		 },
		 function()
		 {
		  this.src = this.src.replace("_on","_off");
		 }
		);

		$("input").hover(
		 function()
		 {
		  this.src = this.src.replace("_off","_on");
		 },
		 function()
		 {
		  this.src = this.src.replace("_on","_off");
		 }
		);
		

		$("#twitter").getTwitter({
			userName: "jquery",
			numTweets: 1,
			loaderText: "loading...",
			slideIn: true,
			slideDuration: 750,
			showHeading: true,
			headingText: "XE Factory on Twitter!",
			showProfileLink: false,
			showTimestamp: true
		});
		
		});

})(jQuery);
