var SITE = { // info name : function(){ return 'Club de Video en Español'; }, description : function(){ return 'http://clubdevideoenespanol.com/'; }, copyright : function(){ return '© 2007 Club de Video en Español. Todos los derechos reservados.'; }, // author author : function(){ return 'Just Aquit'; }, author_url : function(){ return 'http://justaquit.com/'; }, // urls url : function(){ return 'http://clubdevideoenespanol.com'; }, url_data : function(){ return 'http://clubdevideoenespanol.com/data'; }, data_img : function(){ return 'http://clubdevideoenespanol.com/data/img'; }, data_swf : function(){ return 'http://clubdevideoenespanol.com/data/swf'; }, url_inc : function(){ return 'http://clubdevideoenespanol.com/includes'; }, url_lib : function(){ return ''; }, url_tpl : function(){ return ''; }, url_xtra : function(){ return ''; }, url_theme : function(){ return 'http://clubdevideoenespanol.com/themes/cve1'; }, url_css : function(){ return 'http://clubdevideoenespanol.com/themes/cve1/css'; }, url_img : function(){ return 'http://clubdevideoenespanol.com/themes/cve1/img'; }, url_js : function(){ return 'http://clubdevideoenespanol.com/themes/cve1/js'; }, url_swf : function(){ return 'http://clubdevideoenespanol.com/themes/cve1/swf'; }, url_feed : function(){ return 'http://clubdevideoenespanol.com/feed.xml'; } }