$(document).ready(function() {
	// Do not edit the following function calls:
	disableSubmit(); 
	
	// Call your functions here:
	initialiseFlashLink()

		
});

// Do not edit the following functions:

function disableSubmit() {
	$('input[@type=submit]').click(function(){ $(this).attr('disabled',true); });
}

// Your functions go here

function initialiseFlashLink() {
		$("#colophon").prepend("<li id=\"flash-link\"><a href=\"http://www.npower.com/bbec\">" + "Flash version" + "</a></li>");
	}