
var AnalyticsArray=new Array();
function catchAnalyticEvent(args)
{
	var today       = new Date();
	var strYear     = today.getFullYear();
	var iMonth      = today.getMonth() + 1; // +1, we do NOT want zero-based month index
	var iDay		= today.getDate();
	var iHour		= today.getHours();
	var iMin		= today.getMinutes();
	var iSec		= today.getSeconds();
	//2008-07-08 22:45:03
	var Timestamp = strYear + "-" + iMonth + "-" + iDay + " " + iHour + ":" + iMin + ":" + iSec;
	AnalyticsArray.push(args + ","+Timestamp);
}
function uploadAnalytics()
{
	if (AnalyticsArray.length != 0)
	{
		var URL = "analytics.php"; 
		
		$.get(URL, {Analytics: $.toJSON(AnalyticsArray)}, function(x)
		{
			if (x.indexOf("ok") == -1) 	
			{
				//alert("Analytics Update Failed!\n" + x);
			} 
		});	
	}
	AnalyticsArray.length=0;
}

function ok()
{
	// do nothing;
}

function Failed()
{
	//alert("Analytic Failure!\n Please notify Chris.Gaudreau@monster.ca");
}

// JavaScript Document
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

$(document).ready(function(){
	MM_preloadImages('images/Nav/Nav_About_Off_Hover.gif',
				 'images/Nav/Nav_Why_Off_Hover.gif',
				 'images/Nav/Nav_Find_Off_Hover.gif',
				 'images/Nav/Nav_Day_Off_Hover.gif',
				 'images/Nav/Nav_Testimonials_Off_Hover.gif',
				 'images/Nav/Nav_Apply_Off_Hover.gif',
				 'images/Nav/Nav_About_On_Hover.gif',
				 'images/Nav/Nav_Why_On_Hover.gif',
				 'images/Nav/Nav_Find_On_Hover.gif',
				 'images/Nav/Nav_Day_On_Hover.gif',
				 'images/Nav/Nav_Testimonials_On_Hover.gif',
				 'images/About/Masthead.jpg',
				 'images/Why/Masthead.jpg',
				 'images/Fit/Masthead.jpg',
				 'images/Life/Masthead.jpg',
				 'images/Testimonials/Masthead.jpg',
  				 "images/Testimonials/Aaron.gif",
				 "images/Testimonials/Keith.gif",
				 "images/Testimonials/Amanda.gif",
				 "images/Testimonials/Colleen.gif",
				 "images/Testimonials/Kirill.gif",
				 "images/Testimonials/Kate.gif",
				 "images/Testimonials/Phyllis.gif",
				 "images/Testimonials/Arlene.gif",
				 "images/Testimonials/Ellen.gif",
				 "images/Testimonials/Warren.gif",
				 "images/Testimonials/Santosh.gif"
				 );
	Zurich.rollover.init();
});

Zurich = {};
Zurich.rollover =
{
   init: function()
   {
      this.preload();
      $(".navRO").hover(
         function () { $(this).css( 'background-image', Zurich.rollover.newimage($(this).css('background-image')) ); },
         function () { $(this).css( 'background-image', Zurich.rollover.oldimage($(this).css('background-image')) ); }
      );
   },
   preload: function()
   {
      $(window).bind('load', function() {
         $('navRO').each( function( key, elm ) { $('<img>').css( 'background-image', Zurich.rollover.newimage( $(this).css('background-image') ) ); });
      });
   },
   newimage: function( src )
   {
	  var a = src.search(/(\.[a-z\"\)]+)$/);
	  var b = src.match(/(\.[a-z\"\)]+)$/)[0];
	  var x = src.substring(0,  a) + '_Hover' + b;
	  return x;
   },
   oldimage: function( src )
   {	
	  var x =src.replace(/_Hover\./, '.');
	  return x;
   }
};

function initWhy()
{
	$(".WhyToggleBG").hover(
         function () { $(this).css( 'background-color', '#e2e8f1');},
         function () { $(this).css( 'background-color', '#ffffff');}
      );	
	
}
function popUpZurichMovie(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=320,height=180,left = 480,top = 422');");
return false;
}

function popUpWhyZurichMovie(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=320,height=203,left = 480,top = 422');");
return false;
}

var About = Array(4);
function initAbout() 
{
	About[1] = false;
	About[2] = false;
	About[3] = false;
	About[4] = false;	
}


function resetAboutContent()
{
	
	$("#AboutContent1").html("<strong>Our strengths</strong><br />We pride ourselves on our in-depth customer knowledge and insight<br /><span class='Arrow'>&raquo;</span>&nbsp;<a class='ArrowLink' href='#' id='AboutMoreLink1' onclick='return ExpandAbout1();' >more</a>");
	$("#AboutContent2").html("<strong>Our aspiration</strong><br />We aspire to become the leading global insurance group<br /><span class='Arrow'>&raquo;</span>&nbsp;<a class='ArrowLink' href='#' id='AboutMoreLink2' onclick='return ExpandAbout2();' >more</a>");
	$("#AboutContent3").html("<strong>Zurich in Canada</strong><br />Zurich is focused on developing unique solutions<br /><span class='Arrow'>&raquo;</span>&nbsp;<a class='ArrowLink' href='#' id='AboutMoreLink3' onclick='return ExpandAbout3();' >more</a>");
	$("#AboutContent4").html("<strong>World Travel Protection</strong><br />Focused on the business of health-focused assistance<br /><span class='Arrow'>&raquo;</span>&nbsp;<a class='ArrowLink' href='#' id='AboutMoreLink4' onclick='return ExpandAbout4();' >more</a>");
	$("#AboutContent1").css("background-color","#FFFFFF");
	$("#AboutContent2").css("background-color","#FFFFFF");
	$("#AboutContent3").css("background-color","#FFFFFF");
	$("#AboutContent4").css("background-color","#FFFFFF");
	About[1] = false;
    About[2] = false;
    About[3] = false;
    About[4] = false;

}

function ExpandAbout1()
{
	resetAboutContent();
	if (About[1] == false)
	{
		About[1] = true;
		catchAnalyticEvent("39");
		$("#AboutContent1").html("<strong>Our strengths</strong><br />We pride ourselves on our in-depth customer knowledge and insight, global network coupled with local expertise, quality of service and ease of doing business, strong capital base and wealth of talented employees, all strengthened by our brand and reputation.<br /><span class='Arrow'>&laquo;</span>&nbsp;<a class='ArrowLink' href='#' id='AboutMoreLink1' onclick='return resetAboutContent();' >less</a>");		
		$("#AboutContent1").css("background-color","#E2E8F1");
	} else {
		About[1] = false;
	}
	return false;
}
function ExpandAbout2()
{
	resetAboutContent();
	if (About[2] == false)
	{
		About[2] = true;
		catchAnalyticEvent("40");
		$("#AboutContent2").html("<strong>Our aspiration</strong><br />We aspire to become the leading global insurance group in our chosen markets, and to consistently deliver top-tier results for our shareholders. By so doing, we will create strong relationships with our customers, agents and brokers, and provide rewarding opportunities for our employees.<br /><span class='Arrow'>&laquo;</span>&nbsp;<a class='ArrowLink' href='#' id='AboutMoreLink2'  onclick='return resetAboutContent();' >less</a>");
		$("#AboutContent2").css("background-color","#E2E8F1");
	} else {
		About[2] = false;
	}
	return false;
}
function ExpandAbout3()
{
	resetAboutContent();
	if (About[3] == false)
	{
		About[3] = true;
		catchAnalyticEvent("41");
		$("#AboutContent3").html("<strong>Zurich in Canada</strong><br />In Canada, Zurich is focused on developing unique solutions for large Canadian corporations, Canadian-based multinationals, Canadian businesses with U.S. sales, transportation companies, and groups and associations. Our close working relationship with colleagues in the U.S. and around the world enables us to provide borderless insurance solutions to meet our customers' needs, regardless of their location.<br /><br />Zurich employs just over 500 people in Canada. Our Canadian head office is located in Toronto, and we have regional offices in Vancouver, Calgary, Edmonton, Montreal and Quebec City.<br /><span class='Arrow'>&laquo;</span>&nbsp;<a class='ArrowLink' href='#' id='AboutMoreLink3'  onclick='return resetAboutContent();' >less</a>");
		$("#AboutContent3").css("background-color","#E2E8F1");
	} else {
		About[3] = false;
	}
	return false;
}
function ExpandAbout4()
{
	resetAboutContent();
	if (About[4] == false)
	{
		About[4] = true;
		catchAnalyticEvent('42');
		$("#AboutContent4").html("<strong>World Travel Protection</strong><br />World Travel Protection Canada Inc. (WTP), is a member of the Zurich Financial Services Group. Focused on the business of health-focused assistance, WTP's multi-skilled, multilingual team operates in an exciting and fast-paced work environment out of its offices in Toronto and Montreal.<br /><span class='Arrow'>&laquo;</span>&nbsp;<a class='ArrowLink' href='#' id='AboutMoreLink4'  onclick='return resetAboutContent();' >less</a>");
		$("#AboutContent4").css("background-color","#E2E8F1");	
	} else {
		About[4] = false;
	}
	return false;
}

var Life = Array(4);
function initLife() 
{
	Life[1] = false;
	Life[2] = false;
	Life[3] = false;
	Life[4] = false;	
}
function resetLifeContent()
{
	
	$("#LifeContent1").html("<span class='LifeContentSubHead'>What does a Clinical Case Manager at Adjuvantz do?</span><br />Adjuvantz is a division of World Travel Protection that manages pharmaceutical companies' therapeutic call centres in<br />a compassionate and empathetic manner. I call patients who have been<br />prescribed a specific drug to answer any questions they may have and<br />ensure they are taking their medication correctly.<br /><span class='Arrow'>&raquo;</span>&nbsp;<a class='ArrowLink' href='#' onclick='return ExpandLife1();'>more</a> ");
	$("#LifeContent2").html("<span class='LifeContentSubHead'>Tell me about the Zurich Associate Program.</span><br />The Zurich Associate Program is a 10-month program that combines <br />classroom learning with hands-on experience through a rotation of<br />assignments in a range of Zurich's business areas. Associates get the<br />opportunity to live and work in a number of cities across North America<br />while learning the ins and outs of the insurance industry and experiencing the way Zurich operates. The program is a phenomenal way to build the foundation of a career with Zurich.<br /><span class='Arrow'>&raquo;</span>&nbsp;<a class='ArrowLink' href='#'  onclick='return ExpandLife2();'>more</a> ");
	$("#LifeContent3").html("<span class='LifeContentSubHead'>What does an Underwriting Specialist do?</span><br />I am essentially the go-to person for technical expertise within my unit. I<br />work with underwriters on complex quotes and I get called on to explain<br />underwriting decisions to brokers who may not understand or agree with<br />some elements of our pricing or policy terms.<br /><span class='Arrow'>&raquo;</span>&nbsp;<a class='ArrowLink' href='#'  onclick='return ExpandLife3();'>more</a>");
	$("#LifeContent4").html("<span class='LifeContentSubHead'>What does it mean to be a Claims Specialist in Zurich's Major Case<br />Unit?</span><br />I manage some of Zurich's biggest casualty cases. I investigate losses,<br />get involved in negotiations, work with lawyers on both sides of the fence<br />and help determine the best possible outcomes to very difficult and<br />sensitive situations.<br /><span class='Arrow'>&raquo;</span>&nbsp;<a class='ArrowLink' href='#'  onclick='return ExpandLife4();'>more</a> ");
	$("#LifeContentContainer1").css("background-color","#FFFFFF");
	$("#LifeContentContainer2").css("background-color","#FFFFFF");
	$("#LifeContentContainer3").css("background-color","#FFFFFF");
	$("#LifeContentContainer4").css("background-color","#FFFFFF");
}

function ExpandLife1()
{
	resetLifeContent();
	if (Life[1] == false)
	{
		Life[1] = true;
		catchAnalyticEvent('109');
		$("#LifeContent1").html("<span class='LifeContentSubHead'>What does a Clinical Case Manager at Adjuvantz do?</span><br />Adjuvantz is a division of World Travel Protection that manages pharmaceutical companies' therapeutic call centres in a compassionate and empathetic manner. I call patients who have been prescribed a specific drug to answer any questions they may have and ensure they are taking their medication correctly.<br /><br /><span class='LifeContentSubHead'>So, do you mostly handle out-bound calls?</span><br />No, I also answer calls from patients, as well as from doctors. And the outbound calls are not telemarketing; we're not selling anything. We're providing a service to ensure patients are able to take their drugs and that they have all their questions answered. People are actually very grateful to hear from us.<br /><br /><span class='LifeContentSubHead'>What do you mean 'if they are able to take their drugs'?</span><br />Some of the drugs we support are very costly and can be a financial burden for people without drug plans. We provide compassionate medication as well as financial assistance programs to people who are in positions of financial hardship. There is nothing like being able to tell a patient that you will give them free medication during a difficult period. I love making those calls.<br /><br /><span class='LifeContentSubHead'>What is the best aspect of your job?</span><br />I'd have to say it's the connection I make with patients and the role I play in helping make their lives better. Recently, a woman suffering from severe arthritis told me that she was able to wear her wedding ring for the first time in years as a result of one of the drugs we support. The excitement in her voice drove home the impact we help make for people. <br /><br /><span class='LifeContentSubHead'>What is the work culture like?</span><br />My team is great. This kind of work naturally attracts caring, compassionate people and those qualities are evident in the people with whom I work. We're also very collaborative - helping each other out to give the best information to patients and putting our heads to together to address tough issues.<br /><br /><span class='LifeContentSubHead'>How are the benefits?</span><br />They are good. In addition to medical, dental and a good pension plan, I receive physical fitness and transit reimbursements. These extras are important to me.<br /><br /><span class='LifeContentSubHead'>What kind of education, experience and skills do you need for this role?</span><br />We receive comprehensive training on the drugs we cover so medical education is not necessary, but a science background is a must. WTP has other call centre positions where science is not necessary, but you need it for my job. I am bilingual and people with both English and French language skills are always in demand.<br /><br />Two of the most important qualities to succeed at our call centre are a commitment to customer service excellence and a caring nature. When you're having the kinds of conversations I have, it can't be just business. You need to be empathetic and be able to put people at ease.<br /><br /><span class='LifeContentSubHead'>What would you say to people thinking about joining Zurich?</span><br />Before I joined Zurich, I had a preconceived notion of what a job at an insurance company would be; I thought it might be boring and bureaucratic. But it's not. It's challenging, rewarding and offers competitive pay and numerous benefits. And there are many different kinds of careers to consider. If people dig a little deeper into this company I'll bet they'll find something that fits.<br /><span class='Arrow'>&laquo;</span>&nbsp;<a class='ArrowLink' href='#' onclick='return ExpandLife1();' >less</a>");		
		$("#LifeContentContainer1").css("background-color","#E2E8F1");
	} else {
		Life[1] = false;
	}
	return false;
}

function ExpandLife2()
{
	resetLifeContent();
	if (Life[2] == false)
	{
		Life[2] = true;
		catchAnalyticEvent('110');
		$("#LifeContent2").html("Reynaldo recently joined Zurich's Specialties unit in Toronto following the successful completion of the Zurich Associate Program<br /><br /><span class='LifeContentSubHead'>Tell me about the Zurich Associate Program.</span><br />The Zurich Associate Program is a 10-month program that combines classroom learning with hands-on experience through a rotation of assignments in a range of Zurich's business areas. Associates get the opportunity to live and work in a number of cities across North America while learning the ins and outs of the insurance industry and experiencing the way Zurich operates. The program is a phenomenal way to build the foundation of a career with Zurich.<br /><br /><span class='LifeContentSubHead'>How did you get involved in the program?</span><br />I joined Zurich as a Claims Assistant as I was finishing up my degree. At first I wasn't sure whether there was a future for me in insurance, but my Chartered Insurance Professional coursework revealed a world of opportunities within this industry. When a colleague suggested the Associate Program, I jumped at the opportunity to kick-start my insurance career.<br /><br /><span class='LifeContentSubHead'>How was the experience for you?</span><br />It was second to none. I experienced and learned more during the 10 months of this program than I ever would have thought possible. I also got to meet and work with an amazing group of people - from my fellow associates to senior executives from across the company.<br /><br /><span class='LifeContentSubHead'>What was the best part of it?</span><br />For me, it was the travel and the opportunity to live and work in a number of cities across North America. I spent a considerable amount of time in Zurich's North American headquarters outside of Chicago and I worked in Atlanta, Cleveland, Pittsburgh and Toronto.<br /><br /><span class='LifeContentSubHead'>Was it intimidating to start over in a new city every couple of months?</span><br />It was at first, but I found my way. People were very friendly and colleagues in each city went out of their way to make me feel welcome and help me get settled.<br /><br /><span class='LifeContentSubHead'>What kind of people would you recommend for the Associate Program?</span><br />The program is very demanding. It seems to work well for people with drive and a desire and ability to work hard. People in the program also need to be flexible and be able to work both independently and in teams.<br /><br /><span class='LifeContentSubHead'>What was your key to success in the program?</span><br />No matter where I was assigned, I made a point of learning as much as possible. I think the people I was working with appreciated that I wanted to acquire a deep knowledge of their area and that I had a genuine interest in their field. <br /><br /><span class='LifeContentSubHead'>What would you say to new graduates considering applying to the Zurich Associate Program?</span><br />If they are hard workers who want to learn and are looking to build a career in a great company with endless opportunities, I would say go for it. There is no better way to start your career in this industry.<br /><span class='Arrow'>&laquo;</span>&nbsp;<a class='ArrowLink' href='#' onclick='return ExpandLife2();' >less</a>");
	$("#LifeContentContainer2").css("background-color","#E2E8F1");
	} else {
		Life[2] = false;
	}
	return false;
}
function ExpandLife3()
{
	resetLifeContent();
	if (Life[3] == false)
	{
		Life[3] = true;
		catchAnalyticEvent('111');
		$("#LifeContent3").html("<span class='LifeContentSubHead'>What does an Underwriting Specialist do?</span><br />I am essentially the go-to person for technical expertise within my unit. I work with underwriters on complex quotes and I get called on to explain underwriting decisions to brokers who may not understand or agree with some elements of our pricing or policy terms.<br /><br /><span class='LifeContentSubHead'>Sounds like a challenging role.</span><br />It is. That's why I love it. I am constantly getting involved in difficult accounts and tasked with finding solutions for non-standard risks. I love the delicate dance of finding creative solutions that are within the underwriting constraints of the organization. Every day is an adventure.<br /><br /><span class='LifeContentSubHead'>What skills are necessary for your role?</span><br />You absolutely need technical expertise, as the underwriting buck stops with you. You also need to be very organized and be able to prioritize and multi-task. It's a rare day that I get to come to work and accomplish everything on my to-do list or work on a single account. But that's what's makes this job so much fun.<br /><br /><span class='LifeContentSubHead'>Did you join Zurich as an underwriter?</span><br />No. I joined Zurich fresh out of school with a Bachelor of Arts degree. But once here, I was hungry to learn everything there was to know about insurance and risk management. Twenty-five years of learning has earned me numerous designations and the ability to tackle any underwriting challenge that gets thrown my way.<br /><br /><span class='LifeContentSubHead'>So, you have built your entire career with Zurich?</span><br />Yes. Zurich has been very supportive of my professional development. I have had numerous roles here and there is still a lot more room for me to grow. The kind of career you can build for yourself here really is amazing.<br /><br /><span class='LifeContentSubHead'>What else do you like about Zurich?</span><br />The people. I spend more time with my colleagues than with anyone, so it's important for me to enjoy the people with whom I work. It sounds a little clich&eacute;, but we work hard and play hard. That goes miles.<br /><span class='Arrow'>&laquo;</span>&nbsp;<a class='ArrowLink' href='#' onclick='return ExpandLife3();' >less</a>");
	$("#LifeContentContainer3").css("background-color","#E2E8F1");
	} else {
		Life[3] = false;
	}
	return false;
}
function ExpandLife4()
{
	resetLifeContent();
	if (Life[4] == false)
	{
		Life[4] = true;
		catchAnalyticEvent('112');
		$("#LifeContent4").html("<span class='LifeContentSubHead'>What does it mean to be a Claims Specialist in Zurich's Major Case Unit?</span><br />I manage some of Zurich's biggest casualty cases. I investigate losses, get involved in negotiations, work with lawyers on both sides of the fence and help determine the best possible outcomes to very difficult and sensitive situations.<br /><br /><span class='LifeContentSubHead'>That sounds like a lot of responsibility.</span><br />It is. It's also extremely challenging. But that's what I like about it. Being in a position in which I need to stretch myself has helped me develop professionally. It is satisfying to be able to track what I do to Zurich's bottom line and to help customers keep their premiums down and manage their reputations.<br /><br /><span class='LifeContentSubHead'>Describe your typical day.</span><br />There is no such thing, which is why I love working in claims. I am in the office much of the time, but I also spend time in mediations and in trials. My days vary depending on the cases I am working on, but they are always interesting.<br /><br /><span class='LifeContentSubHead'>What kinds of people excel in this type of a role at Zurich?</span><br />First and foremost, you need to be organized. As soon as you fall behind on something - and it's easy to do - you stop being proactive and spend your time putting out fires. You also need to be a fast learner and an independent worker - cases can move quickly and you need to keep on top of things and make decisions. And you need to be able to work well with others.<br /><br /><span class='LifeContentSubHead'>What are your colleagues like to work with?</span><br />The people are the best thing about Zurich. Zurich seems to attract very collaborative employees who are committed to seeing everyone succeed as a team.<br /><br />  <span class='LifeContentSubHead'>It sounds like Zurich is a good fit for you.</span><br />It is. Shortly after joining Zurich I participated in its Associate Program, which exposed me to every aspect of the business and enabled me to work in different offices and learn from colleagues from across North America. Working for a place that truly invests in its people is important to me. I also love the work, enjoy my colleagues and appreciate the work-life balance Zurich provides.<br /><span class='Arrow'>&laquo;</span>&nbsp;<a class='ArrowLink' href='#' onclick='return ExpandLife4();' >less</a>");
	$("#LifeContentContainer4").css("background-color","#E2E8F1");
	} else {
		Life[4] = false;
	}
	return false;
}


function JQueryFadeSwap(oldStuff, newStuff){
	  $(newStuff).hide(); // this handles browser differences, but also gives you a place to hook it 'out' animations for new
	  $(oldStuff).fadeOut(function(){ // you can add a callback to animations that run when the effect is completed
   	  	  //$(newStuff).css("display","block");
    	  $(newStuff).fadeIn(); // new appears after old is removed and old/new have been swapped
	  });
	  return false;
}








//new PeriodicalExecuter(uploadAnalytics, 15);



var TestimonialText = Array(12);
var TestimonialPhoto = Array(12);

TestimonialText[1] = "Zurich Canada has a small company feel while at the same time enjoying the financial stability and support of a large, international company.<br /><i>Aaron, Actuarial Manager</i>";
TestimonialText[2] = "With its global scope and an 'A' rating, Zurich provides the opportunity to collaborate with colleagues on the most complex risks out there.<br /><i>Keith, Underwriter<br />Seasoned insurance professional who recently returned to Zurich</i>";
TestimonialText[3] = "Zurich offers a generous benefits package. In addition to medical, dental and a good pension plan, I receive physical fitness and transit reimbursements. <br /><i>Amanda, Clinical Case Manager, WTP</i>";
TestimonialText[4] = "The people are the best thing about Zurich. Zurich seems to attract very collaborative employees who are committed to seeing everyone succeed as a team.<br /><i>Colleen, Claims Specialist</i>";
TestimonialText[5] = "Zurich's commitment to continuous learning helps employees turn jobs into careers.<br /><i>Kirill, Underwriter</i>";
TestimonialText[6] = "Zurich has given me the opportunity to learn and grow within my field, and I have had the opportunity to help Zurich attain its goals.<br /><i>Kate, Human Resources Representative</i>";
TestimonialText[7] = "Zurich has proven that it has the financial strength to withstand challenging economic times. <br /><i>Phyllis, IT Manager</i>";
TestimonialText[8] = "Zurich has been very supportive of my professional development. I have had numerous roles here and there is still a lot more room for me to grow.<br /><i>Arlene, Underwriting Specialist<br />Zurich employee for over 25 years</i>";
TestimonialText[09] = "The ability to buy and sell vacation time and participate in a flex day program are valuable benefits that help me balance work and life.<br /><i>Ellen, Compensation Specialist</i>";
TestimonialText[10] = "It's the people that make this company great. It's clear to all who join us that we are a collaborative team that values the diverse skills and backgrounds of our colleagues.<br /><i>Warren, Business Analyst, WTP</i>";
TestimonialText[11] = "Zurich is known around the world as a first-rate insurer. I am proud to work for a company with such a strong brand.<br /><i>Santosh, Finance Director</i>";
TestimonialPhoto[1] = "images/Testimonials/Aaron.gif";
TestimonialPhoto[2] = "images/Testimonials/Keith.gif";
TestimonialPhoto[3] = "images/Testimonials/Amanda.gif";
TestimonialPhoto[4] = "images/Testimonials/Colleen.gif";
TestimonialPhoto[5] = "images/Testimonials/Kirill.gif";
TestimonialPhoto[6]= "images/Testimonials/Kate.gif";
TestimonialPhoto[7]= "images/Testimonials/Phyllis.gif";
TestimonialPhoto[8]= "images/Testimonials/Arlene.gif";
TestimonialPhoto[9] = "images/Testimonials/Ellen.gif";
TestimonialPhoto[10] = "images/Testimonials/Warren.gif";
TestimonialPhoto[11] = "images/Testimonials/Santosh.gif";
var CurrentTestimonial = 1;
//setTimeout('cycleTestimonial()',15000);

function cycleTestimonials()
{
	CurrentTestimonial++;
	if (CurrentTestimonial == 12) {CurrentTestimonial = 1;}
	var Testimonial = TestimonialText[CurrentTestimonial];
	$('#Testimonials_Box').fadeOut("slow", function callback() {
		document.getElementById('Testimonials_Face').src = TestimonialPhoto[CurrentTestimonial];
		$('#TestimonialText').html(Testimonial);					
		$('#Testimonials_Box').fadeIn("slow");
	});
	
}