var quiz = {
	questions : [
		{
			text : 'The desktop virtualization trend could boost interest in this kind of technology.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Servers',
				'Fat clients',
				'Thin clients'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about how desktop virtualization could <a href="http://searchitchannel.techtarget.com/news/article/0,289142,sid96_gci1318519,00.html" target="_blank">increase adoption of thin clients</a>.'
		},
		{
			text : 'This kind of server provides greater processing power in less rack space, which reduces power consumption and simplifies cabling.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Blade servers',
				'Virtual servers',
				'Web servers'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about blade servers with our <a href="http://searchsystemschannel.techtarget.com/generic/0,295582,sid99_gci1298060,00.html" target="_blank">Blade Server Study Guide</a>.'
		},
		{
			text : 'This part of the enterprise, according to IDC, is responsible for more than half of all IT power consumption.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Desktops and workstations',
				'The data center',
				'Mail servers'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about <a href="http://searchitchannel.techtarget.com/news/article/0,289142,sid96_gci1281904,00.html" target="_blank">green technology for the data center</a>.'
		},
		{
			text : 'This storage technology can help unify storage administration, simplify migrations, maintain brand heterogeneity and improve utilization.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Application virtualization',
				'Storage virtualization',
				'Web-based storage'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Find out how to <a href="http://searchstoragechannel.techtarget.com/tip/0,289483,sid98_gci1299775,00.html" target="_blank">prepare your customers for storage virtualization</a>.'
		},
		{
			text : 'Hosted email archiving can benefit these kinds of companies.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Public companies',
				'Small and medium-sized businesses',
				'Both public companies and SMBs'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about offering <a href="http://searchstoragechannel.techtarget.com/generic/0,295582,sid98_gci1298332,00.html" target="_blank">hosted email archiving</a> in this edition of Channel Explained.'
		},
		{
			text : 'This emerging technology is a set of products whose purpose is to allow or deny access to endpoints.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Network access control',
				'Network intrusion detection',
				'Vulnerability scanning'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how to <a href="http://searchsecuritychannel.techtarget.com/generic/0,295582,sid97_gci1294505,00.html" target="_blank">implement network access control</a> products.'
		},
		{
			text : 'In disaster recovery, this term describes the point at which the cost of a service support contract is exceeded by the cost to the business in revenue lost through downtime.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Service-level agreement',
				'Recovery point objective ',
				'Recovery time objective'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how to determine <a href="http://searchstoragechannel.stage.techtarget.com/tip/0,289483,sid98_gci1281156,00.html" target="_blank">optimum recovery time objectives</a> for business continuity.'
		},
		{
			text : 'This company\'s Data Center 3.0 initiative centers around the idea that virtualization is not just for servers but the entire application delivery network and data center.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Microsoft',
				'Cisco',
				'VMware'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Read about <a href="http://searchitchannel.techtarget.com/news/article/0,289142,sid96_gci1318793,00.html" target="_blank">Cisco\'s Data Center 3.0</a> vision and how it\'s taking the data center virtual.'
		},
		{
			text : 'Wireless LAN access points are easiest to install when this type of switch is available.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Ethernet',
				'Power over Ethernet',
				'PBX'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more factors to consider when designing a LAN with this <a href="http://searchnetworkingchannel.techtarget.com/generic/0,295582,sid100_gci1317697,00.html" target="_blank">network design checklist</a>.'
		},
		{
			text : 'With the arrival of this kind of virtualization software, such as VMware Server ESX 3i, service providers may need to consider offering ancillary virtualization services beyond installation and configuration.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Embedded virtualization software',
				'Desktop virtualization software',
				'Application virtualization software'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about how <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1295447,00.html" target="_blank">virtualization services are changing</a> in the wake of VMware Server ESX 3i.'
		}
	]
};