$(document).ready(function(){
	
	$("#contact").click(function(){ window.location = "mailto:albert@albertomoss.com" });
	if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
		//iPhone and iPod Stuff
		$("a.qt_link").remove();
		//Reel
	 	$("a.w_reel").attr("href", "iphone/Albert_Omoss-Reel_2010-iPHONE.mp4");
	 	$("a.w_reel").attr("target", "_self" );
	 	//Starburst
	 	$("a.w_starburst").attr("href", "iphone/Albert_Omoss-Starburst-iPHONE.mp4");
	 	$("a.w_starburst").attr("target", "_self" );
	 	//Virgin Galactic
	 	$("a.w_virgin").attr("href", "iphone/Albert_Omoss-Virgin_Galactic-iPHONE.mp4");
	 	$("a.w_virgin").attr("target", "_self" );
	 	//FuelTV
	 	$("a.w_fueltv").attr("href", "iphone/Albert_Omoss-FuelTV-iPHONE.mp4");
	 	$("a.w_fueltv").attr("target", "_self" );
	 	//USSR
	 	$("a.w_ussr").attr("href", "iphone/Albert_Omoss-USSR-iPHONE.mp4");
	 	$("a.w_ussr").attr("target", "_self" );
	 	//Frommers
	 	$("a.w_frommers").attr("href", "iphone/Albert_Omoss-Frommers-iPHONE.mp4");
	 	$("a.w_frommers").attr("target", "_self" );
	 	//Robot
	 	$("a.w_robot").attr("href", "iphone/Albert_Omoss-Robot-iPHONE.mp4");
	 	$("a.w_robot").attr("target", "_self" );
	 	//Intersection
	 	$("a.w_intersection").attr("href", "iphone/Albert_Omoss-Intersection-iPHONE.mp4");
	 	$("a.w_intersection").attr("target", "_self" );
	} else {
		
		$(".download_qt").hover(
				function() { $(this).attr("src", "images/download_mov-hover.gif"); },
				function() { $(this).attr("src", "images/download_mov.gif"); }
		);
		
		$(".download_pdf").hover(
				function() { $(this).attr("src", "images/resume_pdf-hover.gif"); },
				function() { $(this).attr("src", "images/resume_pdf.gif"); }
		);
		
		$("div.work_info").hide();
		//Reel
		$("a.w_reel").replaceWith('<img class="ssimage l_reel" src="images/reel_SS.jpg"/>');
		$(".l_reel").click(function(event){
	     	$(".s_reel").animate({ height: 368 }, 500);
	  		$(".i_reel").slideToggle();
	  		$(".l_reel").replaceWith('<object width="654" height="368"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12446891&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12446891&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="654" height="368"></embed></object>');
		});
		
		//Starburst
		$("a.w_starburst").replaceWith('<img class="ssimage l_starburst" src="images/starburst_SS.jpg"/>');
		$(".l_starburst").click(function(event){
			$(".s_starburst").animate({ height: 368 }, 500);
		 	$(".i_starburst").slideToggle();
		 	$(".l_starburst").replaceWith('<object width="654" height="368"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5598628&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5598628&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="654" height="368"></embed></object>');   
		});
		
		//Virgin Galactic
		$("a.w_virgin").replaceWith('<img class="ssimage l_virgin" src="images/virgin_SS.jpg"/>');
		$(".l_virgin").click(function(event){
			$(".s_virgin").animate({ height: 368 }, 500);
		 	$(".i_virgin").slideToggle();
		 	$(".l_virgin").replaceWith('<object width="654" height="368"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5926920&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5926920&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="654" height="368"></embed></object>');   
		});
		
		//FuelTV
		$("a.w_fueltv").replaceWith('<img class="ssimage l_fueltv" src="images/fueltv_SS.jpg"/>');
		$(".l_fueltv").click(function(event){
			$(".s_fueltv").animate({ height: 368 }, 500);
		 	$(".i_fueltv").slideToggle();
		 	$(".l_fueltv").replaceWith('<object width="654" height="368"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12523851&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12523851&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="654" height="368"></embed></object>');   
		});
		
		//USSR
		$("a.w_ussr").replaceWith('<img class="ssimage l_ussr" src="images/ussr_SS.jpg"/>');
		$(".l_ussr").click(function(event){
			$(".s_ussr").animate({ height: 368 }, 500);
		 	$(".i_ussr").slideToggle();
		 	$(".l_ussr").replaceWith('<object width="654" height="368"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12524099&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12524099&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="654" height="368"></embed></object>');   
		});
		
		//Frommer's
		$("a.w_frommers").replaceWith('<img class="ssimage l_frommers" src="images/frommers_SS.jpg"/>');
		$(".l_frommers").click(function(event){
			$(".s_frommers").animate({ height: 368 }, 500);
		 	$(".i_frommers").slideToggle();
		 	$(".l_frommers").replaceWith('<object width="654" height="368"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12524246&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12524246&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="654" height="368"></embed></object>');   
		});
		
		//Robot Runaway
		$("a.w_robot").replaceWith('<img class="ssimage l_robot" src="images/robot_SS.jpg"/>');
		$(".l_robot").click(function(event){
			$(".s_robot").animate({ height: 368 }, 500);
		 	$(".i_robot").slideToggle();
		 	$(".l_robot").replaceWith('<object width="654" height="368"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12524314&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12524314&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="654" height="368"></embed></object>');   
		});
		
		//Intersection
		$("a.w_intersection").replaceWith('<img class="ssimage l_intersection" src="images/intersection_SS.jpg"/>');
		$(".l_intersection").click(function(event){
			$(".s_intersection").animate({ height: 368 }, 500);
		 	$(".i_intersection").slideToggle();
		 	$(".l_intersection").replaceWith('<object width="654" height="368"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12524464&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12524464&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffd12f&amp;fullscreen=1&amp;autoplay=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="654" height="368"></embed></object>');   
		});
		
		//Rollovers
		$(function() {
			$("img.ssimage").hover(
				function() { $(this).attr("src", $(this).attr("src").replace(/_SS/i, '_SS-hover')); },
				function() { $(this).attr("src", $(this).attr("src").replace(/_SS-hover/i, '_SS')); }
			);
		});
	}
});

Cufon.replace('h2');