footnotes = new Footnotes();

function getFootnotes() {
	var arrFootnotes = new Array();

	/* Footnotes terms */
	arrFootnotes[0]  = arrFootnotes['f1'] = new Array('1', '<p>1. When fully charged. Actual results may vary based on product settings, usage patterns and environmental conditions. </p>');
	arrFootnotes[1]  = arrFootnotes['f2'] = new Array('2', '<p>2. Compatible BRAVIA<sup>&#174;</sup> HDTV, and component cable (sold separately) required for PhotoTV HD viewing. Specifications of the BRAVIA HDTV shown vary according to market region. </p>');


	return arrFootnotes;
}

