wp_register_script( ‘isotope’, get_template_directory_uri().’/js/isotope.js’,”,”,true);
wp_enqueue_script(‘isotope’);
wp_register_script( ‘easing’, get_template_directory_uri().’/js/easing.js’,”,”,true);
wp_enqueue_script(‘easing’);
wp_register_script( ‘main’, get_template_directory_uri().’/js/main.js’,”,”,true);
wp_enqueue_script(‘main’);
wp_register_script( ‘fancybox’, get_template_directory_uri().’/js/jquery.fancybox.js’,”,”,true);
wp_enqueue_script(‘fancybox’);
wp_register_script( ‘totop’, get_template_directory_uri().’/js/jquery.ui.totop.js’,”,”,true);
wp_enqueue_script(‘totop’);
wp_register_script( ‘custom_js1′, get_template_directory_uri().’/js/jquery.validate.min.js’,”,”,true);
wp_enqueue_script(‘custom_js1’);
wp_register_script( ‘custom_js2′, get_template_directory_uri().’/js/jquery-ui-1.10.3.custom.min.js’,”,”,true);
wp_enqueue_script(‘custom_js2’);
wp_register_script( ‘custom_js3′, get_template_directory_uri().’/js/jquery.carouFredSel-6.2.1-packed.js’,”,”,true);
wp_enqueue_script(‘custom_js3’);
wp_register_script( ‘custom_js6′, get_template_directory_uri().’/js/appear.js’,”,”,true);
wp_enqueue_script(‘custom_js6’);
wp_register_script( ‘custom_js4′, get_template_directory_uri().’/js/parallax.js’,”,”,true);
wp_enqueue_script(‘custom_js4’);
wp_register_script( ‘custom_js5′, get_template_directory_uri().’/js/global.js’,”,”,true);
wp_enqueue_script(‘custom_js5’);
wp_register_script( ‘imagescale’, get_template_directory_uri().’/js/imagescale.js’,”,”,true);
wp_enqueue_script(‘imagescale’);
wp_register_script( ‘transit’, get_template_directory_uri().’/js/transit.js’,”,”,true);
wp_enqueue_script(‘transit’);
wp_register_script( ‘ajaxcomments’, get_template_directory_uri().’/js/ajaxcomments.js’,”,”,true);
wp_enqueue_script(‘ajaxcomments’);
wp_localize_script(‘ajaxcomments’, ‘addict_script_vars’, array(
‘success’ => __(‘Thanks for your comment. We appreciate your response.’, ‘addict’),
‘error’ => __(‘Please wait a while before posting your next comment!’, ‘addict’),
‘info’ => __(‘Processing…’, ‘addict’),
‘error2’ => __(‘You might have left one of the fields blank, or be posting too quickly!’, ‘addict’)