// JavaScript Document
			$(document).ready( function(){
				$('#coin-slider').coinslider({ width: 670, navigation: true, delay: 10000 });
				$(".header-inner")._styleinit();
				$("#address").hover(
				function(){
					$(".google-frame").fadeIn(100);				 
				},
				function(){
					$(".google-frame").fadeOut(100);				 
				});
				setTimeout("$('.story-slider').storySlide();", 10000);
				$(".google-icon").click(function(){ window.open("http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=335+Record+Street,+%23155+Reno,+NV+89512+&sll=37.0625,-95.677068&sspn=49.176833,95.361328&ie=UTF8&hq=&hnear=335+Record+St,+Reno,+Washoe,+Nevada+89501&z=16", "Google Map") });
				
				setTimeout('$("p.active-q").quoter();', 10000);
				
				
				$(".story-cont h3").click(function(){
						$(this)._storyC();					   
				});
			});


