/*

File: custom.js

For: Pixelation
Author: Luke Smith - HisHandiwork.biz
Created: 04/11/11


/* 4 *** JMENU */
jQuery(document).ready(function() {
    $('#menu').jmenu({
	    animation:'slide',
	    duration:300
    });
});
