/*!
 * Copyright 2011 Pebble Design Pty Ltd. All Rights Reserved.
 * All JS libraries copyrighted to their respective owners.
 * Authors: Reiss Watts, Gary Swanepoel //////////////////
 * //////////////////////////////////////////////////////
 * JavaScript: Custom.onload.js
 */

/*!
 * Run before PAGE is loaded
 */

(function($) {

	//alert("START - Custom.onload.js");

/*-- START ------------------------------------*/



/*-- END --------------------------------------*/

	//alert("END - Custom.onload.js");

})(jQuery);

/*!
 * Run after PAGE is loaded
 */

jQuery(window).load(function() {

	//alert("START - Custom.onload.js - Page Loaded");

/*-- START ------------------------------------*/



/*-- END --------------------------------------*/

	//alert("END - Custom.onload.js - Page Loaded");

});
