/* ======================================================================= */
/* = All scripts for site                                                = */
/* ======================================================================= */

/**
Swap Image
*/
$(document).ready(function() {
	
	$.swapImage(".swapImage");
	
});