// $cmignore

	$(document).ready(function(){
		$('.clk li').swtch({
			animations : [
				{
					properties : {
						bottom : [ '-=20' , 'swing'],
						opacity : [ 'toggle' , 'swing']
					},
					options : {
						duration : 500,
						queue : true
					}
				},
				{
					properties : {
						bottom : [ '-=20' , 'swing']
					},
					options : { 
						duration : 500,
						queue : true
					 }
				}
			],
		     	sherwin : true
		});
		$('.hldr li ul li a').wbtrnds({
			frog : { url : '/ask/video/frogs_commercial/', name : 'Ask SW - Frogs Commercial' },
			bees : { url : '/ask/video/bees_commercial/', name : 'Ask SW - Bees Commercial' },
			icecream : { url : '/ask/print/icecream/', name : 'Ask SW - Icecream Print Ad' },
			toy : { url : '/ask/print/toy/', name : 'Ask SW - Toy Print Ad' },
			flower : { url : '/ask/print/flower/', name : 'Ask SW - Flower Print Ad' },
			birdhouse : { url : '/ask/print/birdhouse/', name : 'Ask SW - Birdhouse Print Ad' }
		});
		$('.drpdn').drpdn();
		$("#zip").defaultInputText();
	});
		      
// $/cmignore
		      
		


	
		


