// JavaScript Document
// ELIAS PUT HERE TO BYPASS WORDPRESS EVERYTHING
// These items can be found in wp-content/themes/overall/framework/options/option_dynamic_vars.php

/* get site url */
$site_url = "www.nariel.com";
/* get cufon active */
$cufon_active = 1;

/* getting fade slider settings */
$fade_slider_speed = 5000;

/* getting nivo slider settings */
$nivo_slider_speed = 5000;
$nivo_slider_effect = 'random';


/* gettings menu colors */
$main_menu_color = '#385064';
$main_menu_over_color = '#6796af';	
