﻿		$(document).ready(function() {
			$('#fn').focus() ;

			$('#production').click(function() {
				window.location.href='production.php';
           }) ;
			$('#contact').click(function() {
				window.location.href='contact.php';
           }) ;
			$('#embody').focus(function() {
				document.getElementById('embody').select();
           }) ;

			$('#links').click(function() {
				window.location.href='#';
           }) ;
			$('#blog').click(function() {
				window.location.href='http://angelstapics.blogspot.com/';
           }) ;

			$('#privacy').click(function() {
				window.location.href='privacy.html';
           }) ;
			$('#trmcons').click(function() {
				window.location.href="asptcofuse.html";
           }) ;
			$('#jmbanner').click(function() {
			window.location.href="http://jaimesminute.tv/";
           }) ;
			$('#mdme01').click(function() {
			window.location.href="http://mydigitalminute.com/circumcision.php";
           }) ;
			$('#jme01').click(function() {
			window.location.href="http://www.youtube.com/watch?v=PQnS-GF7IbQ";
           }) ;
			$('#jme02').click(function() {
			window.location.href="http://www.youtube.com/watch?v=3eWBURRfq0g";
           }) ;
			$('#jme03').click(function() {
			window.location.href="http://www.youtube.com/watch?v=2daphQR6bg8";
           }) ;
			$('#jme04').click(function() {
			window.location.href="http://www.youtube.com/watch?v=EVtJ9jQAnVk";
           }) ;
			$('#jme05').click(function() {
			window.location.href="http://www.youtube.com/watch?v=WS6NJwJUqBc";
           }) ;
			$('#jme06').click(function() {
			window.location.href="http://www.youtube.com/watch?v=Pp5Jyixj8ug";
           }) ;
			$('#mdm').click(function() {
			window.location.href="http://mydigitalminute.com/";
           }) ;
			$('#scatpoop').click(function() {
			window.location.href="http://www.youtube.com/watch?v=1A2DT0azV7w&feature=plcp&context=C348d856UDOEgsToPDskLry2jenMH50BfxeNN2KfPY";
           }) ;
			$('#vtdr').click(function() {
			window.location.href="http://www.youtube.com/watch?v=DfK3Mn637YU&feature=plcp&context=C3026c63UDOEgsToPDskKGqyAsaHHeicpEBSrLkm-Y";
           }) ;
			$('#whitesheets').click(function() {
			window.location.href="http://www.youtube.com/watch?v=ah_ivBXOHmA";
           }) ;
			$('#secondface').click(function() {
			window.location.href="http://www.youtube.com/watch?v=Ee6YTKOLoXY&list=PL264590075C13D041&index=1&feature=plpp_video";
           }) ;
			$('#fbasp').click(function() {
			window.location.href="http://facebook.com/angelstationpictures/";
           }) ;
		   $('#aspl').click(function() {
				window.location.href="index.php";
           }) ;
			$('#sndmail').click(function() {
				if($('#fn').val() == '' ) {alert('Please enter a user name'); $('#fn').focus(); return;}
				if($('#emad').val() == '' ) {alert('Please enter an email address'); $('#emad').focus(); return;}
				if($('#emsubj').val() == '' ) {alert('Please enter a subject line'); $('#emsubj').focus(); return;}
				if($('#embody').val() == '' || $('#embody').val() == 'Enter your message here') {alert('Please enter a subject line'); $('#embody').focus(); return;}
 				$('#emasp').submit();
      }) ;
			$('#cancel').click(function() {$('#emasp').reset();});

	});


