	$(document).ready(function(){

				//Examples of how to assign the ColorBox event to elements
				$("a[rel='photo1']").colorbox({transition:"fade"});
			

				$("a[rel='photo2']").colorbox();
				$("a[rel='fokusresim']").colorbox();
				$(".video1").colorbox();

				//$("a[rel='photo1']").colorbox({open: true});
					
	
				$(".toggle_container").hide();
				$("p.trigger").click(function(){
					
					$("a.soru").toggle();
					
					$(this).toggleClass("active").next().slideToggle("fast");	
				//	document.forms.form1.elements.adsoyad.focus();
	
					});


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

