var quiz = {
	questions : [
		{
			text : '1)	Which of the following regulations offers specific guidance to address virtualization security?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a.	PCI DSS',
				'b.	SOX',
				'c.	GLBA',
				'd.	HIPAA',
				'e.	None of the above'
			],
			answer : 4,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'What might the future hold for PCI and virtualization? Check out this <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1349685,00.html" target="_blank">preview of PCI virtualization specifications</a>.'
		},
		{
			text : '2)	Dealing with VM sprawl can be challenging. Which of the following best practices can help address it?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a.	Documentation',
				'b.	Process',
				'c.	Operational discipline',
				'd.	All of the above',
				'e.	None of the above'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Read more about <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1317683,00.html" target="_blank">building security into a virtualized server environment</a>.'
		},
		{
			text : '3)	Due to compliance concerns, using services in the cloud can be risky for many companies, especially concerning the storage of what?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a.	PII/PHI',
				'b.	Logs',
				'c.	Laptops/USB drives',
				'd.	Corporate user  IDs and passwords'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Interested in SaaS? Learn more about <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1337369,00.html" target="_blank">cloud compliance and managing SaaS risk</a>.'
		},
		{
			text : '4)	Securing data in the cloud is challenging in large part due to:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a.	Lack of customer demand for Web-based offerings.',
				'b.	Rapidly changing Web technologies without corresponding advances in security.',
				'c.	Lack of sufficient bandwidth on the Internet.',
				'd.	The questionable legality of putting customer data on the Web.'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Does <a href="http://searchsecurity.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid14_gci1344457,00.html" target="_blank">cloud-based antivirus provide better malware protection</a>? Read more.'
		},
		{
			text : '5)	One strategy that can help companies better protect themselves when outsourcing to the cloud is:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a.	Regularly auditing employees to make sure they are using the service properly.',
				'b.	Putting contractual terms in place to mandate security provisions and penalties for failure.',
				'c.	Only allowing the use of Firefox Web browser.',
				'd.	Having policies that limit when the service can be used.'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'What are the <a href="http://searchsecurity.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid14_gci1328492,00.html" target="_blank">security benefits of identity managed as a service</a>? Find out in this expert response.'
		}
	]
};