$(document).ready(function() 
{
var page = location.hash;
switch(page)
{
case "#bling":
$.fn.colorbox({open:"true", width:"90%", inline:true, href:"#inlineBlogBling"});
break;    
case "#signatures":
$.fn.colorbox({open:"true", width:"90%", inline:true, href:"#inlineEmailSignature"});
break;
}	
	// lightbox
	$("#blogBling").colorbox({width:"90%", inline:true, href:"#inlineBlogBling"});
	$("#emailSignature").colorbox({width:"85%", inline:true, href:"#inlineEmailSignature"});
	
	// spread the word
	var focusval = "";
	var focusfld = "";
	
	$(".spreadForm input").focus(function () {
		 if (focusval != "") { if ($(focusfld).val() == "") { $(focusfld).val(focusval); } }
         focusval = $(this).val();
		 focusfld = $(this);
		 if (focusval.substring(0,5) == "Your ") { $(this).val(''); }
    });
	$("#recipient_name").keyup( function(){ $(".friendName").html( $("#recipient_name").val() ); } );
	$("#sender_name").keyup( function(){ $(".yourName").html( $("#sender_name").val() ); } );
}); 

function sendAgain() 
{
	$.fn.colorbox.close();
}

function senditc(e) {
   var senddata = "recipient_name="+$("#recipient_name").val()+"&mailto="+$("#recipient_email").val()+"&sender_name="+$("#sender_name").val()+"&sender_email="+$("#sender_email").val();
   EP.send_mail('SpreadtheWord',senddata,spreadResponse);
}

function spreadResponse(response) {
   if (response.success) {
	 
	 var scriptObj = document.createElement("script");
     scriptObj.type = "text/javascript";
     scriptObj.src = "https://view.atdmt.com/jaction/mrtity_FY10TechEd2010DwnMClCYBEmailCon_1";
     document.getElementsByTagName("head")[0].appendChild(scriptObj);
	 /*newImg = $('<img width="1" height="1" src="https://view.atdmt.com/iaction/mrtity_FY10TechEd2010DwnMClCYBEmailCon_1" />');
	 $("#rioTT").html("");
 	 $("#rioTT").html(newImg);*/
	 $(".friendName").html("Your boss’ name");
	 $(".yourName").html("Your name");
	 $("#recipient_name").val("Your boss’ name");
	 $("#recipient_email").val("Your boss’ e-mail address");
	 $("#sender_name").val("Your name");
	 $("#sender_email").val("Your e-mail address");
	 $("#msgresult").html("Thank you for trying to convince your boss");
	 $("#msgsendagain a").html("Download the key talking points to make your case");
	 $("#msgsendagain a").attr("href", "/p/TENA10/resources/Teched2010_ConvinceYourBoss.pdf");
	 $.fn.colorbox({open:"true", width:"30%", inline:true, href:"#inlineSpreadAgain"});
   } else { 
     alert(response.message);
   }
}

function onePager()
{
	var scriptObj = document.createElement("script");
    scriptObj.type = "text/javascript";
    scriptObj.src = "https://view.atdmt.com/jaction/mrtity_FY10TechEd2010DwnMClCYBOnePagerCon_1";
    document.getElementsByTagName("head")[0].appendChild(scriptObj);

	/*newImg = $('<img width="1" height="1" src="https://view.atdmt.com/iaction/mrtity_FY10TechEd2010DwnMClCYBOnePagerCon_1" />');
 	$("#rioTT").html("");
	$("#rioTT").append(newImg);*/
	 
	do { curDate = new Date(); }
    while (curDate - date < 1000);
	
	return true;
}
