// JavaScript Document

var pqQuiz = {};

document.observe( "dom:loaded", function()
{
	try
	{
	pqQuiz = new FlashLoader( "pq-quiz-frame", 
	{
		uri: "/flash/landing/pq-quiz/quiz.swf",
		insertPosition: "bottom",
		id: "pq-quiz",
		width: 720,
		height: 540,
		name: "PowerQualityQuiz",
		backgroundColor: "#ffffff"
	});
	
	} catch( ex ) {
		
		alert( ex );
	}
});
