/*
 * Name: init.js
 * Desc: JS to initialise page-specific behaviour.
 *
 * Copyright (c) 2009 Lost Boys NL.
 *
 */

// this should be the only ready-event used in the entire page.
$(document).ready(function() {
	$().replaceButtons({replacement:"<a href='#'><span>+value+</span></a>"});
	$('#container-tabs').tabs();
	
	swfobject.embedSWF('wp-content/themes/nuonsolar/static/swf/clock.swf', 'clock', '310', '151', '9.0.0', 'wp-content/themes/nuonsolar/static/swf/expressInstall.swf', {}, {}, {});
	
});