// 
<!--
window.addEvent('domready',function(){
	

		//SAMPLE 5 (mode: vertical, using "onWalk" )
		var info5 = $('info5').set('opacity',0.7);
		var sampleObjectItems =[
			
				{title:'Client: R.Sridhar ( Ex-Director at  Ogilvy & Mather )<br>IdeasRS is a Professional Consulting Firm that focuses on Business Innovation and Creativity.', autor:'Website, Branding <br>Creativity and fun were of primary importance to the client as it echos the sentiment of the site. The graphics produced were key in achieveing that effect.', link:'http://www.ideasrs.com'},
			
			{title:'Client: E-valueshops <br>E-valueshops is an export-registered software house based out of India.', autor:'Website Design, layout & Content Updates <br>The Layout was designed to achieve a look of simplicity and sophistication. The font used: Century Gothic, for a clean look.', link:'http://www.evalueshops.com'},
			
		{title:'Client: L.N.Kollengode ( Ex-Vice President of ITC )br>Is an expert in technology sourcing, technology transfer and other technology commercialisation projects and Super Solution is his venture.', autor:'Website, Branding <br>Planning and layout of this site was key in delivering its message.', link:'http://www.super-solution.com/index.php'},
			
			{title:'Client: Balaji Ramanathan <br>This site is an homage to his late father, perhaps the most famous carnatic Musician ever: M.D Ramanathan.', autor:'Website design & Layout <br>The site was designed keeping in mind the dedication to deliver a simple, sweet sentiment.', link:'http://www.mdramanathan.com'},
			
			{title:'Client: Rohan Krishnamurthy <br>This is the personal site of a percussion prodigy, a vistuoso in Indian Percussion.', autor:'Website design & Layout <br>A fun, vibrant site was in order to capture the talent of this young and up-coming musician. The colors of the site are a key factor in that effort.', link:'http://www.rohanrhythm.com'},
			
			{title:'Client: Planet Connect <br>Specspeople.com sells affordable prescription eye-glasses in the US.', autor:'Website design, Layout & Branding.<br>A clean site that focuses on functionality and ease of use.', link:'http://www.specspeople.com/default.aspx'},
			
			{title:'Client: Planet Connect <br>Contactforlenses.com a top online  retailer who sells branded designer eyewear in the UK.', autor:'Website design, Layout & Branding.<br>Currently undergoing a complete re-vamp.', link:'http://www.contactforlenses.com'},
			
			{title:'Client: Planet Connect <br>Lens planet.com is an e-commerce website that sells contact lenses in the UK.', autor:'Website design, Layout & Branding.<br>Again the layout here was made keeping functionality and ease of use in mind.', link:'http://www.lensplanet.com'},
			
			{title:'Client: Chitravina Ravikiran <br>The personal website of a child prodigy and now eminnent and versatile musician who is a vocalist, Chitravina virtuoso, Composer and teacher.', autor:'Website design & Layout <br>A multi-functional website for a multifaceted entrepreneur and philanthropist. Many aspects of this site were the personal choices of the client.', link:'http://www.ravikiranmusic.com'}
		];
		var nS5 = new noobSlide({
			mode: 'vertical',
			box: $('box5'),
			size: 850,
			items: sampleObjectItems,
			addButtons: {
				previous: $('prev5'),
				play: $('play5'),
				stop: $('stop5'),
				next: $('next5')
			},
			onWalk: function(currentItem){
				info5.empty();
				new Element('h4').set('html','<a href="'+currentItem.link+'" target="_new">link</a>'+currentItem.title).inject(info5);
				new Element('p').set('html','<b>Solution/Service Provided</b>: '+currentItem.autor).inject(info5);
				new Element('p').set('html',currentItem.date).inject(info5);
			}
		});

		

	});

//-->
