function random_text()
		{};
		var random_text = new random_text();
		var number = 0;
		
		
		random_text[number++] = "<img src=http://media.ticketmaster.com/en-us/img/static/careers/testimonial-debbie.jpg height=190 width=190 border=0 /><p><b>Debbie - Technology</b><br>There's never a dull moment at Ticketmaster.  I am constantly learning and growing in my role because of the diverse, challenging work, and I feel empowered to make a difference.  I'm surrounded by hardworking and dedicated individuals who collaborate to deliver exciting products.  There are also plenty of team building activities, and I've made some great friends along the way."
		
		
		random_text[number++] = "<img src=http://media.ticketmaster.com/en-us/img/static/careers/testimonial-roy.jpg height=190 width=190 border=0 /><p><b>Roy - International Event Services</b><br>I work as an Event Services Coordinator in Melbourne, Australia, my hometown. I started my Ticketmaster career in the Call Centre in Toronto, Canada in 2001, where I also worked in distribution and box office. It was then that I saw Ticketmaster was a great company full of friendly people. On my return to Australia I worked in the Melbourne Call Centre before moving on to an exciting role with the Melbourne 2006 Commonwealth Games ticketing team. I continue to do exciting work with a great team."
		
		random_text[number++] = "<img src=http://media.ticketmaster.com/en-us/img/static/careers/testimonial-matt2.jpg height=190 width=190 border=0 /><p><b>Adam - Global Operations</b><br>I've worked for Ticketmaster for almost 10 years mainly in client services and operations, but starting as a call centre agent while I was at university.  What I love most about Ticketmaster is the industry we work in and the people I work with.  I can't imagine another industry being so much fun; getting involved with high profile events like Rugby World Cup, European Football Championships, Wimbledon Tennis and the Olympics is fantastic!"
		
		random_text[number++] = "<img src=http://media.ticketmaster.com/en-us/img/static/careers/testimonial-marnye.jpg height=190 width=190 border=0 /><p><b>Marnye - Marketing</b><br>From the time I started, Ticketmaster has grown tremendously and it is rewarding to see the growth and know that I have been a part of it. From the beginning, I was supported and encouraged to develop my career within the company, and because of this I see no limits to the possibilities for Ticketmaster employees. The variety of work combined with the skill and enthusiasm of co-workers makes Ticketmaster an exciting and dynamic workplace."
		
		random_text[number++] = "<img src=http://media.ticketmaster.com/en-us/img/static/careers/testimonial-christina.jpg height=190 width=190 border=0 /><p><b>Christina - Marketing</b><br>I love working with such a diverse array of clients, including giants in the worlds of professional sports, Broadway theatre, family entertainment and the music industry.  I have day-to-day interaction with professionals who are as interesting and dynamic as the industry itself.  The constant development at Ticketmaster, including technological advances, international expansion and our ever-expanding portfolio of marketing tools and programs, offers lots of opportunity to participate, learn and grow."
		
		random_text[number++] = "<img src=http://media.ticketmaster.com/en-us/img/static/careers/testimonial-tim.jpg height=190 width=190 border=0 /><p><b>Tim - Information Systems</b><br>I came to Ticketmaster because I was looking for a change in my personal quality of life. As a former consultant, my life was of a \"road-warrior,\" and I didn't get to enjoy the true office experience.  Now, I get to come to a job I like, bagel Fridays, and company sponsored events like monthly happy hours, and movie screenings. I work with a great team and find my job both challenging and rewarding. Ticketmaster employees can also explore career options at any of the other 60 IAC businesses."
		
		random_text[number++] = "<img src=http://media.ticketmaster.com/en-us/img/static/careers/testimonial-stephen.jpg height=190 width=190 border=0 /><p><b>Stephen - IT</b><br>Ticketmaster has been great place to work for many reasons.  I have met many interesting people who share my passion for information technology.  My job challenges my skills and is helping me grow as an IT professional.  I am always doing new and different things; one day is never the same as the last.  I also enjoy the friendly environment my co-workers provide.  I could not have asked for a better opportunity."
			
		random_text[number++] = "<img src=http://media.ticketmaster.com/en-us/img/static/careers/testimonial-joe.jpg height=190 width=190 border=0 /><p><b>Joe - IT</b><br>Having previously worked in \"stiff\" corporate environments, Ticketmaster was a pleasant change for me.  There is a casual atmosphere here as well as a sense of camaraderie.  I started out as a help desk representative, and have since been promoted to the Support team.  I brought a strong work ethic here, and have been pleased to find like-minded people and an environment that has taught me much more than I ever learned in any classroom."
		
		random_text[number++] = "<img src=http://media.ticketmaster.com/en-us/img/static/careers/testimonial-jakob.jpg height=190 width=190 border=0 /><p><b>Jacob - Technology</b><br>I joined the Ticketmaster family a little over a year ago. Initially I was working as a contractor but 6 months later my position became permanent. I love working here. I am surrounded by an amazing group of individuals. Each day is different and brings new problems and solutions. There are also many other opportunities to work for one of the IAC sister companies or even international Ticketmaster offices.  I recommend everyone try this experience and I guarantee you will not be disappointed."
		


	var random_number = Math.floor(Math.random() * number);
	document.write(random_text[random_number]);
	
	
	
	