Afetec_Web/db/afetec.sql
2011-10-25 16:20:58 +00:00

1258 lines
2.0 MiB
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- phpMyAdmin SQL Dump
-- version 3.4.5
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tiempo de generación: 25-10-2011 a las 16:12:04
-- Versión del servidor: 5.5.16
-- Versión de PHP: 5.3.8
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Base de datos: `afetec`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wpr3ss_commentmeta`
--
CREATE TABLE IF NOT EXISTS `wpr3ss_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wpr3ss_comments`
--
CREATE TABLE IF NOT EXISTS `wpr3ss_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_approved` (`comment_approved`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Volcado de datos para la tabla `wpr3ss_comments`
--
INSERT INTO `wpr3ss_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Sr WordPress', '', 'http://wordpress.org/', '', '2011-10-20 18:53:37', '2011-10-20 18:53:37', 'Hola, esto es un comentario.<br /> Para borrar un comentario sólo tienes que entrar y ver los comentarios de la entrada. Entonces tendrás la opción de editar o borrar.', 0, 'post-trashed', '', '', 0, 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wpr3ss_links`
--
CREATE TABLE IF NOT EXISTS `wpr3ss_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
--
-- Volcado de datos para la tabla `wpr3ss_links`
--
INSERT INTO `wpr3ss_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES
(8, 'http://192.168.0.2/afetec/wp-content/uploads/2011/10/serviber-ge-afetec.pdf', 'Serviger GE', 'http://192.168.0.2/afetec/wp-content/themes/positive/lib/icons/Standard%20Icons/page.png', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(9, 'http://192.168.0.2/afetec/wp-content/uploads/2011/10/simodec-afetec.pdf', 'Simodec', 'http://192.168.0.2/afetec/wp-content/themes/positive/lib/icons/Standard%20Icons/page.png', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wpr3ss_options`
--
CREATE TABLE IF NOT EXISTS `wpr3ss_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`blog_id` int(11) NOT NULL DEFAULT '0',
`option_name` varchar(64) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=694 ;
--
-- Volcado de datos para la tabla `wpr3ss_options`
--
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, 'siteurl', 'http://192.168.0.2/afetec', 'yes'),
(2, 0, 'blogname', 'Afetec', 'yes'),
(3, 0, 'blogdescription', 'Otro sitio realizado con WordPress', 'yes'),
(4, 0, 'users_can_register', '0', 'yes'),
(5, 0, 'admin_email', 'darranz@rodax-software.com', 'yes'),
(6, 0, 'start_of_week', '1', 'yes'),
(7, 0, 'use_balanceTags', '0', 'yes'),
(8, 0, 'use_smilies', '1', 'yes'),
(9, 0, 'require_name_email', '', 'yes'),
(10, 0, 'comments_notify', '1', 'yes'),
(11, 0, 'posts_per_rss', '10', 'yes'),
(12, 0, 'rss_use_excerpt', '0', 'yes'),
(13, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 0, 'mailserver_login', 'login@example.com', 'yes'),
(15, 0, 'mailserver_pass', 'password', 'yes'),
(16, 0, 'mailserver_port', '110', 'yes'),
(17, 0, 'default_category', '1', 'yes'),
(18, 0, 'default_comment_status', 'closed', 'yes'),
(19, 0, 'default_ping_status', 'open', 'yes'),
(20, 0, 'default_pingback_flag', '1', 'yes'),
(21, 0, 'default_post_edit_rows', '20', 'yes'),
(22, 0, 'posts_per_page', '10', 'yes'),
(23, 0, 'date_format', 'j F, Y', 'yes'),
(24, 0, 'time_format', 'G:i', 'yes'),
(25, 0, 'links_updated_date_format', 'j F, Y G:i', 'yes'),
(26, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(27, 0, 'links_recently_updated_append', '</em>', 'yes'),
(28, 0, 'links_recently_updated_time', '120', 'yes'),
(29, 0, 'comment_moderation', '1', 'yes'),
(30, 0, 'moderation_notify', '1', 'yes'),
(31, 0, 'permalink_structure', '', 'yes'),
(32, 0, 'gzipcompression', '0', 'yes'),
(33, 0, 'hack_file', '0', 'yes'),
(34, 0, 'blog_charset', 'UTF-8', 'yes'),
(35, 0, 'moderation_keys', '', 'no'),
(36, 0, 'active_plugins', 'a:3:{i:0;s:51:"make-filename-lowercase/make-filename-lowercase.php";i:1;s:57:"sanitize-spanish-filenames/sanitize-spanish-filenames.php";i:2;s:49:"vipers-video-quicktags/vipers-video-quicktags.php";}', 'yes'),
(37, 0, 'home', 'http://192.168.0.2/afetec', 'yes'),
(38, 0, 'category_base', '', 'yes'),
(39, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(40, 0, 'advanced_edit', '0', 'yes'),
(41, 0, 'comment_max_links', '2', 'yes'),
(42, 0, 'gmt_offset', '0', 'yes'),
(43, 0, 'default_email_category', '1', 'yes'),
(44, 0, 'recently_edited', 'a:2:{i:0;s:66:"D:\\Trabajo\\Afetec\\trunk\\src/wp-content/plugins/akismet/akismet.php";i:1;s:0:"";}', 'no'),
(45, 0, 'template', 'positive', 'yes'),
(46, 0, 'stylesheet', 'positive', 'yes'),
(47, 0, 'comment_whitelist', '1', 'yes'),
(48, 0, 'blacklist_keys', '', 'no'),
(49, 0, 'comment_registration', '', 'yes'),
(50, 0, 'rss_language', 'en', 'yes'),
(51, 0, 'html_type', 'text/html', 'yes'),
(52, 0, 'use_trackback', '0', 'yes'),
(53, 0, 'default_role', 'subscriber', 'yes'),
(54, 0, 'db_version', '18226', 'yes'),
(55, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(56, 0, 'upload_path', '', 'yes'),
(57, 0, 'blog_public', '1', 'yes'),
(58, 0, 'default_link_category', '2', 'yes'),
(59, 0, 'show_on_front', 'page', 'yes'),
(60, 0, 'tag_base', '', 'yes'),
(61, 0, 'show_avatars', '1', 'yes'),
(62, 0, 'avatar_rating', 'G', 'yes'),
(63, 0, 'upload_url_path', '', 'yes'),
(64, 0, 'thumbnail_size_w', '150', 'yes'),
(65, 0, 'thumbnail_size_h', '150', 'yes'),
(66, 0, 'thumbnail_crop', '1', 'yes'),
(67, 0, 'medium_size_w', '300', 'yes'),
(68, 0, 'medium_size_h', '300', 'yes'),
(69, 0, 'avatar_default', 'mystery', 'yes'),
(70, 0, 'enable_app', '0', 'yes'),
(71, 0, 'enable_xmlrpc', '0', 'yes'),
(72, 0, 'large_size_w', '1024', 'yes'),
(73, 0, 'large_size_h', '1024', 'yes'),
(74, 0, 'image_default_link_type', 'file', 'yes'),
(75, 0, 'image_default_size', '', 'yes'),
(76, 0, 'image_default_align', '', 'yes'),
(77, 0, 'close_comments_for_old_posts', '', 'yes'),
(78, 0, 'close_comments_days_old', '14', 'yes'),
(79, 0, 'thread_comments', '1', 'yes'),
(80, 0, 'thread_comments_depth', '5', 'yes'),
(81, 0, 'page_comments', '', 'yes'),
(82, 0, 'comments_per_page', '50', 'yes'),
(83, 0, 'default_comments_page', 'newest', 'yes'),
(84, 0, 'comment_order', 'asc', 'yes'),
(85, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(86, 0, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(87, 0, 'widget_text', 'a:3:{i:3;a:3:{s:5:"title";s:6:"Afetec";s:4:"text";s:108:"C/ Suero de Quiñones 6\r\n28002 Madrid - Spain \r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com \r\n<hr/>";s:6:"filter";b:1;}i:4;a:3:{s:5:"title";s:6:"Afetec";s:4:"text";s:108:"C/ Suero de Quiñones 6\r\n28002 Madrid - Spain \r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com \r\n<hr/>";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(88, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(89, 0, 'timezone_string', '', 'yes'),
(90, 0, 'embed_autourls', '1', 'yes'),
(91, 0, 'embed_size_w', '', 'yes'),
(92, 0, 'embed_size_h', '600', 'yes'),
(93, 0, 'page_for_posts', '7', 'yes'),
(94, 0, 'page_on_front', '5', 'yes'),
(95, 0, 'default_post_format', '0', 'yes'),
(96, 0, 'wpr3ss_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(97, 0, 'widget_search', 'a:5:{i:2;a:1:{s:5:"title";s:0:"";}i:3;a:1:{s:5:"title";s:0:"";}i:4;a:1:{s:5:"title";s:0:"";}i:5;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 0, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(99, 0, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(100, 0, 'widget_archives', 'a:2:{i:3;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 0, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(102, 0, 'sidebars_widgets', 'a:14:{s:19:"wp_inactive_widgets";a:8:{i:0;s:17:"cloudfw_twitter-2";i:1;s:16:"cloudfw_social-2";i:2;s:29:"widget_cloudfw_registration-2";i:3;s:7:"pages-2";i:4;s:7:"links-2";i:5;s:5:"rss-2";i:6;s:11:"tag_cloud-2";i:7;s:10:"nav_menu-2";}s:19:"primary-widget-area";a:6:{i:0;s:8:"search-2";i:1;s:6:"text-4";i:2;s:15:"cloudfw_posts-5";i:3;s:18:"cloudfw_subposts-5";i:4;s:18:"cloudfw_subposts-3";i:5;s:7:"links-3";}s:20:"footer-widget-area-1";a:0:{}s:20:"footer-widget-area-2";a:0:{}s:20:"footer-widget-area-3";a:0:{}s:20:"footer-widget-area-4";a:0:{}s:18:"header-widget-area";a:0:{}s:16:"blog-widget-area";a:3:{i:0;s:8:"search-4";i:1;s:10:"archives-3";i:2;s:10:"calendar-2";}s:22:"searchpage-widget-area";a:0:{}s:19:"archive-widget-area";a:0:{}s:15:"404-widget-area";a:0:{}s:26:"contact-sidebar_mdhn3dhnks";a:5:{i:0;s:8:"search-3";i:1;s:6:"text-3";i:2;s:15:"cloudfw_posts-3";i:3;s:18:"cloudfw_subposts-2";i:4;s:18:"cloudfw_subposts-4";}s:51:"soluci%c3%b3n-eficiencia-energ%c3%a9tica_pxwyosnuiq";a:3:{i:0;s:8:"search-5";i:1;s:10:"nav_menu-3";i:2;s:15:"cloudfw_posts-4";}s:13:"array_version";i:3;}', 'yes'),
(103, 0, 'cron', 'a:4:{i:1319568820;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1319568827;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1319702150;a:1:{s:18:"remove_cache_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}s:7:"version";i:2;}', 'yes'),
(104, 0, '_transient_doing_cron', '1319530874', 'yes'),
(105, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:2:{i:0;O:8:"stdClass":9:{s:8:"response";s:6:"latest";s:8:"download";s:49:"http://es.wordpress.org/wordpress-3.2.1-es_ES.zip";s:6:"locale";s:5:"es_ES";s:8:"packages";O:8:"stdClass":4:{s:4:"full";s:49:"http://es.wordpress.org/wordpress-3.2.1-es_ES.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;}s:7:"current";s:5:"3.2.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.2";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":9:{s:8:"response";s:6:"latest";s:8:"download";s:40:"http://wordpress.org/wordpress-3.2.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":4:{s:4:"full";s:40:"http://wordpress.org/wordpress-3.2.1.zip";s:10:"no_content";s:51:"http://wordpress.org/wordpress-3.2.1-no-content.zip";s:11:"new_bundled";s:52:"http://wordpress.org/wordpress-3.2.1-new-bundled.zip";s:7:"partial";b:0;}s:7:"current";s:5:"3.2.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.2";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1319530876;s:15:"version_checked";s:5:"3.2.1";}', 'yes'),
(107, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(108, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(109, 0, 'widget_links', 'a:3:{i:2;a:0:{}i:3;a:5:{s:6:"images";i:1;s:4:"name";i:1;s:11:"description";i:0;s:6:"rating";i:0;s:8:"category";i:9;}s:12:"_multiwidget";i:1;}', 'yes'),
(110, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_nav_menu', 'a:3:{i:2;a:0:{}i:3;a:2:{s:5:"title";s:22:"Productos relacionados";s:8:"nav_menu";i:8;}s:12:"_multiwidget";i:1;}', 'yes'),
(112, 0, 'widget_widget_twentyeleven_ephemera', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(115, 0, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1319558417;s:7:"checked";a:3:{s:8:"positive";s:5:"1.0.4";s:12:"twentyeleven";s:3:"1.2";s:9:"twentyten";s:3:"1.2";}s:8:"response";a:0:{}}', 'yes'),
(116, 0, '_site_transient_timeout_browser_1d20bd6665726e17a497435a4952284d', '1319741626', 'yes'),
(117, 0, '_site_transient_browser_1d20bd6665726e17a497435a4952284d', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:5:"7.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:1:"6";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(118, 0, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:25:"http://192.168.0.2/afetec";s:4:"link";s:101:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://192.168.0.2/afetec/";s:3:"url";s:132:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://localhost/afetec/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:22:"Blog oficial WordPress";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:30:"Otras noticias sobre WordPress";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
(120, 0, 'can_compress_scripts', '1', 'yes'),
(157, 0, 'current_theme', 'Positive', 'yes'),
(158, 0, 'theme_mods_positive', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:3;}}', 'yes'),
(161, 0, 'positive_version', '1.0.4', 'yes'),
(164, 0, 'cloud_created_att_page', '4', 'yes'),
(165, 0, 'positive_options', 'a:17:{s:13:"positive_logo";a:3:{s:5:"image";s:68:"http://192.168.0.2/afetec/wp-content/uploads/2011/10/logo-lineal.gif";s:10:"margin-top";s:2:"20";s:11:"margin-left";i:0;}s:15:"positive_header";a:2:{s:9:"overwrite";s:5:"FALSE";s:6:"height";s:3:"135";}s:22:"positive_header_widget";a:2:{s:10:"margin-top";s:2:"60";s:12:"margin-right";s:2:"20";}s:16:"positive_favicon";s:64:"http://192.168.0.2/afetec/wp-content/uploads/2011/10/favicon.png";s:15:"positive_footer";a:3:{s:6:"enable";s:5:"FALSE";s:13:"widget_number";s:1:"4";s:11:"bottom_text";s:2:"\r\n";}s:21:"positive_custom_codes";a:4:{s:8:"tracking";s:0:"";s:3:"css";s:0:"";s:6:"header";s:0:"";s:6:"footer";s:0:"";}s:21:"positive_registration";a:1:{s:8:"activate";s:5:"FALSE";}s:13:"positive_apis";a:1:{s:12:"gmap_api_key";s:86:"ABQIAAAAMN4drdDdihDdBoiOaTXX6hSUEB6qI3JJXisvPOaOlB_hx50DJhRcYXR5aDr3-KpvkEUFUlRvbQ_WDg";}s:21:"positive_blog_actives";a:5:{s:6:"author";s:5:"FALSE";s:8:"comments";s:5:"FALSE";s:6:"social";s:5:"FALSE";s:8:"facebook";s:5:"FALSE";s:5:"tweet";s:5:"FALSE";}s:33:"positive_excluded_blog_categories";a:1:{i:0;s:1:"1";}s:31:"positive_hidden_blog_categories";a:1:{i:0;s:1:"1";}s:29:"positive_blog_social_services";a:16:{i:0;s:8:"facebook";i:1;s:7:"twitter";i:2;s:10:"friendfeed";i:3;s:4:"digg";i:4;s:6:"tumblr";i:5;s:9:"delicious";i:6;s:7:"myspace";i:7;s:8:"linkedin";i:8;s:4:"mixx";i:9;s:6:"google";i:10;s:8:"netvibes";i:11;s:9:"posterous";i:12;s:6:"reddit";i:13;s:11:"stumbleupon";i:14;s:10:"technorati";i:15;s:10:"yahoo-buzz";}s:30:"positive_blog_social_icon_size";s:5:"small";s:20:"positive_blog_layout";s:4:"full";s:23:"positive_blog_page_type";s:4:"full";s:24:"positive_cloudfw_actives";a:4:{s:9:"autocheck";s:1:"1";s:3:"map";s:1:"1";s:2:"ga";s:1:"1";s:7:"updates";s:1:"1";}s:18:"positive_framework";a:3:{s:11:"who_can_see";s:1:"1";s:4:"logo";s:81:"http://localhost/afetec/wp-content/themes/positive/cloudfw/cloudfw/cloud_logo.png";s:5:"title";s:6:"Afetec";}}', 'yes'),
(166, 0, 'positive_skin_ids', 'a:5:{i:1;s:25:"skin_YlcFx1szM4uGOHf4Dqu9";i:2;s:24:"skin_dxvhHVLEbDfvrXqMfmz";i:3;s:24:"skin_7iE3SiQkChefdlFVpXR";i:5;s:24:"skin_A14Y4wCzZWVeLkmsKiZ";i:6;s:25:"skin_WSOzx9rBcUGN3WKPHK4a";}', 'yes'),
(168, 0, 'positive_skin_engine', 'a:4:{s:4:"mode";s:6:"custom";s:4:"name";s:6:"Afetec";s:2:"id";s:25:"skin_WSOzx9rBcUGN3WKPHK4a";s:4:"data";a:36:{s:4:"body";a:4:{s:16:"background-color";s:6:"0F3A6F";s:17:"background-repeat";s:8:"repeat-x";s:19:"background-position";s:5:"50% 0";s:21:"background-attachment";s:6:"scroll";}s:1:"a";a:1:{s:5:"color";s:6:"2E76CF";}s:7:"a:hover";a:1:{s:5:"color";s:6:"0069BF";}s:17:"header_background";a:1:{s:16:"background-color";s:6:"FFFFFF";}s:16:"header_highlight";a:1:{s:10:"border-top";a:1:{i:0;s:6:"ffa230";}}s:18:"header_text_colors";a:1:{s:5:"color";s:6:"cbd2eb";}s:13:"header_colors";a:1:{s:5:"color";s:6:"cbd2eb";}s:20:"header_colors_active";a:1:{s:5:"color";s:6:"3d56a6";}s:21:"navigation_background";a:1:{s:16:"background-color";s:6:"F89A23";}s:15:"navigation_link";a:2:{s:5:"color";s:6:"ffedd6";s:11:"text-shadow";a:1:{i:0;s:6:"e88f23";}}s:22:"navigation_link_active";a:2:{s:5:"color";s:6:"ffffff";s:11:"text-shadow";a:1:{i:0;s:6:"e88f23";}}s:25:"sub_navigation_background";a:1:{s:16:"background-color";a:1:{i:0;s:6:"d6861e";}}s:19:"sub_navigation_link";a:2:{s:5:"color";a:1:{i:0;s:6:"ffedd6";}s:11:"text-shadow";a:1:{i:0;s:6:"d6861e";}}s:26:"sub_navigation_link_active";a:2:{s:5:"color";a:1:{i:0;s:6:"ffffff";}s:11:"text-shadow";a:1:{i:0;s:6:"d6861e";}}s:24:"sub_navigation_highlight";a:2:{s:10:"border-top";a:1:{i:0;s:4:"0.03";}s:13:"border-bottom";a:1:{i:0;s:3:"0.1";}}s:9:"home_icon";a:1:{s:16:"background-color";s:6:"945b16";}s:19:"home_icon_highlight";a:1:{s:19:"border-bottom-color";s:6:"ffa230";}s:16:"home_icon_active";a:1:{s:16:"background-color";s:6:"6b4110";}s:26:"home_icon_highlight_active";a:1:{s:19:"border-bottom-color";s:6:"ffa230";}s:9:"body_head";a:3:{s:16:"background-color";s:3:"fff";s:17:"background-repeat";s:8:"repeat-x";s:19:"background-position";s:5:"50% 0";}s:12:"middle_image";a:3:{s:16:"background-image";s:108:"http://192.168.0.2/afetec/wp-content/themes/positive/resources/skins/Bsnss___Blue__Collapsed/half-circle.png";s:17:"background-repeat";s:9:"no-repeat";s:19:"background-position";s:8:"50% 100%";}s:5:"blurb";a:2:{s:5:"color";s:6:"3d56a6";s:11:"padding-top";s:2:"30";}s:18:"content_margin_top";a:1:{s:10:"margin-top";s:4:"-150";}s:12:"content_text";a:1:{s:5:"color";s:6:"696969";}s:12:"sidebar_text";a:1:{s:5:"color";s:6:"696969";}s:12:"sidebar_link";a:1:{s:5:"color";s:6:"2E76CF";}s:19:"sidebar_link_active";a:1:{s:5:"color";s:6:"0069BF";}s:11:"footer_text";a:2:{s:5:"color";s:6:"ffffff";s:11:"text-shadow";a:1:{i:0;s:6:"3d56a6";}}s:11:"footer_link";a:1:{s:5:"color";s:6:"D2EEFA";}s:18:"footer_link_active";a:2:{s:5:"color";s:6:"ffffff";s:15:"text-decoration";s:9:"underline";}s:13:"footer_titles";a:1:{s:5:"color";s:6:"ffffff";}s:9:"the_arrow";a:1:{s:16:"border-top-color";s:6:"B16E19";}s:17:"navigation_shadow";a:1:{s:47:"box-shadow||-moz-box-shadow||-webkit-box-shadow";a:2:{s:8:"distance";s:1:"2";s:4:"size";s:1:"9";}}s:12:"port_overlay";a:1:{s:16:"background-color";s:6:"3d56a6";}s:13:"global_radius";a:1:{s:13:"border-radius";s:1:"4";}s:6:"custom";a:3:{s:10:"custom-css";s:255:"#navigation-menu-items .depth-0 > .sub-menu{\r\n -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n}\r\n\r\n#narrow-container {\r\n top: 0;\r\n}";s:10:"menu-width";s:5:"fixed";s:10:"foldername";s:6:"Afetec";}}}', 'yes'),
(169, 0, 'positive_already_installed', '1', 'yes'),
(170, 0, 'widget_cloudfw_posts', 'a:4:{i:3;a:3:{s:5:"title";s:17:"Últimas noticias";s:6:"number";i:5;s:4:"case";s:6:"recent";}i:4;a:3:{s:5:"title";s:17:"Últimas noticias";s:6:"number";i:5;s:4:"case";s:6:"recent";}i:5;a:3:{s:5:"title";s:17:"Últimas noticias";s:6:"number";i:5;s:4:"case";s:6:"recent";}s:12:"_multiwidget";i:1;}', 'yes'),
(171, 0, 'widget_cloudfw_twitter', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(172, 0, 'widget_cloudfw_subposts', 'a:5:{i:2;a:3:{s:5:"title";s:10:"Soluciones";s:3:"pid";s:3:"113";s:8:"subpages";s:1:"1";}i:3;a:3:{s:5:"title";s:9:"Productos";s:3:"pid";s:3:"151";s:8:"subpages";s:1:"1";}i:4;a:3:{s:5:"title";s:9:"Productos";s:3:"pid";s:3:"151";s:8:"subpages";s:1:"1";}i:5;a:3:{s:5:"title";s:10:"Soluciones";s:3:"pid";s:3:"113";s:8:"subpages";s:1:"1";}s:12:"_multiwidget";i:1;}', 'yes'),
(173, 0, 'widget_cloudfw_social', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(174, 0, 'widget_cloudfw_social_header', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(175, 0, 'widget_cloudfw_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(176, 0, 'widget_widget_cloudfw_registration', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(177, 0, 'positive_ga_profile', '', 'yes'),
(178, 0, 'positive_setup_status', 'a:5:{i:0;s:3:"doc";i:1;s:4:"skin";i:2;s:9:"head_foot";i:3;s:13:"portcatcreate";i:4;s:14:"portpagecreate";}', 'yes'),
(179, 0, 'skin_YlcFx1szM4uGOHf4Dqu9', 'a:4:{s:4:"mode";s:6:"custom";s:4:"name";s:7:"Afetec2";s:2:"id";s:25:"skin_YlcFx1szM4uGOHf4Dqu9";s:4:"data";a:21:{s:4:"body";a:2:{s:16:"background-color";s:6:"EEEEEE";s:16:"background-image";s:91:"http://localhost/afetec/wp-content/themes/positive/resources/skins/Light___I/bg_paper48.jpg";}s:16:"header_highlight";a:1:{s:10:"border-top";a:1:{i:0;s:6:"ffa230";}}s:13:"header_colors";a:1:{s:5:"color";s:6:"999A9A";}s:20:"header_colors_active";a:2:{s:5:"color";s:6:"999A9A";s:15:"text-decoration";s:9:"underline";}s:21:"navigation_background";a:1:{s:16:"background-color";s:6:"F89A23";}s:16:"navigation_image";a:2:{s:17:"background-repeat";s:6:"repeat";s:7:"pattern";s:9:"pattern-2";}s:15:"navigation_link";a:2:{s:5:"color";s:6:"ffedd6";s:11:"text-shadow";a:1:{i:0;s:6:"e88f23";}}s:25:"sub_navigation_background";a:1:{s:16:"background-color";a:1:{i:0;s:6:"d6861e";}}s:19:"sub_navigation_link";a:2:{s:5:"color";a:1:{i:0;s:6:"ffedd6";}s:11:"text-shadow";a:1:{i:0;s:6:"d6861e";}}s:26:"sub_navigation_link_active";a:2:{s:5:"color";a:1:{i:0;s:6:"ffedd6";}s:11:"text-shadow";a:1:{i:0;s:6:"d6861e";}}s:24:"sub_navigation_highlight";a:2:{s:10:"border-top";a:1:{i:0;s:4:"0.03";}s:13:"border-bottom";a:1:{i:0;s:3:"0.1";}}s:9:"home_icon";a:1:{s:16:"background-color";s:6:"945b16";}s:19:"home_icon_highlight";a:1:{s:19:"border-bottom-color";s:6:"ffa230";}s:16:"home_icon_active";a:1:{s:16:"background-color";s:6:"6b4110";}s:26:"home_icon_highlight_active";a:1:{s:19:"border-bottom-color";s:6:"ffa230";}s:5:"blurb";a:1:{s:11:"padding-top";s:2:"55";}s:18:"content_margin_top";a:1:{s:10:"margin-top";s:3:"-70";}s:9:"the_arrow";a:1:{s:16:"border-top-color";s:6:"B16E19";}s:17:"navigation_shadow";a:1:{s:47:"box-shadow||-moz-box-shadow||-webkit-box-shadow";a:3:{s:7:"opacity";s:3:"0.3";s:8:"distance";s:1:"4";s:4:"size";s:2:"10";}}s:13:"global_radius";a:1:{s:13:"border-radius";s:1:"5";}s:6:"custom";a:3:{s:10:"custom-css";s:254:"#narrow-container {\r\n top:0;\r\n}\r\n\r\n#navigation-menu-items .depth-0 > .sub-menu{\r\n -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n}";s:10:"menu-width";s:5:"fixed";s:10:"foldername";s:7:"Afetec2";}}}', 'yes'),
(185, 0, 'skin_dxvhHVLEbDfvrXqMfmz', 'a:5:{s:4:"mode";s:6:"custom";s:4:"name";s:21:"Inc - Red (Collapsed)";s:2:"id";s:24:"skin_dxvhHVLEbDfvrXqMfmz";s:4:"data";a:27:{s:4:"body";a:4:{s:16:"background-color";s:6:"3F1F2C";s:16:"background-image";s:100:"http://localhost/afetec/wp-content/themes/positive/resources/skins/Inc___Red__Collapsed/bg_red33.jpg";s:17:"background-repeat";s:8:"repeat-x";s:19:"background-position";s:5:"50% 0";}s:12:"body_pattern";a:1:{s:7:"pattern";s:9:"pattern-2";}s:18:"header_text_colors";a:1:{s:5:"color";s:6:"E7E7E8";}s:13:"header_colors";a:1:{s:5:"color";s:6:"E7E7E8";}s:20:"header_colors_active";a:1:{s:5:"color";s:6:"ffffff";}s:21:"navigation_background";a:1:{s:16:"background-color";s:6:"442633";}s:16:"navigation_image";a:1:{s:7:"pattern";s:9:"pattern-2";}s:15:"navigation_link";a:2:{s:5:"color";s:6:"cfc8cb";s:11:"text-shadow";a:1:{i:0;s:6:"301b24";}}s:22:"navigation_link_active";a:1:{s:5:"color";s:6:"ffffff";}s:25:"sub_navigation_background";a:1:{s:16:"background-color";a:1:{i:0;s:6:"371F2A";}}s:19:"sub_navigation_link";a:1:{s:5:"color";a:1:{i:0;s:6:"cfc8cb";}}s:26:"sub_navigation_link_active";a:1:{s:5:"color";a:1:{i:0;s:6:"ffffff";}}s:24:"sub_navigation_highlight";a:2:{s:10:"border-top";a:1:{i:0;s:4:"0.03";}s:13:"border-bottom";a:1:{i:0;s:4:"0.04";}}s:9:"home_icon";a:1:{s:16:"background-color";s:6:"2b1922";}s:19:"home_icon_highlight";a:1:{s:19:"border-bottom-color";s:6:"4f1c32";}s:16:"home_icon_active";a:1:{s:16:"background-color";s:6:"21131a";}s:26:"home_icon_highlight_active";a:1:{s:19:"border-bottom-color";s:6:"4f1c32";}s:5:"blurb";a:3:{s:5:"color";s:6:"D8E2DB";s:11:"padding-top";s:2:"50";s:12:"padding-left";s:2:"20";}s:18:"content_margin_top";a:1:{s:10:"margin-top";s:4:"-185";}s:11:"footer_text";a:2:{s:5:"color";s:6:"ffffff";s:11:"text-shadow";a:1:{i:0;s:6:"142830";}}s:11:"footer_link";a:1:{s:5:"color";s:6:"ffffff";}s:18:"footer_link_active";a:2:{s:5:"color";s:6:"ffffff";s:15:"text-decoration";s:9:"underline";}s:13:"footer_titles";a:1:{s:5:"color";s:6:"ffffff";}s:9:"the_arrow";a:1:{s:16:"border-top-color";s:6:"301B25";}s:17:"navigation_shadow";a:1:{s:47:"box-shadow||-moz-box-shadow||-webkit-box-shadow";a:3:{s:7:"opacity";s:3:"0.3";s:8:"distance";s:1:"4";s:4:"size";s:2:"10";}}s:13:"global_radius";a:1:{s:13:"border-radius";s:1:"4";}s:6:"custom";a:3:{s:10:"custom-css";s:292:"#navigation-menu-items .depth-0 > .sub-menu{\n -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\n -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\n box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\n}\n\n\n#narrow-container {\n top: 0;\n}\n\n\n#slider {\n display: none !important;\n}";s:10:"menu-width";s:5:"fixed";s:10:"foldername";s:21:"Inc___Red__Collapsed_";}}s:10:"foldername";s:21:"Inc___Red__Collapsed_";}', 'yes'),
(186, 0, 'skin_7iE3SiQkChefdlFVpXR', 'a:5:{s:4:"mode";s:6:"custom";s:4:"name";s:10:"Inc - Aqua";s:2:"id";s:24:"skin_7iE3SiQkChefdlFVpXR";s:4:"data";a:27:{s:4:"body";a:4:{s:16:"background-color";s:6:"1c3945";s:16:"background-image";s:84:"http://localhost/afetec/wp-content/themes/positive/resources/skins/Inc___Aqua/bg.jpg";s:17:"background-repeat";s:8:"repeat-x";s:19:"background-position";s:5:"50% 0";}s:12:"body_pattern";a:1:{s:7:"pattern";s:9:"pattern-2";}s:16:"header_highlight";a:1:{s:10:"border-top";a:1:{i:0;s:6:"ffa230";}}s:18:"header_text_colors";a:1:{s:5:"color";s:6:"E7E7E8";}s:13:"header_colors";a:1:{s:5:"color";s:6:"E7E7E8";}s:20:"header_colors_active";a:1:{s:5:"color";s:6:"ffffff";}s:21:"navigation_background";a:1:{s:16:"background-color";s:6:"F89A23";}s:16:"navigation_image";a:1:{s:7:"pattern";s:9:"pattern-2";}s:15:"navigation_link";a:1:{s:5:"color";s:6:"ffedd6";}s:25:"sub_navigation_background";a:1:{s:16:"background-color";a:1:{i:0;s:6:"d6861e";}}s:19:"sub_navigation_link";a:1:{s:5:"color";a:1:{i:0;s:6:"ffedd6";}}s:26:"sub_navigation_link_active";a:1:{s:5:"color";a:1:{i:0;s:6:"ffedd6";}}s:24:"sub_navigation_highlight";a:2:{s:10:"border-top";a:1:{i:0;s:4:"0.03";}s:13:"border-bottom";a:1:{i:0;s:4:"0.04";}}s:9:"home_icon";a:1:{s:16:"background-color";s:6:"8c4d00";}s:19:"home_icon_highlight";a:1:{s:19:"border-bottom-color";s:6:"ffae4a";}s:16:"home_icon_active";a:1:{s:16:"background-color";s:6:"693a00";}s:26:"home_icon_highlight_active";a:1:{s:19:"border-bottom-color";s:6:"ffae4a";}s:5:"blurb";a:3:{s:5:"color";s:6:"D8E2DB";s:11:"padding-top";s:2:"50";s:12:"padding-left";s:2:"20";}s:18:"content_margin_top";a:1:{s:10:"margin-top";s:4:"-185";}s:11:"footer_text";a:2:{s:5:"color";s:6:"d4d4d4";s:11:"text-shadow";a:1:{i:0;s:6:"142830";}}s:11:"footer_link";a:1:{s:5:"color";s:6:"d4d4d4";}s:18:"footer_link_active";a:2:{s:5:"color";s:6:"ffffff";s:15:"text-decoration";s:9:"underline";}s:13:"footer_titles";a:1:{s:5:"color";s:6:"ffffff";}s:9:"the_arrow";a:1:{s:16:"border-top-color";s:6:"B16E19";}s:17:"navigation_shadow";a:1:{s:47:"box-shadow||-moz-box-shadow||-webkit-box-shadow";a:2:{s:8:"distance";s:1:"4";s:4:"size";s:2:"10";}}s:13:"global_radius";a:1:{s:13:"border-radius";s:1:"2";}s:6:"custom";a:3:{s:10:"custom-css";s:34:"#narrow-container {\r\n top:0;\r\n}";s:10:"menu-width";s:5:"fixed";s:10:"foldername";s:10:"Inc___Aqua";}}s:10:"foldername";s:10:"Inc___Aqua";}', 'yes'),
(205, 0, 'skin_A14Y4wCzZWVeLkmsKiZ', 'a:5:{s:4:"mode";s:6:"custom";s:4:"name";s:24:"Bsnss - Blue (Collapsed)";s:2:"id";s:24:"skin_A14Y4wCzZWVeLkmsKiZ";s:4:"data";a:30:{s:4:"body";a:4:{s:16:"background-color";s:6:"0F3A6F";s:17:"background-repeat";s:8:"repeat-x";s:19:"background-position";s:5:"50% 0";s:21:"background-attachment";s:6:"scroll";}s:16:"header_highlight";a:1:{s:10:"border-top";a:1:{i:0;s:6:"124480";}}s:18:"header_text_colors";a:1:{s:5:"color";s:6:"7495b6";}s:13:"header_colors";a:1:{s:5:"color";s:6:"7495b6";}s:20:"header_colors_active";a:1:{s:5:"color";s:6:"0a2547";}s:21:"navigation_background";a:1:{s:16:"background-color";s:6:"0F3A6F";}s:16:"navigation_image";a:1:{s:7:"pattern";s:9:"pattern-2";}s:15:"navigation_link";a:2:{s:5:"color";s:6:"cee2eb";s:11:"text-shadow";a:1:{i:0;s:6:"124480";}}s:22:"navigation_link_active";a:2:{s:5:"color";s:6:"ffffff";s:11:"text-shadow";a:1:{i:0;s:6:"124480";}}s:25:"sub_navigation_background";a:1:{s:16:"background-color";a:1:{i:0;s:6:"0B2B53";}}s:19:"sub_navigation_link";a:2:{s:5:"color";a:1:{i:0;s:6:"cee2eb";}s:11:"text-shadow";a:1:{i:0;s:6:"124480";}}s:26:"sub_navigation_link_active";a:2:{s:5:"color";a:1:{i:0;s:6:"ffffff";}s:11:"text-shadow";a:1:{i:0;s:6:"124480";}}s:24:"sub_navigation_highlight";a:2:{s:10:"border-top";a:1:{i:0;s:4:"0.03";}s:13:"border-bottom";a:1:{i:0;s:3:"0.1";}}s:9:"home_icon";a:1:{s:16:"background-color";s:6:"081f3b";}s:19:"home_icon_highlight";a:1:{s:19:"border-bottom-color";s:6:"124480";}s:16:"home_icon_active";a:1:{s:16:"background-color";s:6:"051526";}s:26:"home_icon_highlight_active";a:1:{s:19:"border-bottom-color";s:6:"124480";}s:9:"body_head";a:3:{s:16:"background-image";s:97:"http://localhost/afetec/wp-content/themes/positive/resources/skins/Bsnss___Blue__Collapsed/bg.png";s:17:"background-repeat";s:8:"repeat-x";s:19:"background-position";s:5:"50% 0";}s:12:"middle_image";a:3:{s:16:"background-image";s:106:"http://localhost/afetec/wp-content/themes/positive/resources/skins/Bsnss___Blue__Collapsed/half-circle.png";s:17:"background-repeat";s:9:"no-repeat";s:19:"background-position";s:8:"50% 100%";}s:5:"blurb";a:2:{s:5:"color";s:6:"0F3A6F";s:11:"padding-top";s:2:"30";}s:18:"content_margin_top";a:1:{s:10:"margin-top";s:4:"-185";}s:11:"footer_text";a:2:{s:5:"color";s:6:"ffffff";s:11:"text-shadow";a:1:{i:0;s:6:"0d325e";}}s:11:"footer_link";a:1:{s:5:"color";s:6:"D2EEFA";}s:18:"footer_link_active";a:2:{s:5:"color";s:6:"ffffff";s:15:"text-decoration";s:9:"underline";}s:13:"footer_titles";a:1:{s:5:"color";s:6:"ffffff";}s:9:"the_arrow";a:1:{s:16:"border-top-color";s:6:"0B294F";}s:17:"navigation_shadow";a:1:{s:47:"box-shadow||-moz-box-shadow||-webkit-box-shadow";a:2:{s:8:"distance";s:1:"2";s:4:"size";s:1:"9";}}s:12:"port_overlay";a:1:{s:16:"background-color";s:6:"0F3A6F";}s:13:"global_radius";a:1:{s:13:"border-radius";s:1:"2";}s:6:"custom";a:5:{s:11:"custom-logo";s:99:"http://localhost/afetec/wp-content/themes/positive/resources/skins/Bsnss___Blue__Collapsed/logo.png";s:10:"custom-css";s:302:"#navigation-menu-items .depth-0 > .sub-menu{\r\n -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n}\r\n\r\n#narrow-container {\r\n top: 0;\r\n}\r\n\r\n#slider {\r\n display: none !important;\r\n}";s:10:"menu-width";s:5:"fixed";s:11:"page-shadow";s:1:"1";s:10:"foldername";s:21:"Business_Style__Blue_";}}s:10:"foldername";s:24:"Bsnss___Blue__Collapsed_";}', 'yes'),
(211, 0, 'positive_font_engine', 'a:13:{s:4:"body";a:2:{s:11:"font-family";s:44:"''Trebuchet MS'', Arial, Helvetica, sans-serif";s:9:"font-size";s:2:"13";}s:7:"content";a:4:{s:11:"font-family";s:44:"''Trebuchet MS'', Arial, Helvetica, sans-serif";s:9:"font-size";s:2:"13";s:15:"line-height//em";s:4:"1.39";s:2:"ID";s:8:".content";}s:8:"headings";a:2:{s:11:"font-family";s:17:"TitilliumLRegular";s:2:"ID";s:17:"h1,h2,h3,h4,h5,h6";}s:2:"h1";a:3:{s:9:"font-size";s:2:"32";s:15:"line-height//em";s:1:"1";s:18:"letter-spacing//em";i:0;}s:2:"h2";a:3:{s:9:"font-size";s:2:"28";s:15:"line-height//em";s:1:"1";s:18:"letter-spacing//em";i:0;}s:2:"h3";a:3:{s:9:"font-size";s:2:"24";s:15:"line-height//em";s:1:"1";s:18:"letter-spacing//em";i:0;}s:2:"h4";a:3:{s:9:"font-size";s:2:"20";s:15:"line-height//em";s:1:"1";s:18:"letter-spacing//em";i:0;}s:2:"h5";a:3:{s:9:"font-size";s:2:"18";s:15:"line-height//em";s:1:"1";s:18:"letter-spacing//em";i:0;}s:2:"h6";a:3:{s:9:"font-size";s:2:"16";s:15:"line-height//em";s:1:"1";s:18:"letter-spacing//em";i:0;}s:13:"footer_titles";a:4:{s:9:"font-size";s:2:"18";s:2:"ID";s:20:".footer-widget-title";s:11:"font-family";s:0:"";s:18:"letter-spacing//em";i:0;}s:12:"footer_texts";a:3:{s:9:"font-size";s:2:"13";s:15:"line-height//em";s:3:"1.4";s:2:"ID";s:18:".widget, .widget a";}s:14:"sidebar_titles";a:4:{s:9:"font-size";s:2:"22";s:2:"ID";s:21:".sidebar-widget-title";s:11:"font-family";s:0:"";s:18:"letter-spacing//em";i:0;}s:11:"blurb_texts";a:4:{s:9:"font-size";s:2:"40";s:2:"ID";s:9:"#blurb h1";s:11:"font-family";s:0:"";s:18:"letter-spacing//em";i:0;}}', 'yes'),
(214, 0, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(220, 0, 'cntctfrm_options', 'a:3:{s:19:"cntctfrm_user_email";s:5:"admin";s:21:"cntctfrm_custom_email";s:0:"";s:21:"cntctfrm_select_email";s:4:"user";}', 'yes'),
(221, 0, 'recently_activated', 'a:2:{s:30:"smart-youtube/smartyoutube.php";i:1319222268;s:36:"contact-form-plugin/contact_form.php";i:1319140739;}', 'yes'),
(382, 0, 'skin_WSOzx9rBcUGN3WKPHK4a', 'a:4:{s:4:"mode";s:6:"custom";s:4:"name";s:6:"Afetec";s:2:"id";s:25:"skin_WSOzx9rBcUGN3WKPHK4a";s:4:"data";a:36:{s:4:"body";a:4:{s:16:"background-color";s:6:"0F3A6F";s:17:"background-repeat";s:8:"repeat-x";s:19:"background-position";s:5:"50% 0";s:21:"background-attachment";s:6:"scroll";}s:1:"a";a:1:{s:5:"color";s:6:"2E76CF";}s:7:"a:hover";a:1:{s:5:"color";s:6:"0069BF";}s:17:"header_background";a:1:{s:16:"background-color";s:6:"FFFFFF";}s:16:"header_highlight";a:1:{s:10:"border-top";a:1:{i:0;s:6:"ffa230";}}s:18:"header_text_colors";a:1:{s:5:"color";s:6:"cbd2eb";}s:13:"header_colors";a:1:{s:5:"color";s:6:"cbd2eb";}s:20:"header_colors_active";a:1:{s:5:"color";s:6:"3d56a6";}s:21:"navigation_background";a:1:{s:16:"background-color";s:6:"F89A23";}s:15:"navigation_link";a:2:{s:5:"color";s:6:"ffedd6";s:11:"text-shadow";a:1:{i:0;s:6:"e88f23";}}s:22:"navigation_link_active";a:2:{s:5:"color";s:6:"ffffff";s:11:"text-shadow";a:1:{i:0;s:6:"e88f23";}}s:25:"sub_navigation_background";a:1:{s:16:"background-color";a:1:{i:0;s:6:"d6861e";}}s:19:"sub_navigation_link";a:2:{s:5:"color";a:1:{i:0;s:6:"ffedd6";}s:11:"text-shadow";a:1:{i:0;s:6:"d6861e";}}s:26:"sub_navigation_link_active";a:2:{s:5:"color";a:1:{i:0;s:6:"ffffff";}s:11:"text-shadow";a:1:{i:0;s:6:"d6861e";}}s:24:"sub_navigation_highlight";a:2:{s:10:"border-top";a:1:{i:0;s:4:"0.03";}s:13:"border-bottom";a:1:{i:0;s:3:"0.1";}}s:9:"home_icon";a:1:{s:16:"background-color";s:6:"945b16";}s:19:"home_icon_highlight";a:1:{s:19:"border-bottom-color";s:6:"ffa230";}s:16:"home_icon_active";a:1:{s:16:"background-color";s:6:"6b4110";}s:26:"home_icon_highlight_active";a:1:{s:19:"border-bottom-color";s:6:"ffa230";}s:9:"body_head";a:3:{s:16:"background-color";s:3:"fff";s:17:"background-repeat";s:8:"repeat-x";s:19:"background-position";s:5:"50% 0";}s:12:"middle_image";a:3:{s:16:"background-image";s:108:"http://192.168.0.2/afetec/wp-content/themes/positive/resources/skins/Bsnss___Blue__Collapsed/half-circle.png";s:17:"background-repeat";s:9:"no-repeat";s:19:"background-position";s:8:"50% 100%";}s:5:"blurb";a:2:{s:5:"color";s:6:"3d56a6";s:11:"padding-top";s:2:"30";}s:18:"content_margin_top";a:1:{s:10:"margin-top";s:4:"-150";}s:12:"content_text";a:1:{s:5:"color";s:6:"696969";}s:12:"sidebar_text";a:1:{s:5:"color";s:6:"696969";}s:12:"sidebar_link";a:1:{s:5:"color";s:6:"2E76CF";}s:19:"sidebar_link_active";a:1:{s:5:"color";s:6:"0069BF";}s:11:"footer_text";a:2:{s:5:"color";s:6:"ffffff";s:11:"text-shadow";a:1:{i:0;s:6:"3d56a6";}}s:11:"footer_link";a:1:{s:5:"color";s:6:"D2EEFA";}s:18:"footer_link_active";a:2:{s:5:"color";s:6:"ffffff";s:15:"text-decoration";s:9:"underline";}s:13:"footer_titles";a:1:{s:5:"color";s:6:"ffffff";}s:9:"the_arrow";a:1:{s:16:"border-top-color";s:6:"B16E19";}s:17:"navigation_shadow";a:1:{s:47:"box-shadow||-moz-box-shadow||-webkit-box-shadow";a:2:{s:8:"distance";s:1:"2";s:4:"size";s:1:"9";}}s:12:"port_overlay";a:1:{s:16:"background-color";s:6:"3d56a6";}s:13:"global_radius";a:1:{s:13:"border-radius";s:1:"4";}s:6:"custom";a:3:{s:10:"custom-css";s:255:"#navigation-menu-items .depth-0 > .sub-menu{\r\n -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n}\r\n\r\n#narrow-container {\r\n top: 0;\r\n}";s:10:"menu-width";s:5:"fixed";s:10:"foldername";s:6:"Afetec";}}}', 'yes'),
(399, 0, 'positive_slider_ids', 'a:5:{s:16:"piecemakerSample";a:15:{s:10:"foldername";s:20:"3D_Piecemaker_Slider";s:5:"title";s:27:"[Sample] 3D Homepage Slider";s:5:"width";s:3:"860";s:6:"height";s:3:"400";s:9:"pausetime";s:2:"10";s:8:"autoplay";s:1:"1";s:15:"dropShadowAlpha";s:3:"0.7";s:15:"dropShadowScale";s:3:"0.9";s:9:"controlBg";s:6:"FFFFFF";s:11:"controlText";s:6:"000000";s:12:"controlAlpha";s:3:"0.7";s:16:"controlAlphaOver";s:4:"0.95";s:11:"fieldOfView";s:2:"70";s:2:"id";s:16:"piecemakerSample";s:4:"type";s:17:"piecemaker_slider";}s:10:"nivoSample";a:13:{s:6:"source";s:6:"manual";s:2:"id";s:10:"nivoSample";s:5:"title";s:20:"[Sample] Nivo Slider";s:5:"width";s:3:"860";s:6:"height";s:3:"400";s:6:"effect";s:7:"boxRain";s:12:"effect_speed";s:4:"3000";s:18:"autorotation_speed";s:4:"5000";s:6:"slices";s:1:"8";s:10:"pagination";s:1:"1";s:9:"next_prev";b:1;s:4:"type";s:11:"nivo_slider";s:10:"foldername";s:11:"Nivo_Slider";}s:12:"inlineSample";a:12:{s:10:"foldername";s:13:"Inline_Slider";s:2:"id";s:12:"inlineSample";s:5:"title";s:22:"[Sample] Inline Slider";s:5:"width";s:3:"860";s:6:"height";s:3:"400";s:6:"effect";s:5:"slide";s:12:"effect_speed";s:3:"500";s:18:"autorotation_speed";s:1:"5";s:10:"pagination";s:1:"1";s:12:"autorotation";s:1:"1";s:9:"next_prev";s:1:"1";s:4:"type";s:13:"inpage_slider";}s:14:"galleriaSample";a:12:{s:10:"foldername";s:8:"Galleria";s:2:"id";s:14:"galleriaSample";s:6:"source";s:6:"manual";s:5:"title";s:17:"[Sample] Galleria";s:5:"width";s:3:"860";s:6:"height";s:3:"400";s:9:"pausetime";s:1:"5";s:6:"effect";s:4:"fade";s:12:"effect_speed";s:3:"400";s:9:"imageCrop";s:1:"1";s:10:"thumbnails";s:1:"1";s:4:"type";s:8:"galleria";}s:20:"vjWIiQYIhoSWDPnNoDkr";a:13:{s:10:"foldername";s:0:"";s:6:"source";s:6:"manual";s:5:"title";s:7:"Portada";s:5:"width";s:3:"940";s:6:"height";s:3:"360";s:6:"effect";s:6:"random";s:12:"effect_speed";s:3:"500";s:18:"autorotation_speed";s:1:"5";s:6:"slices";s:2:"15";s:10:"pagination";s:1:"1";s:9:"next_prev";s:1:"1";s:2:"id";s:20:"vjWIiQYIhoSWDPnNoDkr";s:4:"type";s:11:"nivo_slider";}}', 'yes'),
(400, 0, 'piecemakerSample', 'a:4:{i:0;a:14:{s:12:"slider_image";s:86:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400.gif";s:11:"slider_type";s:5:"image";s:13:"slider_source";s:0:"";s:10:"slider_url";s:0:"";s:17:"slider_url_target";s:5:"_self";s:12:"slider_title";s:0:"";s:17:"transition_effect";s:0:"";s:11:"slider_name";s:7:"Item #1";s:14:"slider_caption";s:0:"";s:13:"slider_pieces";s:1:"9";s:11:"slider_time";s:3:"1.2";s:12:"slider_delay";s:3:"0.1";s:19:"slider_depth_offset";s:3:"300";s:20:"slider_cube_distance";s:2:"30";}i:1;a:14:{s:12:"slider_image";s:96:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400_secondary.gif";s:11:"slider_type";s:5:"image";s:13:"slider_source";s:0:"";s:10:"slider_url";s:0:"";s:17:"slider_url_target";s:5:"_self";s:12:"slider_title";s:0:"";s:17:"transition_effect";s:0:"";s:11:"slider_name";s:7:"Item #2";s:14:"slider_caption";s:0:"";s:13:"slider_pieces";s:2:"16";s:11:"slider_time";s:3:"1.2";s:12:"slider_delay";s:3:"0.1";s:19:"slider_depth_offset";s:3:"300";s:20:"slider_cube_distance";s:2:"30";}i:2;a:14:{s:12:"slider_image";s:86:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400.gif";s:11:"slider_type";s:5:"image";s:13:"slider_source";s:0:"";s:10:"slider_url";s:0:"";s:17:"slider_url_target";s:5:"_self";s:12:"slider_title";s:0:"";s:17:"transition_effect";s:0:"";s:11:"slider_name";s:7:"Item #3";s:14:"slider_caption";s:0:"";s:13:"slider_pieces";s:1:"1";s:11:"slider_time";s:3:"1.2";s:12:"slider_delay";s:3:"0.1";s:19:"slider_depth_offset";s:3:"300";s:20:"slider_cube_distance";s:2:"30";}i:3;a:14:{s:12:"slider_image";s:96:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400_secondary.gif";s:11:"slider_type";s:5:"image";s:13:"slider_source";s:0:"";s:10:"slider_url";s:18:"http://google.com/";s:17:"slider_url_target";s:5:"_self";s:12:"slider_title";s:0:"";s:17:"transition_effect";s:0:"";s:11:"slider_name";s:7:"Item #4";s:14:"slider_caption";s:0:"";s:13:"slider_pieces";s:1:"3";s:11:"slider_time";s:3:"1.2";s:12:"slider_delay";s:3:"0.2";s:19:"slider_depth_offset";s:3:"300";s:20:"slider_cube_distance";s:2:"30";}}', 'yes'),
(401, 0, 'nivoSample', 'a:3:{i:0;a:6:{s:12:"slider_image";s:86:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400.gif";s:10:"slider_url";s:0:"";s:12:"slider_video";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:7:"Item #1";s:14:"slider_caption";s:14:"Sample Caption";}i:1;a:6:{s:12:"slider_image";s:96:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400_secondary.gif";s:10:"slider_url";s:0:"";s:12:"slider_video";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:7:"Item #2";s:14:"slider_caption";s:0:"";}i:2;a:6:{s:12:"slider_image";s:86:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400.gif";s:10:"slider_url";s:0:"";s:12:"slider_video";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:7:"Item #3";s:14:"slider_caption";s:0:"";}}', 'yes'),
(402, 0, 'inlineSample', 'a:3:{i:0;a:5:{s:12:"slider_image";s:86:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400.gif";s:10:"slider_url";s:0:"";s:12:"slider_video";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:7:"Item #1";}i:1;a:6:{s:12:"slider_image";s:96:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400_secondary.gif";s:10:"slider_url";s:0:"";s:12:"slider_video";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:7:"Item #2";s:14:"slider_caption";s:0:"";}i:2;a:6:{s:12:"slider_image";s:86:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400.gif";s:10:"slider_url";s:0:"";s:12:"slider_video";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:7:"Item #3";s:14:"slider_caption";s:0:"";}}', 'yes'),
(403, 0, 'galleriaSample', 'a:3:{i:0;a:5:{s:12:"slider_image";s:86:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400.gif";s:10:"slider_url";s:0:"";s:12:"slider_video";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:7:"Item #1";}i:1;a:6:{s:12:"slider_image";s:96:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400_secondary.gif";s:10:"slider_url";s:0:"";s:12:"slider_video";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:7:"Item #2";s:14:"slider_caption";s:0:"";}i:2;a:6:{s:12:"slider_image";s:86:"http://localhost/afetec/wp-content/themes/positive/lib/samples/placeholder_860x400.gif";s:10:"slider_url";s:0:"";s:12:"slider_video";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:7:"Item #3";s:14:"slider_caption";s:0:"";}}', 'yes'),
(414, 0, 'vjWIiQYIhoSWDPnNoDkr', 'a:4:{i:0;a:5:{s:12:"slider_image";s:65:"http://192.168.0.2/afetec/wp-content/uploads/2011/10/nivo-479.jpg";s:10:"slider_url";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:6:"Item 4";s:14:"slider_caption";s:0:"";}i:1;a:5:{s:12:"slider_image";s:65:"http://192.168.0.2/afetec/wp-content/uploads/2011/10/nivo-396.jpg";s:10:"slider_url";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:6:"Item 3";s:14:"slider_caption";s:0:"";}i:2;a:5:{s:12:"slider_image";s:65:"http://192.168.0.2/afetec/wp-content/uploads/2011/10/nivo-234.jpg";s:10:"slider_url";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:6:"Item 2";s:14:"slider_caption";s:0:"";}i:3;a:5:{s:12:"slider_image";s:65:"http://192.168.0.2/afetec/wp-content/uploads/2011/10/nivo-144.jpg";s:10:"slider_url";s:0:"";s:12:"slider_title";s:0:"";s:11:"slider_name";s:6:"Item 1";s:14:"slider_caption";s:6:"prueba";}}', 'yes'),
(433, 0, '_transient_timeout_cloudfw_icons', '1321807616', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(434, 0, '_transient_cloudfw_icons', 'a:12:{s:15:"Addictive-Flags";a:94:{s:32:"Addictive-Flags/flag_andorra.png";s:12:"flag_andorra";s:34:"Addictive-Flags/flag_argentina.png";s:14:"flag_argentina";s:34:"Addictive-Flags/flag_australia.png";s:14:"flag_australia";s:32:"Addictive-Flags/flag_austria.png";s:12:"flag_austria";s:32:"Addictive-Flags/flag_belgium.png";s:12:"flag_belgium";s:33:"Addictive-Flags/flag_botswana.png";s:13:"flag_botswana";s:31:"Addictive-Flags/flag_brasil.png";s:11:"flag_brasil";s:33:"Addictive-Flags/flag_bulgaria.png";s:13:"flag_bulgaria";s:33:"Addictive-Flags/flag_cameroon.png";s:13:"flag_cameroon";s:31:"Addictive-Flags/flag_canada.png";s:11:"flag_canada";s:49:"Addictive-Flags/flag_central_african_republic.png";s:29:"flag_central_african_republic";s:30:"Addictive-Flags/flag_chile.png";s:10:"flag_chile";s:30:"Addictive-Flags/flag_china.png";s:10:"flag_china";s:33:"Addictive-Flags/flag_colombia.png";s:13:"flag_colombia";s:32:"Addictive-Flags/flag_croatia.png";s:12:"flag_croatia";s:39:"Addictive-Flags/flag_czech_republic.png";s:19:"flag_czech_republic";s:32:"Addictive-Flags/flag_denmark.png";s:12:"flag_denmark";s:43:"Addictive-Flags/flag_dominican_republic.png";s:23:"flag_dominican_republic";s:32:"Addictive-Flags/flag_ecuador.png";s:12:"flag_ecuador";s:30:"Addictive-Flags/flag_egypt.png";s:10:"flag_egypt";s:36:"Addictive-Flags/flag_el_salvador.png";s:16:"flag_el_salvador";s:42:"Addictive-Flags/flag_equatorial_guinea.png";s:22:"flag_equatorial_guinea";s:32:"Addictive-Flags/flag_estonia.png";s:12:"flag_estonia";s:39:"Addictive-Flags/flag_european_union.png";s:19:"flag_european_union";s:31:"Addictive-Flags/flag_france.png";s:11:"flag_france";s:34:"Addictive-Flags/flag_gay_pride.png";s:14:"flag_gay_pride";s:32:"Addictive-Flags/flag_germany.png";s:12:"flag_germany";s:31:"Addictive-Flags/flag_greece.png";s:11:"flag_greece";s:34:"Addictive-Flags/flag_guatemala.png";s:14:"flag_guatemala";s:38:"Addictive-Flags/flag_guinea-bissau.png";s:18:"flag_guinea-bissau";s:31:"Addictive-Flags/flag_guinea.png";s:11:"flag_guinea";s:33:"Addictive-Flags/flag_honduras.png";s:13:"flag_honduras";s:34:"Addictive-Flags/flag_hong_kong.png";s:14:"flag_hong_kong";s:32:"Addictive-Flags/flag_hungary.png";s:12:"flag_hungary";s:30:"Addictive-Flags/flag_india.png";s:10:"flag_india";s:34:"Addictive-Flags/flag_indonesia.png";s:14:"flag_indonesia";s:32:"Addictive-Flags/flag_ireland.png";s:12:"flag_ireland";s:31:"Addictive-Flags/flag_israel.png";s:11:"flag_israel";s:30:"Addictive-Flags/flag_italy.png";s:10:"flag_italy";s:36:"Addictive-Flags/flag_ivory_coast.png";s:16:"flag_ivory_coast";s:32:"Addictive-Flags/flag_jamaica.png";s:12:"flag_jamaica";s:30:"Addictive-Flags/flag_japan.png";s:10:"flag_japan";s:31:"Addictive-Flags/flag_jordan.png";s:11:"flag_jordan";s:30:"Addictive-Flags/flag_kenya.png";s:10:"flag_kenya";s:30:"Addictive-Flags/flag_korea.png";s:10:"flag_korea";s:31:"Addictive-Flags/flag_latvia.png";s:11:"flag_latvia";s:38:"Addictive-Flags/flag_liechtenstein.png";s:18:"flag_liechtenstein";s:34:"Addictive-Flags/flag_lithuania.png";s:14:"flag_lithuania";s:35:"Addictive-Flags/flag_luxembourg.png";s:15:"flag_luxembourg";s:30:"Addictive-Flags/flag_macau.png";s:10:"flag_macau";s:34:"Addictive-Flags/flag_macedonia.png";s:14:"flag_macedonia";s:35:"Addictive-Flags/flag_madagascar.png";s:15:"flag_madagascar";s:33:"Addictive-Flags/flag_malaysia.png";s:13:"flag_malaysia";s:29:"Addictive-Flags/flag_mali.png";s:9:"flag_mali";s:30:"Addictive-Flags/flag_malta.png";s:10:"flag_malta";s:34:"Addictive-Flags/flag_mauritius.png";s:14:"flag_mauritius";s:31:"Addictive-Flags/flag_mexico.png";s:11:"flag_mexico";s:32:"Addictive-Flags/flag_moldova.png";s:12:"flag_moldova";s:31:"Addictive-Flags/flag_monaco.png";s:11:"flag_monaco";s:35:"Addictive-Flags/flag_montenegro.png";s:15:"flag_montenegro";s:36:"Addictive-Flags/flag_netherlands.png";s:16:"flag_netherlands";s:36:"Addictive-Flags/flag_new_zealand.png";s:16:"flag_new_zealand";s:34:"Addictive-Flags/flag_nicaragua.png";s:14:"flag_nicaragua";s:30:"Addictive-Flags/flag_niger.png";s:10:"flag_niger";s:31:"Addictive-Flags/flag_norway.png";s:11:"flag_norway";s:31:"Addictive-Flags/flag_panama.png";s:11:"flag_panama";s:33:"Addictive-Flags/flag_paraguay.png";s:13:"flag_paraguay";s:29:"Addictive-Flags/flag_peru.png";s:9:"flag_peru";s:37:"Addictive-Flags/flag_phillippines.png";s:17:"flag_phillippines";s:31:"Addictive-Flags/flag_poland.png";s:11:"flag_poland";s:33:"Addictive-Flags/flag_portugal.png";s:13:"flag_portugal";s:36:"Addictive-Flags/flag_puerto_rico.png";s:16:"flag_puerto_rico";s:30:"Addictive-Flags/flag_qatar.png";s:10:"flag_qatar";s:32:"Addictive-Flags/flag_romania.png";s:12:"flag_romania";s:31:"Addictive-Flags/flag_russia.png";s:11:"flag_russia";s:37:"Addictive-Flags/flag_saudi_arabia.png";s:17:"flag_saudi_arabia";s:32:"Addictive-Flags/flag_senegal.png";s:12:"flag_senegal";s:34:"Addictive-Flags/flag_singapore.png";s:14:"flag_singapore";s:33:"Addictive-Flags/flag_slovakia.png";s:13:"flag_slovakia";s:37:"Addictive-Flags/flag_south_africa.png";s:17:"flag_south_africa";s:30:"Addictive-Flags/flag_spain.png";s:10:"flag_spain";s:30:"Addictive-Flags/flag_suomi.png";s:10:"flag_suomi";s:31:"Addictive-Flags/flag_sweden.png";s:11:"flag_sweden";s:36:"Addictive-Flags/flag_switzerland.png";s:16:"flag_switzerland";s:31:"Addictive-Flags/flag_taiwan.png";s:11:"flag_taiwan";s:33:"Addictive-Flags/flag_thailand.png";s:13:"flag_thailand";s:31:"Addictive-Flags/flag_turkey.png";s:11:"flag_turkey";s:45:"Addictive-Flags/flag_united_arab_emirates.png";s:25:"flag_united_arab_emirates";s:39:"Addictive-Flags/flag_united_kingdom.png";s:19:"flag_united_kingdom";s:32:"Addictive-Flags/flag_uruguay.png";s:12:"flag_uruguay";s:28:"Addictive-Flags/flag_usa.png";s:8:"flag_usa";s:32:"Addictive-Flags/flag_vatican.png";s:12:"flag_vatican";s:34:"Addictive-Flags/flag_venezuela.png";s:14:"flag_venezuela";s:32:"Addictive-Flags/flag_vietnam.png";s:12:"flag_vietnam";}s:17:"Addictive-General";a:509:{s:27:"Addictive-General/32Bit.png";s:5:"32Bit";s:27:"Addictive-General/64bit.png";s:5:"64bit";s:33:"Addictive-General/addressbook.png";s:11:"addressbook";s:38:"Addictive-General/addressbook_user.png";s:16:"addressbook_user";s:34:"Addictive-General/apple-script.png";s:12:"apple-script";s:34:"Addictive-General/applications.png";s:12:"applications";s:40:"Addictive-General/audio_notification.png";s:18:"audio_notification";s:30:"Addictive-General/badge_3g.png";s:8:"badge_3g";s:32:"Addictive-General/badge_edge.png";s:10:"badge_edge";s:32:"Addictive-General/badge_gprs.png";s:10:"badge_gprs";s:32:"Addictive-General/badge_umts.png";s:10:"badge_umts";s:32:"Addictive-General/badge_wifi.png";s:10:"badge_wifi";s:39:"Addictive-General/battery_10percent.png";s:17:"battery_10percent";s:39:"Addictive-General/battery_20percent.png";s:17:"battery_20percent";s:39:"Addictive-General/battery_40percent.png";s:17:"battery_40percent";s:39:"Addictive-General/battery_60percent.png";s:17:"battery_60percent";s:39:"Addictive-General/battery_80percent.png";s:17:"battery_80percent";s:38:"Addictive-General/battery_charging.png";s:16:"battery_charging";s:35:"Addictive-General/battery_empty.png";s:13:"battery_empty";s:34:"Addictive-General/battery_full.png";s:12:"battery_full";s:50:"Addictive-General/battery_horizontal_10percent.png";s:28:"battery_horizontal_10percent";s:50:"Addictive-General/battery_horizontal_20percent.png";s:28:"battery_horizontal_20percent";s:50:"Addictive-General/battery_horizontal_40percent.png";s:28:"battery_horizontal_40percent";s:50:"Addictive-General/battery_horizontal_60percent.png";s:28:"battery_horizontal_60percent";s:50:"Addictive-General/battery_horizontal_80percent.png";s:28:"battery_horizontal_80percent";s:49:"Addictive-General/battery_horizontal_charging.png";s:27:"battery_horizontal_charging";s:46:"Addictive-General/battery_horizontal_empty.png";s:24:"battery_horizontal_empty";s:45:"Addictive-General/battery_horizontal_full.png";s:23:"battery_horizontal_full";s:51:"Addictive-General/battery_horizontal_plugged_in.png";s:29:"battery_horizontal_plugged_in";s:39:"Addictive-General/battery_pluged_in.png";s:17:"battery_pluged_in";s:26:"Addictive-General/beer.png";s:4:"beer";s:27:"Addictive-General/bible.png";s:5:"bible";s:26:"Addictive-General/bomb.png";s:4:"bomb";s:33:"Addictive-General/box_address.png";s:11:"box_address";s:34:"Addictive-General/box_download.png";s:12:"box_download";s:33:"Addictive-General/box_fragile.png";s:11:"box_fragile";s:29:"Addictive-General/box_rar.png";s:7:"box_rar";s:29:"Addictive-General/box_zip.png";s:7:"box_zip";s:35:"Addictive-General/brainstorming.png";s:13:"brainstorming";s:47:"Addictive-General/brainstorming_alternative.png";s:25:"brainstorming_alternative";s:29:"Addictive-General/browser.png";s:7:"browser";s:29:"Addictive-General/burning.png";s:7:"burning";s:37:"Addictive-General/button_blue_add.png";s:15:"button_blue_add";s:39:"Addictive-General/button_blue_close.png";s:17:"button_blue_close";s:40:"Addictive-General/button_blue_delete.png";s:18:"button_blue_delete";s:45:"Addictive-General/button_blue_fastforward.png";s:23:"button_blue_fastforward";s:39:"Addictive-General/button_blue_heart.png";s:17:"button_blue_heart";s:39:"Addictive-General/button_blue_pause.png";s:17:"button_blue_pause";s:38:"Addictive-General/button_blue_play.png";s:16:"button_blue_play";s:40:"Addictive-General/button_blue_record.png";s:18:"button_blue_record";s:40:"Addictive-General/button_blue_rewind.png";s:18:"button_blue_rewind";s:38:"Addictive-General/button_blue_stop.png";s:16:"button_blue_stop";s:38:"Addictive-General/button_green_add.png";s:16:"button_green_add";s:40:"Addictive-General/button_green_close.png";s:18:"button_green_close";s:41:"Addictive-General/button_green_delete.png";s:19:"button_green_delete";s:46:"Addictive-General/button_green_fastforward.png";s:24:"button_green_fastforward";s:40:"Addictive-General/button_green_heart.png";s:18:"button_green_heart";s:40:"Addictive-General/button_green_pause.png";s:18:"button_green_pause";s:39:"Addictive-General/button_green_play.png";s:17:"button_green_play";s:41:"Addictive-General/button_green_record.png";s:19:"button_green_record";s:41:"Addictive-General/button_green_rewind.png";s:19:"button_green_rewind";s:39:"Addictive-General/button_green_stop.png";s:17:"button_green_stop";s:37:"Addictive-General/button_grey_add.png";s:15:"button_grey_add";s:39:"Addictive-General/button_grey_close.png";s:17:"button_grey_close";s:40:"Addictive-General/button_grey_delete.png";s:18:"button_grey_delete";s:45:"Addictive-General/button_grey_fastforward.png";s:23:"button_grey_fastforward";s:39:"Addictive-General/button_grey_heart.png";s:17:"button_grey_heart";s:39:"Addictive-General/button_grey_pause.png";s:17:"button_grey_pause";s:38:"Addictive-General/button_grey_play.png";s:16:"button_grey_play";s:40:"Addictive-General/button_grey_record.png";s:18:"button_grey_record";s:40:"Addictive-General/button_grey_rewind.png";s:18:"button_grey_rewind";s:38:"Addictive-General/button_grey_stop.png";s:16:"button_grey_stop";s:37:"Addictive-General/button_pink_add.png";s:15:"button_pink_add";s:39:"Addictive-General/button_pink_close.png";s:17:"button_pink_close";s:40:"Addictive-General/button_pink_delete.png";s:18:"button_pink_delete";s:45:"Addictive-General/button_pink_fastforward.png";s:23:"button_pink_fastforward";s:39:"Addictive-General/button_pink_heart.png";s:17:"button_pink_heart";s:39:"Addictive-General/button_pink_pause.png";s:17:"button_pink_pause";s:38:"Addictive-General/button_pink_play.png";s:16:"button_pink_play";s:40:"Addictive-General/button_pink_record.png";s:18:"button_pink_record";s:40:"Addictive-General/button_pink_rewind.png";s:18:"button_pink_rewind";s:38:"Addictive-General/button_pink_stop.png";s:16:"button_pink_stop";s:36:"Addictive-General/button_red_add.png";s:14:"button_red_add";s:38:"Addictive-General/button_red_close.png";s:16:"button_red_close";s:39:"Addictive-General/button_red_delete.png";s:17:"button_red_delete";s:44:"Addictive-General/button_red_fastforward.png";s:22:"button_red_fastforward";s:38:"Addictive-General/button_red_heart.png";s:16:"button_red_heart";s:38:"Addictive-General/button_red_pause.png";s:16:"button_red_pause";s:37:"Addictive-General/button_red_play.png";s:15:"button_red_play";s:39:"Addictive-General/button_red_record.png";s:17:"button_red_record";s:39:"Addictive-General/button_red_rewind.png";s:17:"button_red_rewind";s:37:"Addictive-General/button_red_stop.png";s:15:"button_red_stop";s:39:"Addictive-General/button_violet_add.png";s:17:"button_violet_add";s:41:"Addictive-General/button_violet_close.png";s:19:"button_violet_close";s:42:"Addictive-General/button_violet_delete.png";s:20:"button_violet_delete";s:47:"Addictive-General/button_violet_fastforward.png";s:25:"button_violet_fastforward";s:41:"Addictive-General/button_violet_heart.png";s:19:"button_violet_heart";s:41:"Addictive-General/button_violet_pause.png";s:19:"button_violet_pause";s:40:"Addictive-General/button_violet_play.png";s:18:"button_violet_play";s:42:"Addictive-General/button_violet_record.png";s:20:"button_violet_record";s:42:"Addictive-General/button_violet_rewind.png";s:20:"button_violet_rewind";s:40:"Addictive-General/button_violet_stop.png";s:18:"button_violet_stop";s:26:"Addictive-General/cake.png";s:4:"cake";s:32:"Addictive-General/calculator.png";s:10:"calculator";s:26:"Addictive-General/case.png";s:4:"case";s:24:"Addictive-General/cd.png";s:2:"cd";s:32:"Addictive-General/cd_burning.png";s:10:"cd_burning";s:41:"Addictive-General/cd_burning_spectrum.png";s:19:"cd_burning_spectrum";s:33:"Addictive-General/cd_spectrum.png";s:11:"cd_spectrum";s:27:"Addictive-General/chart.png";s:5:"chart";s:31:"Addictive-General/chart_pie.png";s:9:"chart_pie";s:27:"Addictive-General/check.png";s:5:"check";s:28:"Addictive-General/chrome.png";s:6:"chrome";s:28:"Addictive-General/cialis.png";s:6:"cialis";s:41:"Addictive-General/cialis_professional.png";s:19:"cialis_professional";s:31:"Addictive-General/clipboard.png";s:9:"clipboard";s:35:"Addictive-General/clipboard_add.png";s:13:"clipboard_add";s:37:"Addictive-General/clipboard_alert.png";s:15:"clipboard_alert";s:37:"Addictive-General/clipboard_check.png";s:15:"clipboard_check";s:35:"Addictive-General/clipboard_cut.png";s:13:"clipboard_cut";s:38:"Addictive-General/clipboard_delete.png";s:16:"clipboard_delete";s:40:"Addictive-General/clipboard_download.png";s:18:"clipboard_download";s:36:"Addictive-General/clipboard_full.png";s:14:"clipboard_full";s:27:"Addictive-General/clock.png";s:5:"clock";s:27:"Addictive-General/cloud.png";s:5:"cloud";s:31:"Addictive-General/cloud_add.png";s:9:"cloud_add";s:33:"Addictive-General/cloud_alert.png";s:11:"cloud_alert";s:32:"Addictive-General/cloud_back.png";s:10:"cloud_back";s:34:"Addictive-General/cloud_backup.png";s:12:"cloud_backup";s:33:"Addictive-General/cloud_check.png";s:11:"cloud_check";s:34:"Addictive-General/cloud_delete.png";s:12:"cloud_delete";s:36:"Addictive-General/cloud_download.png";s:14:"cloud_download";s:36:"Addictive-General/cloud_exchange.png";s:14:"cloud_exchange";s:35:"Addictive-General/cloud_forward.png";s:13:"cloud_forward";s:34:"Addictive-General/cloud_upload.png";s:12:"cloud_upload";s:34:"Addictive-General/coffee_to_go.png";s:12:"coffee_to_go";s:33:"Addictive-General/color_wheel.png";s:11:"color_wheel";s:30:"Addictive-General/comments.png";s:8:"comments";s:34:"Addictive-General/comments_add.png";s:12:"comments_add";s:36:"Addictive-General/comments_alert.png";s:14:"comments_alert";s:36:"Addictive-General/comments_check.png";s:14:"comments_check";s:36:"Addictive-General/comments_count.png";s:14:"comments_count";s:37:"Addictive-General/comments_delete.png";s:15:"comments_delete";s:36:"Addictive-General/comments_reply.png";s:14:"comments_reply";s:37:"Addictive-General/comments_report.png";s:15:"comments_report";s:35:"Addictive-General/copy-document.png";s:13:"copy-document";s:44:"Addictive-General/creative_suite_acrobat.png";s:22:"creative_suite_acrobat";s:50:"Addictive-General/creative_suite_after_effects.png";s:28:"creative_suite_after_effects";s:43:"Addictive-General/creative_suite_bridge.png";s:21:"creative_suite_bridge";s:48:"Addictive-General/creative_suite_dreamweaver.png";s:26:"creative_suite_dreamweaver";s:46:"Addictive-General/creative_suite_fireworks.png";s:24:"creative_suite_fireworks";s:42:"Addictive-General/creative_suite_flash.png";s:20:"creative_suite_flash";s:48:"Addictive-General/creative_suite_illustrator.png";s:26:"creative_suite_illustrator";s:45:"Addictive-General/creative_suite_indesign.png";s:23:"creative_suite_indesign";s:46:"Addictive-General/creative_suite_photoshop.png";s:24:"creative_suite_photoshop";s:45:"Addictive-General/creative_suite_premiere.png";s:23:"creative_suite_premiere";s:48:"Addictive-General/creative_suite_sound_booth.png";s:26:"creative_suite_sound_booth";s:43:"Addictive-General/credit-card_gold_amex.png";s:21:"credit-card_gold_amex";s:50:"Addictive-General/credit-card_gold_diners_club.png";s:28:"credit-card_gold_diners_club";s:50:"Addictive-General/credit-card_gold_master_card.png";s:28:"credit-card_gold_master_card";s:45:"Addictive-General/credit-card_gold_paypal.png";s:23:"credit-card_gold_paypal";s:43:"Addictive-General/credit-card_gold_visa.png";s:21:"credit-card_gold_visa";s:47:"Addictive-General/credit-card_platinum_amex.png";s:25:"credit-card_platinum_amex";s:54:"Addictive-General/credit-card_platinum_diners_club.png";s:32:"credit-card_platinum_diners_club";s:54:"Addictive-General/credit-card_platinum_master_card.png";s:32:"credit-card_platinum_master_card";s:49:"Addictive-General/credit-card_platinum_paypal.png";s:27:"credit-card_platinum_paypal";s:46:"Addictive-General/credit-card_platinum_via.png";s:24:"credit-card_platinum_via";s:27:"Addictive-General/cross.png";s:5:"cross";s:38:"Addictive-General/curriculum_vitae.png";s:16:"curriculum_vitae";s:33:"Addictive-General/cutting_pad.png";s:11:"cutting_pad";s:30:"Addictive-General/database.png";s:8:"database";s:34:"Addictive-General/database_add.png";s:12:"database_add";s:36:"Addictive-General/database_alert.png";s:14:"database_alert";s:36:"Addictive-General/database_check.png";s:14:"database_check";s:37:"Addictive-General/database_delete.png";s:15:"database_delete";s:39:"Addictive-General/database_download.png";s:17:"database_download";s:46:"Addictive-General/desktop_addictedtocoffee.png";s:24:"desktop_addictedtocoffee";s:34:"Addictive-General/desktop_aqua.png";s:12:"desktop_aqua";s:44:"Addictive-General/desktop_aurora_leopard.png";s:22:"desktop_aurora_leopard";s:49:"Addictive-General/desktop_aurora_snow_leopard.png";s:27:"desktop_aurora_snow_leopard";s:42:"Addictive-General/desktop_blazeoflight.png";s:20:"desktop_blazeoflight";s:42:"Addictive-General/desktop_into_the_sun.png";s:20:"desktop_into_the_sun";s:39:"Addictive-General/desktop_lensflare.png";s:17:"desktop_lensflare";s:45:"Addictive-General/desktop_wallpapers_aqua.png";s:23:"desktop_wallpapers_aqua";s:47:"Addictive-General/desktop_wallpapers_aurora.png";s:25:"desktop_wallpapers_aurora";s:36:"Addictive-General/digital_camera.png";s:14:"digital_camera";s:40:"Addictive-General/document-lined-pen.png";s:18:"document-lined-pen";s:40:"Addictive-General/document-plaid-pen.png";s:18:"document-plaid-pen";s:36:"Addictive-General/document_blank.png";s:14:"document_blank";s:34:"Addictive-General/document_pen.png";s:12:"document_pen";s:35:"Addictive-General/emote_biggrin.png";s:13:"emote_biggrin";s:32:"Addictive-General/emote_love.png";s:10:"emote_love";s:32:"Addictive-General/emote_nerd.png";s:10:"emote_nerd";s:42:"Addictive-General/emote_nerd_penholder.png";s:20:"emote_nerd_penholder";s:31:"Addictive-General/emote_sad.png";s:9:"emote_sad";s:33:"Addictive-General/emote_smile.png";s:11:"emote_smile";s:32:"Addictive-General/emote_wink.png";s:10:"emote_wink";s:36:"Addictive-General/emote_woohoooo.png";s:14:"emote_woohoooo";s:31:"Addictive-General/entry_add.png";s:9:"entry_add";s:33:"Addictive-General/entry_alert.png";s:11:"entry_alert";s:34:"Addictive-General/entry_delete.png";s:12:"entry_delete";s:35:"Addictive-General/entry_preview.png";s:13:"entry_preview";s:32:"Addictive-General/entry_save.png";s:10:"entry_save";s:33:"Addictive-General/entry_saved.png";s:11:"entry_saved";s:30:"Addictive-General/file_aac.png";s:8:"file_aac";s:29:"Addictive-General/file_ai.png";s:7:"file_ai";s:30:"Addictive-General/file_avi.png";s:8:"file_avi";s:30:"Addictive-General/file_bin.png";s:8:"file_bin";s:30:"Addictive-General/file_bmp.png";s:8:"file_bmp";s:30:"Addictive-General/file_cue.png";s:8:"file_cue";s:31:"Addictive-General/file_divx.png";s:9:"file_divx";s:30:"Addictive-General/file_doc.png";s:8:"file_doc";s:30:"Addictive-General/file_eps.png";s:8:"file_eps";s:31:"Addictive-General/file_flac.png";s:9:"file_flac";s:30:"Addictive-General/file_flv.png";s:8:"file_flv";s:30:"Addictive-General/file_gif.png";s:8:"file_gif";s:31:"Addictive-General/file_html.png";s:9:"file_html";s:31:"Addictive-General/file_ical.png";s:9:"file_ical";s:31:"Addictive-General/file_indd.png";s:9:"file_indd";s:30:"Addictive-General/file_inx.png";s:8:"file_inx";s:30:"Addictive-General/file_iso.png";s:8:"file_iso";s:30:"Addictive-General/file_jpg.png";s:8:"file_jpg";s:30:"Addictive-General/file_mov.png";s:8:"file_mov";s:30:"Addictive-General/file_mp3.png";s:8:"file_mp3";s:30:"Addictive-General/file_mpg.png";s:8:"file_mpg";s:30:"Addictive-General/file_pdf.png";s:8:"file_pdf";s:30:"Addictive-General/file_php.png";s:8:"file_php";s:30:"Addictive-General/file_png.png";s:8:"file_png";s:30:"Addictive-General/file_pps.png";s:8:"file_pps";s:30:"Addictive-General/file_ppt.png";s:8:"file_ppt";s:30:"Addictive-General/file_psd.png";s:8:"file_psd";s:30:"Addictive-General/file_qxd.png";s:8:"file_qxd";s:30:"Addictive-General/file_qxp.png";s:8:"file_qxp";s:30:"Addictive-General/file_raw.png";s:8:"file_raw";s:30:"Addictive-General/file_rtf.png";s:8:"file_rtf";s:30:"Addictive-General/file_svg.png";s:8:"file_svg";s:30:"Addictive-General/file_tif.png";s:8:"file_tif";s:30:"Addictive-General/file_txt.png";s:8:"file_txt";s:30:"Addictive-General/file_vcf.png";s:8:"file_vcf";s:30:"Addictive-General/file_wav.png";s:8:"file_wav";s:30:"Addictive-General/file_wma.png";s:8:"file_wma";s:30:"Addictive-General/file_xls.png";s:8:"file_xls";s:30:"Addictive-General/file_xml.png";s:8:"file_xml";s:29:"Addictive-General/firefox.png";s:7:"firefox";s:28:"Addictive-General/flickr.png";s:6:"flickr";s:33:"Addictive-General/floppy-disk.png";s:11:"floppy-disk";s:37:"Addictive-General/floppy-disk_dos.png";s:15:"floppy-disk_dos";s:33:"Addictive-General/folder_blue.png";s:11:"folder_blue";s:40:"Addictive-General/folder_blue_backup.png";s:18:"folder_blue_backup";s:47:"Addictive-General/folder_blue_conversations.png";s:25:"folder_blue_conversations";s:43:"Addictive-General/folder_blue_favorites.png";s:21:"folder_blue_favorites";s:39:"Addictive-General/folder_blue_ideas.png";s:17:"folder_blue_ideas";s:39:"Addictive-General/folder_blue_mails.png";s:17:"folder_blue_mails";s:39:"Addictive-General/folder_blue_music.png";s:17:"folder_blue_music";s:41:"Addictive-General/folder_blue_stuffed.png";s:19:"folder_blue_stuffed";s:39:"Addictive-General/folder_blue_todos.png";s:17:"folder_blue_todos";s:34:"Addictive-General/folder_green.png";s:12:"folder_green";s:41:"Addictive-General/folder_green_backup.png";s:19:"folder_green_backup";s:48:"Addictive-General/folder_green_conversations.png";s:26:"folder_green_conversations";s:44:"Addictive-General/folder_green_favorites.png";s:22:"folder_green_favorites";s:40:"Addictive-General/folder_green_ideas.png";s:18:"folder_green_ideas";s:40:"Addictive-General/folder_green_mails.png";s:18:"folder_green_mails";s:40:"Addictive-General/folder_green_music.png";s:18:"folder_green_music";s:42:"Addictive-General/folder_green_stuffed.png";s:20:"folder_green_stuffed";s:40:"Addictive-General/folder_green_todos.png";s:18:"folder_green_todos";s:33:"Addictive-General/folder_pink.png";s:11:"folder_pink";s:40:"Addictive-General/folder_pink_backup.png";s:18:"folder_pink_backup";s:47:"Addictive-General/folder_pink_conversations.png";s:25:"folder_pink_conversations";s:43:"Addictive-General/folder_pink_favorites.png";s:21:"folder_pink_favorites";s:39:"Addictive-General/folder_pink_ideas.png";s:17:"folder_pink_ideas";s:39:"Addictive-General/folder_pink_mails.png";s:17:"folder_pink_mails";s:39:"Addictive-General/folder_pink_music.png";s:17:"folder_pink_music";s:41:"Addictive-General/folder_pink_stuffed.png";s:19:"folder_pink_stuffed";s:39:"Addictive-General/folder_pink_todos.png";s:17:"folder_pink_todos";s:32:"Addictive-General/folder_red.png";s:10:"folder_red";s:39:"Addictive-General/folder_red_backup.png";s:17:"folder_red_backup";s:46:"Addictive-General/folder_red_conversations.png";s:24:"folder_red_conversations";s:42:"Addictive-General/folder_red_favorites.png";s:20:"folder_red_favorites";s:38:"Addictive-General/folder_red_ideas.png";s:16:"folder_red_ideas";s:38:"Addictive-General/folder_red_mails.png";s:16:"folder_red_mails";s:38:"Addictive-General/folder_red_music.png";s:16:"folder_red_music";s:40:"Addictive-General/folder_red_stuffed.png";s:18:"folder_red_stuffed";s:38:"Addictive-General/folder_red_todos.png";s:16:"folder_red_todos";s:47:"Addictive-General/folder_remote_backup_blue.png";s:25:"folder_remote_backup_blue";s:48:"Addictive-General/folder_remote_backup_green.png";s:26:"folder_remote_backup_green";s:47:"Addictive-General/folder_remote_backup_pink.png";s:25:"folder_remote_backup_pink";s:46:"Addictive-General/folder_remote_backup_red.png";s:24:"folder_remote_backup_red";s:49:"Addictive-General/folder_remote_backup_violet.png";s:27:"folder_remote_backup_violet";s:40:"Addictive-General/folder_remote_blue.png";s:18:"folder_remote_blue";s:41:"Addictive-General/folder_remote_green.png";s:19:"folder_remote_green";s:40:"Addictive-General/folder_remote_pink.png";s:18:"folder_remote_pink";s:39:"Addictive-General/folder_remote_red.png";s:17:"folder_remote_red";s:42:"Addictive-General/folder_remote_violet.png";s:20:"folder_remote_violet";s:35:"Addictive-General/folder_violet.png";s:13:"folder_violet";s:42:"Addictive-General/folder_violet_backup.png";s:20:"folder_violet_backup";s:49:"Addictive-General/folder_violet_conversations.png";s:27:"folder_violet_conversations";s:45:"Addictive-General/folder_violet_favorites.png";s:23:"folder_violet_favorites";s:41:"Addictive-General/folder_violet_ideas.png";s:19:"folder_violet_ideas";s:41:"Addictive-General/folder_violet_mails.png";s:19:"folder_violet_mails";s:41:"Addictive-General/folder_violet_music.png";s:19:"folder_violet_music";s:43:"Addictive-General/folder_violet_stuffed.png";s:21:"folder_violet_stuffed";s:41:"Addictive-General/folder_violet_todos.png";s:19:"folder_violet_todos";s:32:"Addictive-General/fullscreen.png";s:10:"fullscreen";s:37:"Addictive-General/game_controller.png";s:15:"game_controller";s:26:"Addictive-General/gift.png";s:4:"gift";s:27:"Addictive-General/gmail.png";s:5:"gmail";s:28:"Addictive-General/google.png";s:6:"google";s:31:"Addictive-General/harddrive.png";s:9:"harddrive";s:33:"Addictive-General/heart_empty.png";s:11:"heart_empty";s:32:"Addictive-General/heart_full.png";s:10:"heart_full";s:32:"Addictive-General/heart_half.png";s:10:"heart_half";s:26:"Addictive-General/ical.png";s:4:"ical";s:32:"Addictive-General/iconfinder.png";s:10:"iconfinder";s:39:"Addictive-General/internet_explorer.png";s:17:"internet_explorer";s:29:"Addictive-General/invoice.png";s:7:"invoice";s:28:"Addictive-General/iphone.png";s:6:"iphone";s:36:"Addictive-General/ipod_nano_blue.png";s:14:"ipod_nano_blue";s:37:"Addictive-General/ipod_nano_green.png";s:15:"ipod_nano_green";s:38:"Addictive-General/ipod_nano_orange.png";s:16:"ipod_nano_orange";s:36:"Addictive-General/ipod_nano_pink.png";s:14:"ipod_nano_pink";s:35:"Addictive-General/ipod_nano_red.png";s:13:"ipod_nano_red";s:38:"Addictive-General/ipod_nano_silver.png";s:16:"ipod_nano_silver";s:38:"Addictive-General/ipod_nano_violet.png";s:16:"ipod_nano_violet";s:32:"Addictive-General/jewel_case.png";s:10:"jewel_case";s:51:"Addictive-General/jewel_case_international-pony.png";s:29:"jewel_case_international-pony";s:57:"Addictive-General/jewel_case_keane-under_the_iron_sea.png";s:35:"jewel_case_keane-under_the_iron_sea";s:56:"Addictive-General/jewel_case_linkin-park_reanimation.png";s:34:"jewel_case_linkin-park_reanimation";s:59:"Addictive-General/jewel_case_ministryofsound_annual2009.png";s:37:"jewel_case_ministryofsound_annual2009";s:41:"Addictive-General/jewel_case_spectral.png";s:19:"jewel_case_spectral";s:27:"Addictive-General/knife.png";s:5:"knife";s:34:"Addictive-General/knife_bloody.png";s:12:"knife_bloody";s:29:"Addictive-General/last-fm.png";s:7:"last-fm";s:33:"Addictive-General/lock_closed.png";s:11:"lock_closed";s:31:"Addictive-General/lock_open.png";s:9:"lock_open";s:33:"Addictive-General/magic_mouse.png";s:11:"magic_mouse";s:32:"Addictive-General/magic_wand.png";s:10:"magic_wand";s:30:"Addictive-General/mail_add.png";s:8:"mail_add";s:32:"Addictive-General/mail_alert.png";s:10:"mail_alert";s:32:"Addictive-General/mail_check.png";s:10:"mail_check";s:33:"Addictive-General/mail_delete.png";s:11:"mail_delete";s:35:"Addictive-General/mail_download.png";s:13:"mail_download";s:34:"Addictive-General/mail_forward.png";s:12:"mail_forward";s:32:"Addictive-General/mail_plain.png";s:10:"mail_plain";s:32:"Addictive-General/mail_reply.png";s:10:"mail_reply";s:34:"Addictive-General/mighty_mouse.png";s:12:"mighty_mouse";s:37:"Addictive-General/moleskine_black.png";s:15:"moleskine_black";s:35:"Addictive-General/moleskine_red.png";s:13:"moleskine_red";s:29:"Addictive-General/money_1.png";s:7:"money_1";s:30:"Addictive-General/money_10.png";s:8:"money_10";s:31:"Addictive-General/money_100.png";s:9:"money_100";s:37:"Addictive-General/money_100_coins.png";s:15:"money_100_coins";s:36:"Addictive-General/money_10_coins.png";s:14:"money_10_coins";s:35:"Addictive-General/money_1_coins.png";s:13:"money_1_coins";s:30:"Addictive-General/money_20.png";s:8:"money_20";s:36:"Addictive-General/money_20_coins.png";s:14:"money_20_coins";s:29:"Addictive-General/money_5.png";s:7:"money_5";s:30:"Addictive-General/money_50.png";s:8:"money_50";s:36:"Addictive-General/money_50_coins.png";s:14:"money_50_coins";s:35:"Addictive-General/money_5_coins.png";s:13:"money_5_coins";s:29:"Addictive-General/monitor.png";s:7:"monitor";s:27:"Addictive-General/opera.png";s:5:"opera";s:29:"Addictive-General/podcast.png";s:7:"podcast";s:33:"Addictive-General/preferences.png";s:11:"preferences";s:34:"Addictive-General/presentation.png";s:12:"presentation";s:29:"Addictive-General/printer.png";s:7:"printer";s:25:"Addictive-General/rss.png";s:3:"rss";s:37:"Addictive-General/rss_alternative.png";s:15:"rss_alternative";s:32:"Addictive-General/rss_circle.png";s:10:"rss_circle";s:41:"Addictive-General/rss_circle_comments.png";s:19:"rss_circle_comments";s:34:"Addictive-General/rss_comments.png";s:12:"rss_comments";s:32:"Addictive-General/rss_square.png";s:10:"rss_square";s:41:"Addictive-General/rss_square_comments.png";s:19:"rss_square_comments";s:28:"Addictive-General/safari.png";s:6:"safari";s:47:"Addictive-General/screen_addicted-to-coffee.png";s:25:"screen_addicted-to-coffee";s:54:"Addictive-General/screen_addicted-to-coffee_glossy.png";s:32:"screen_addicted-to-coffee_glossy";s:33:"Addictive-General/screen_aqua.png";s:11:"screen_aqua";s:40:"Addictive-General/screen_aqua_glossy.png";s:18:"screen_aqua_glossy";s:43:"Addictive-General/screen_aurora_leopard.png";s:21:"screen_aurora_leopard";s:50:"Addictive-General/screen_aurora_leopard_glossy.png";s:28:"screen_aurora_leopard_glossy";s:47:"Addictive-General/screen_aurora_snowleopard.png";s:25:"screen_aurora_snowleopard";s:54:"Addictive-General/screen_aurora_snowleopard_glossy.png";s:32:"screen_aurora_snowleopard_glossy";s:43:"Addictive-General/screen_blaze-of-light.png";s:21:"screen_blaze-of-light";s:50:"Addictive-General/screen_blaze-of-light_glossy.png";s:28:"screen_blaze-of-light_glossy";s:38:"Addictive-General/screen_lensflare.png";s:16:"screen_lensflare";s:45:"Addictive-General/screen_lensflare_glossy.png";s:23:"screen_lensflare_glossy";s:35:"Addictive-General/screen_rulers.png";s:13:"screen_rulers";s:42:"Addictive-General/screen_rulers_glossy.png";s:20:"screen_rulers_glossy";s:34:"Addictive-General/screen_sleep.png";s:12:"screen_sleep";s:41:"Addictive-General/screen_sleep_glossy.png";s:19:"screen_sleep_glossy";s:40:"Addictive-General/screen_tron-legacy.png";s:18:"screen_tron-legacy";s:47:"Addictive-General/screen_tron-legacy_glossy.png";s:25:"screen_tron-legacy_glossy";s:36:"Addictive-General/screen_twitter.png";s:14:"screen_twitter";s:43:"Addictive-General/screen_twitter_glossy.png";s:21:"screen_twitter_glossy";s:36:"Addictive-General/screen_windows.png";s:14:"screen_windows";s:43:"Addictive-General/screen_windows_glossy.png";s:21:"screen_windows_glossy";s:28:"Addictive-General/search.png";s:6:"search";s:30:"Addictive-General/security.png";s:8:"security";s:37:"Addictive-General/shopping_basket.png";s:15:"shopping_basket";s:31:"Addictive-General/show_reel.png";s:9:"show_reel";s:36:"Addictive-General/sign_available.png";s:14:"sign_available";s:40:"Addictive-General/sign_available_red.png";s:18:"sign_available_red";s:31:"Addictive-General/sign_busy.png";s:9:"sign_busy";s:35:"Addictive-General/sign_busy_red.png";s:13:"sign_busy_red";s:31:"Addictive-General/sign_free.png";s:9:"sign_free";s:35:"Addictive-General/sign_free_red.png";s:13:"sign_free_red";s:34:"Addictive-General/sign_hire_me.png";s:12:"sign_hire_me";s:38:"Addictive-General/sign_hire_me_red.png";s:16:"sign_hire_me_red";s:40:"Addictive-General/sign_we-are-hiring.png";s:18:"sign_we-are-hiring";s:44:"Addictive-General/sign_we-are-hiring_red.png";s:22:"sign_we-are-hiring_red";s:34:"Addictive-General/smashing-mag.png";s:12:"smashing-mag";s:40:"Addictive-General/speech_bubble_blue.png";s:18:"speech_bubble_blue";s:41:"Addictive-General/speech_bubble_green.png";s:19:"speech_bubble_green";s:40:"Addictive-General/speech_bubble_grey.png";s:18:"speech_bubble_grey";s:40:"Addictive-General/speech_bubble_pink.png";s:18:"speech_bubble_pink";s:39:"Addictive-General/speech_bubble_red.png";s:17:"speech_bubble_red";s:42:"Addictive-General/speech_bubble_violet.png";s:20:"speech_bubble_violet";s:31:"Addictive-General/speed_kmh.png";s:9:"speed_kmh";s:31:"Addictive-General/speed_mph.png";s:9:"speed_mph";s:38:"Addictive-General/splash_beta_blue.png";s:16:"splash_beta_blue";s:39:"Addictive-General/splash_beta_brown.png";s:17:"splash_beta_brown";s:39:"Addictive-General/splash_beta_green.png";s:17:"splash_beta_green";s:43:"Addictive-General/splash_beta_lightblue.png";s:21:"splash_beta_lightblue";s:44:"Addictive-General/splash_beta_lightgreen.png";s:22:"splash_beta_lightgreen";s:40:"Addictive-General/splash_beta_orange.png";s:18:"splash_beta_orange";s:38:"Addictive-General/splash_beta_pink.png";s:16:"splash_beta_pink";s:38:"Addictive-General/splash_beta_rose.png";s:16:"splash_beta_rose";s:40:"Addictive-General/splash_beta_violet.png";s:18:"splash_beta_violet";s:33:"Addictive-General/splash_blue.png";s:11:"splash_blue";s:34:"Addictive-General/splash_brown.png";s:12:"splash_brown";s:35:"Addictive-General/splash_green1.png";s:13:"splash_green1";s:35:"Addictive-General/splash_green2.png";s:13:"splash_green2";s:38:"Addictive-General/splash_lightblue.png";s:16:"splash_lightblue";s:37:"Addictive-General/splash_new_blue.png";s:15:"splash_new_blue";s:38:"Addictive-General/splash_new_brown.png";s:16:"splash_new_brown";s:39:"Addictive-General/splash_new_green1.png";s:17:"splash_new_green1";s:39:"Addictive-General/splash_new_green2.png";s:17:"splash_new_green2";s:42:"Addictive-General/splash_new_lightblue.png";s:20:"splash_new_lightblue";s:39:"Addictive-General/splash_new_orange.png";s:17:"splash_new_orange";s:37:"Addictive-General/splash_new_pink.png";s:15:"splash_new_pink";s:37:"Addictive-General/splash_new_rose.png";s:15:"splash_new_rose";s:39:"Addictive-General/splash_new_violet.png";s:17:"splash_new_violet";s:35:"Addictive-General/splash_orange.png";s:13:"splash_orange";s:33:"Addictive-General/splash_pink.png";s:11:"splash_pink";s:33:"Addictive-General/splash_rose.png";s:11:"splash_rose";s:35:"Addictive-General/splash_violet.png";s:13:"splash_violet";s:26:"Addictive-General/star.png";s:4:"star";s:32:"Addictive-General/star_empty.png";s:10:"star_empty";s:31:"Addictive-General/star_half.png";s:9:"star_half";s:38:"Addictive-General/super_mario_coin.png";s:16:"super_mario_coin";s:42:"Addictive-General/super_mario_mushroom.png";s:20:"super_mario_mushroom";s:49:"Addictive-General/super_mario_mushroom_one_up.png";s:27:"super_mario_mushroom_one_up";s:47:"Addictive-General/super_mario_piranha_plant.png";s:25:"super_mario_piranha_plant";s:46:"Addictive-General/super_mario_question_box.png";s:24:"super_mario_question_box";s:40:"Addictive-General/super_mario_rocket.png";s:18:"super_mario_rocket";s:26:"Addictive-General/sync.png";s:4:"sync";s:28:"Addictive-General/tablet.png";s:6:"tablet";s:25:"Addictive-General/tag.png";s:3:"tag";s:33:"Addictive-General/tag_barcode.png";s:11:"tag_barcode";s:31:"Addictive-General/tag_white.png";s:9:"tag_white";s:39:"Addictive-General/tag_white_barcode.png";s:17:"tag_white_barcode";s:30:"Addictive-General/terminal.png";s:8:"terminal";s:32:"Addictive-General/to-do-list.png";s:10:"to-do-list";s:41:"Addictive-General/to-do-list_checked1.png";s:19:"to-do-list_checked1";s:41:"Addictive-General/to-do-list_checked2.png";s:19:"to-do-list_checked2";s:41:"Addictive-General/to-do-list_checked3.png";s:19:"to-do-list_checked3";s:33:"Addictive-General/trash_empty.png";s:11:"trash_empty";s:32:"Addictive-General/trash_full.png";s:10:"trash_full";s:29:"Addictive-General/twitter.png";s:7:"twitter";s:38:"Addictive-General/twitter_standing.png";s:16:"twitter_standing";s:38:"Addictive-General/universal_binary.png";s:16:"universal_binary";s:31:"Addictive-General/usb-stick.png";s:9:"usb-stick";s:26:"Addictive-General/user.png";s:4:"user";s:30:"Addictive-General/user_add.png";s:8:"user_add";s:32:"Addictive-General/user_alert.png";s:10:"user_alert";s:32:"Addictive-General/user_check.png";s:10:"user_check";s:32:"Addictive-General/user_count.png";s:10:"user_count";s:33:"Addictive-General/user_delete.png";s:11:"user_delete";s:35:"Addictive-General/user_download.png";s:13:"user_download";s:32:"Addictive-General/user_group.png";s:10:"user_group";s:36:"Addictive-General/user_group_add.png";s:14:"user_group_add";s:38:"Addictive-General/user_group_alert.png";s:16:"user_group_alert";s:38:"Addictive-General/user_group_check.png";s:16:"user_group_check";s:38:"Addictive-General/user_group_count.png";s:16:"user_group_count";s:39:"Addictive-General/user_group_delete.png";s:17:"user_group_delete";s:41:"Addictive-General/user_group_download.png";s:19:"user_group_download";s:27:"Addictive-General/vcard.png";s:5:"vcard";s:31:"Addictive-General/vcard_add.png";s:9:"vcard_add";s:33:"Addictive-General/vcard_check.png";s:11:"vcard_check";s:34:"Addictive-General/vcard_delete.png";s:12:"vcard_delete";s:36:"Addictive-General/vcard_download.png";s:14:"vcard_download";s:35:"Addictive-General/vcard_forward.png";s:13:"vcard_forward";s:28:"Addictive-General/viagra.png";s:6:"viagra";s:35:"Addictive-General/viagra_female.png";s:13:"viagra_female";s:41:"Addictive-General/viagra_professional.png";s:19:"viagra_professional";s:35:"Addictive-General/wacom_intuos4.png";s:13:"wacom_intuos4";s:28:"Addictive-General/wallet.png";s:6:"wallet";s:34:"Addictive-General/wallet_bills.png";s:12:"wallet_bills";s:34:"Addictive-General/wallet_coins.png";s:12:"wallet_coins";s:42:"Addictive-General/wallet_louis_vuitton.png";s:20:"wallet_louis_vuitton";s:48:"Addictive-General/wallet_louis_vuitton_bills.png";s:26:"wallet_louis_vuitton_bills";s:48:"Addictive-General/wallet_louis_vuitton_coins.png";s:26:"wallet_louis_vuitton_coins";s:48:"Addictive-General/wallet_louis_vuitton_money.png";s:26:"wallet_louis_vuitton_money";s:34:"Addictive-General/wallet_money.png";s:12:"wallet_money";s:30:"Addictive-General/web_blue.png";s:8:"web_blue";s:32:"Addictive-General/web_violet.png";s:10:"web_violet";s:32:"Addictive-General/window_osx.png";s:10:"window_osx";s:29:"Addictive-General/zoom_in.png";s:7:"zoom_in";s:35:"Addictive-General/zoom_original.png";s:13:"zoom_original";s:30:"Addictive-General/zoom_out.png";s:8:"zoom_out";}s:22:"Addictive-Social-Media";a:58:{s:37:"Addictive-Social-Media/social_aim.png";s:10:"social_aim";s:40:"Addictive-Social-Media/social_amazon.png";s:13:"social_amazon";s:39:"Addictive-Social-Media/social_apple.png";s:12:"social_apple";s:42:"Addictive-Social-Media/social_appstore.png";s:15:"social_appstore";s:41:"Addictive-Social-Media/social_behance.png";s:14:"social_behance";s:41:"Addictive-Social-Media/social_blogger.png";s:14:"social_blogger";s:44:"Addictive-Social-Media/social_brightkite.png";s:17:"social_brightkite";s:49:"Addictive-Social-Media/social_brightkite_flag.png";s:22:"social_brightkite_flag";s:43:"Addictive-Social-Media/social_delicious.png";s:16:"social_delicious";s:45:"Addictive-Social-Media/social_designfloat.png";s:18:"social_designfloat";s:43:"Addictive-Social-Media/social_designmoo.png";s:16:"social_designmoo";s:44:"Addictive-Social-Media/social_deviantart.png";s:17:"social_deviantart";s:38:"Addictive-Social-Media/social_digg.png";s:11:"social_digg";s:42:"Addictive-Social-Media/social_digg_guy.png";s:15:"social_digg_guy";s:40:"Addictive-Social-Media/social_dopplr.png";s:13:"social_dopplr";s:42:"Addictive-Social-Media/social_dribbble.png";s:15:"social_dribbble";s:38:"Addictive-Social-Media/social_ebay.png";s:11:"social_ebay";s:46:"Addictive-Social-Media/social_ebay_colored.png";s:19:"social_ebay_colored";s:42:"Addictive-Social-Media/social_evernote.png";s:15:"social_evernote";s:42:"Addictive-Social-Media/social_facebook.png";s:15:"social_facebook";s:40:"Addictive-Social-Media/social_flickr.png";s:13:"social_flickr";s:44:"Addictive-Social-Media/social_foursquare.png";s:17:"social_foursquare";s:44:"Addictive-Social-Media/social_friendfeed.png";s:17:"social_friendfeed";s:40:"Addictive-Social-Media/social_google.png";s:13:"social_google";s:45:"Addictive-Social-Media/social_google_buzz.png";s:18:"social_google_buzz";s:45:"Addictive-Social-Media/social_google_talk.png";s:18:"social_google_talk";s:41:"Addictive-Social-Media/social_gowalla.png";s:14:"social_gowalla";s:41:"Addictive-Social-Media/social_last_fm.png";s:14:"social_last_fm";s:43:"Addictive-Social-Media/social_linked_in.png";s:16:"social_linked_in";s:40:"Addictive-Social-Media/social_meinvz.png";s:13:"social_meinvz";s:39:"Addictive-Social-Media/social_mixxt.png";s:12:"social_mixxt";s:42:"Addictive-Social-Media/social_mobileme.png";s:15:"social_mobileme";s:43:"Addictive-Social-Media/social_mynameisE.png";s:16:"social_mynameisE";s:41:"Addictive-Social-Media/social_myspace.png";s:14:"social_myspace";s:42:"Addictive-Social-Media/social_netvibes.png";s:15:"social_netvibes";s:38:"Addictive-Social-Media/social_ning.png";s:11:"social_ning";s:40:"Addictive-Social-Media/social_paypal.png";s:13:"social_paypal";s:43:"Addictive-Social-Media/social_posterous.png";s:16:"social_posterous";s:37:"Addictive-Social-Media/social_qik.png";s:10:"social_qik";s:40:"Addictive-Social-Media/social_reddit.png";s:13:"social_reddit";s:44:"Addictive-Social-Media/social_schuelervz.png";s:17:"social_schuelervz";s:43:"Addictive-Social-Media/social_sevenload.png";s:16:"social_sevenload";s:39:"Addictive-Social-Media/social_skype.png";s:12:"social_skype";s:41:"Addictive-Social-Media/social_studivz.png";s:14:"social_studivz";s:46:"Addictive-Social-Media/social_stumble_upon.png";s:19:"social_stumble_upon";s:44:"Addictive-Social-Media/social_technorati.png";s:17:"social_technorati";s:38:"Addictive-Social-Media/social_todo.png";s:11:"social_todo";s:40:"Addictive-Social-Media/social_tumblr.png";s:13:"social_tumblr";s:41:"Addictive-Social-Media/social_twitter.png";s:14:"social_twitter";s:46:"Addictive-Social-Media/social_twitter_bird.png";s:19:"social_twitter_bird";s:49:"Addictive-Social-Media/social_twitter_retweet.png";s:22:"social_twitter_retweet";s:39:"Addictive-Social-Media/social_vimeo.png";s:12:"social_vimeo";s:41:"Addictive-Social-Media/social_vimeo_V.png";s:14:"social_vimeo_V";s:38:"Addictive-Social-Media/social_xing.png";s:11:"social_xing";s:49:"Addictive-Social-Media/social_yahoo_messenger.png";s:22:"social_yahoo_messenger";s:56:"Addictive-Social-Media/social_yahoo_messenger_smiley.png";s:29:"social_yahoo_messenger_smiley";s:42:"Addictive-Social-Media/social_you_tube.png";s:15:"social_you_tube";s:41:"Addictive-Social-Media/social_zootool.png";s:14:"social_zootool";}s:13:"Apple Devices";a:18:{s:29:"Apple Devices/Command Key.png";s:11:"Command Key";s:27:"Apple Devices/Downloads.png";s:9:"Downloads";s:27:"Apple Devices/iPad Wall.png";s:9:"iPad Wall";s:22:"Apple Devices/iPad.png";s:4:"iPad";s:29:"Apple Devices/iPhone Wall.png";s:11:"iPhone Wall";s:24:"Apple Devices/iPhone.png";s:6:"iPhone";s:29:"Apple Devices/iPod Screen.png";s:11:"iPod Screen";s:28:"Apple Devices/iPod Touch.png";s:10:"iPod Touch";s:22:"Apple Devices/iPod.png";s:4:"iPod";s:29:"Apple Devices/Mac Leopard.png";s:11:"Mac Leopard";s:21:"Apple Devices/Mac.png";s:3:"Mac";s:29:"Apple Devices/Magic Mouse.png";s:11:"Magic Mouse";s:29:"Apple Devices/Nano Screen.png";s:11:"Nano Screen";s:22:"Apple Devices/Nano.png";s:4:"Nano";s:21:"Apple Devices/PS3.png";s:3:"PS3";s:24:"Apple Devices/Remote.png";s:6:"Remote";s:25:"Apple Devices/Shuffle.png";s:7:"Shuffle";s:25:"Apple Devices/Speaker.png";s:7:"Speaker";}s:14:"Dortmund-32x32";a:100:{s:26:"Dortmund-32x32/address.png";s:7:"address";s:38:"Dortmund-32x32/administrative-docs.png";s:19:"administrative-docs";s:30:"Dortmund-32x32/advertising.png";s:11:"advertising";s:27:"Dortmund-32x32/archives.png";s:8:"archives";s:28:"Dortmund-32x32/attibutes.png";s:9:"attibutes";s:23:"Dortmund-32x32/bank.png";s:4:"bank";s:25:"Dortmund-32x32/basket.png";s:6:"basket";s:29:"Dortmund-32x32/bestseller.png";s:10:"bestseller";s:26:"Dortmund-32x32/billing.png";s:7:"billing";s:27:"Dortmund-32x32/bookmark.png";s:8:"bookmark";s:32:"Dortmund-32x32/brainstorming.png";s:13:"brainstorming";s:35:"Dortmund-32x32/business-contact.png";s:16:"business-contact";s:23:"Dortmund-32x32/busy.png";s:4:"busy";s:27:"Dortmund-32x32/calendar.png";s:8:"calendar";s:27:"Dortmund-32x32/category.png";s:8:"category";s:24:"Dortmund-32x32/check.png";s:5:"check";s:32:"Dortmund-32x32/collaboration.png";s:13:"collaboration";s:26:"Dortmund-32x32/comment.png";s:7:"comment";s:32:"Dortmund-32x32/communication.png";s:13:"communication";s:25:"Dortmund-32x32/config.png";s:6:"config";s:29:"Dortmund-32x32/consulting.png";s:10:"consulting";s:26:"Dortmund-32x32/contact.png";s:7:"contact";s:23:"Dortmund-32x32/cost.png";s:4:"cost";s:30:"Dortmund-32x32/credit-card.png";s:11:"credit-card";s:25:"Dortmund-32x32/credit.png";s:6:"credit";s:31:"Dortmund-32x32/current-work.png";s:12:"current-work";s:28:"Dortmund-32x32/customers.png";s:9:"customers";s:21:"Dortmund-32x32/cv.png";s:2:"cv";s:27:"Dortmund-32x32/database.png";s:8:"database";s:23:"Dortmund-32x32/date.png";s:4:"date";s:28:"Dortmund-32x32/delicious.png";s:9:"delicious";s:35:"Dortmund-32x32/document-library.png";s:16:"document-library";s:25:"Dortmund-32x32/donate.png";s:6:"donate";s:27:"Dortmund-32x32/drawings.png";s:8:"drawings";s:23:"Dortmund-32x32/edit.png";s:4:"edit";s:24:"Dortmund-32x32/email.png";s:5:"email";s:27:"Dortmund-32x32/featured.png";s:8:"featured";s:23:"Dortmund-32x32/feed.png";s:4:"feed";s:32:"Dortmund-32x32/finished-work.png";s:13:"finished-work";s:23:"Dortmund-32x32/flag.png";s:4:"flag";s:25:"Dortmund-32x32/folder.png";s:6:"folder";s:31:"Dortmund-32x32/free-for-job.png";s:12:"free-for-job";s:28:"Dortmund-32x32/freelance.png";s:9:"freelance";s:28:"Dortmund-32x32/full-time.png";s:9:"full-time";s:34:"Dortmund-32x32/future-projects.png";s:15:"future-projects";s:33:"Dortmund-32x32/graphic-design.png";s:14:"graphic-design";s:24:"Dortmund-32x32/heart.png";s:5:"heart";s:26:"Dortmund-32x32/hire-me.png";s:7:"hire-me";s:23:"Dortmund-32x32/home.png";s:4:"home";s:31:"Dortmund-32x32/illustration.png";s:12:"illustration";s:26:"Dortmund-32x32/invoice.png";s:7:"invoice";s:24:"Dortmund-32x32/issue.png";s:5:"issue";s:26:"Dortmund-32x32/library.png";s:7:"library";s:28:"Dortmund-32x32/lightbulb.png";s:9:"lightbulb";s:34:"Dortmund-32x32/limited-edition.png";s:15:"limited-edition";s:23:"Dortmund-32x32/link.png";s:4:"link";s:23:"Dortmund-32x32/lock.png";s:4:"lock";s:24:"Dortmund-32x32/login.png";s:5:"login";s:25:"Dortmund-32x32/logout.png";s:6:"logout";s:28:"Dortmund-32x32/milestone.png";s:9:"milestone";s:29:"Dortmund-32x32/my-account.png";s:10:"my-account";s:29:"Dortmund-32x32/networking.png";s:10:"networking";s:31:"Dortmund-32x32/old-versions.png";s:12:"old-versions";s:28:"Dortmund-32x32/order-149.png";s:9:"order-149";s:24:"Dortmund-32x32/order.png";s:5:"order";s:31:"Dortmund-32x32/payment-card.png";s:12:"payment-card";s:25:"Dortmund-32x32/paypal.png";s:6:"paypal";s:22:"Dortmund-32x32/pen.png";s:3:"pen";s:25:"Dortmund-32x32/pencil.png";s:6:"pencil";s:24:"Dortmund-32x32/phone.png";s:5:"phone";s:30:"Dortmund-32x32/photography.png";s:11:"photography";s:23:"Dortmund-32x32/plus.png";s:4:"plus";s:26:"Dortmund-32x32/premium.png";s:7:"premium";s:24:"Dortmund-32x32/print.png";s:5:"print";s:26:"Dortmund-32x32/process.png";s:7:"process";s:30:"Dortmund-32x32/product-163.png";s:11:"product-163";s:33:"Dortmund-32x32/product-design.png";s:14:"product-design";s:26:"Dortmund-32x32/product.png";s:7:"product";s:26:"Dortmund-32x32/project.png";s:7:"project";s:26:"Dortmund-32x32/publish.png";s:7:"publish";s:26:"Dortmund-32x32/refresh.png";s:7:"refresh";s:25:"Dortmund-32x32/search.png";s:6:"search";s:27:"Dortmund-32x32/settings.png";s:8:"settings";s:27:"Dortmund-32x32/shipping.png";s:8:"shipping";s:27:"Dortmund-32x32/showreel.png";s:8:"showreel";s:26:"Dortmund-32x32/sign-in.png";s:7:"sign-in";s:27:"Dortmund-32x32/sign-out.png";s:8:"sign-out";s:26:"Dortmund-32x32/sign-up.png";s:7:"sign-up";s:26:"Dortmund-32x32/sitemap.png";s:7:"sitemap";s:32:"Dortmund-32x32/special-offer.png";s:13:"special-offer";s:23:"Dortmund-32x32/star.png";s:4:"star";s:29:"Dortmund-32x32/statistics.png";s:10:"statistics";s:28:"Dortmund-32x32/suppliers.png";s:9:"suppliers";s:22:"Dortmund-32x32/tag.png";s:3:"tag";s:25:"Dortmund-32x32/ticket.png";s:6:"ticket";s:26:"Dortmund-32x32/twitter.png";s:7:"twitter";s:32:"Dortmund-32x32/upcoming-work.png";s:13:"upcoming-work";s:23:"Dortmund-32x32/user.png";s:4:"user";s:24:"Dortmund-32x32/world.png";s:5:"world";s:23:"Dortmund-32x32/zoom.png";s:4:"zoom";}s:3:"DRF";a:96:{s:14:"DRF/64 bit.png";s:6:"64 bit";s:21:"DRF/address books.png";s:13:"address books";s:16:"DRF/advanced.png";s:8:"advanced";s:20:"DRF/applications.png";s:12:"applications";s:15:"DRF/archive.png";s:7:"archive";s:16:"DRF/back_alt.png";s:8:"back_alt";s:12:"DRF/burn.png";s:4:"burn";s:18:"DRF/calculator.png";s:10:"calculator";s:12:"DRF/cash.png";s:4:"cash";s:13:"DRF/color.png";s:5:"color";s:19:"DRF/Computer On.png";s:11:"Computer On";s:16:"DRF/Computer.png";s:8:"Computer";s:16:"DRF/copy doc.png";s:8:"copy doc";s:19:"DRF/Credit card.png";s:11:"Credit card";s:22:"DRF/delete archive.png";s:14:"delete archive";s:17:"DRF/Desktop 2.png";s:9:"Desktop 2";s:16:"DRF/down_alt.png";s:8:"down_alt";s:12:"DRF/edit.png";s:4:"edit";s:29:"DRF/Ekisho Deep Ocean HD1.png";s:21:"Ekisho Deep Ocean HD1";s:19:"DRF/exclamation.png";s:11:"exclamation";s:12:"DRF/exit.png";s:4:"exit";s:14:"DRF/folder.png";s:6:"folder";s:20:"DRF/folder_smart.png";s:12:"folder_smart";s:19:"DRF/forward all.png";s:11:"forward all";s:28:"DRF/forward button white.png";s:20:"forward button white";s:22:"DRF/forward button.png";s:14:"forward button";s:15:"DRF/forward.png";s:7:"forward";s:19:"DRF/forward_alt.png";s:11:"forward_alt";s:26:"DRF/GeneralPreferences.png";s:18:"GeneralPreferences";s:13:"DRF/Globe.png";s:5:"Globe";s:28:"DRF/Graphite Computer On.png";s:20:"Graphite Computer On";s:24:"DRF/Graphite Desktop.png";s:16:"Graphite Desktop";s:22:"DRF/Graphite Globe.png";s:14:"Graphite Globe";s:16:"DRF/heineken.png";s:8:"heineken";s:12:"DRF/help.png";s:4:"help";s:13:"DRF/iChat.png";s:5:"iChat";s:12:"DRF/info.png";s:4:"info";s:15:"DRF/install.png";s:7:"install";s:15:"DRF/intel 2.png";s:7:"intel 2";s:13:"DRF/intel.png";s:5:"intel";s:14:"DRF/iPhone.png";s:6:"iPhone";s:16:"DRF/keyboard.png";s:8:"keyboard";s:26:"DRF/library bookmarked.png";s:18:"library bookmarked";s:12:"DRF/lock.png";s:4:"lock";s:19:"DRF/minus white.png";s:11:"minus white";s:13:"DRF/minus.png";s:5:"minus";s:15:"DRF/monitor.png";s:7:"monitor";s:14:"DRF/moon 2.png";s:6:"moon 2";s:14:"DRF/moon 3.png";s:6:"moon 3";s:18:"DRF/movies alt.png";s:10:"movies alt";s:14:"DRF/movies.png";s:6:"movies";s:15:"DRF/music 2.png";s:7:"music 2";s:13:"DRF/music.png";s:5:"music";s:19:"DRF/new archive.png";s:11:"new archive";s:15:"DRF/new doc.png";s:7:"new doc";s:16:"DRF/new mail.png";s:8:"new mail";s:16:"DRF/notebook.png";s:8:"notebook";s:16:"DRF/open alt.png";s:8:"open alt";s:13:"DRF/pause.png";s:5:"pause";s:20:"DRF/Picture Cast.png";s:12:"Picture Cast";s:15:"DRF/picture.png";s:7:"picture";s:12:"DRF/play.png";s:4:"play";s:12:"DRF/plus.png";s:4:"plus";s:15:"DRF/Podcast.png";s:7:"Podcast";s:14:"DRF/public.png";s:6:"public";s:14:"DRF/record.png";s:6:"record";s:15:"DRF/refresh.png";s:7:"refresh";s:14:"DRF/remove.png";s:6:"remove";s:27:"DRF/rewind button white.png";s:19:"rewind button white";s:21:"DRF/rewind button.png";s:13:"rewind button";s:11:"DRF/RSS.png";s:3:"RSS";s:15:"DRF/RSS_alt.png";s:7:"RSS_alt";s:14:"DRF/search.png";s:6:"search";s:12:"DRF/send.png";s:4:"send";s:14:"DRF/server.png";s:6:"server";s:18:"DRF/smiley sad.png";s:10:"smiley sad";s:14:"DRF/smiley.png";s:6:"smiley";s:20:"DRF/splash green.png";s:12:"splash green";s:12:"DRF/star.png";s:4:"star";s:14:"DRF/stop 2.png";s:6:"stop 2";s:12:"DRF/stop.png";s:4:"stop";s:16:"DRF/stop_alt.png";s:8:"stop_alt";s:13:"DRF/sun 2.png";s:5:"sun 2";s:11:"DRF/sun.png";s:3:"sun";s:16:"DRF/terminal.png";s:8:"terminal";s:18:"DRF/trash full.png";s:10:"trash full";s:13:"DRF/trash.png";s:5:"trash";s:17:"DRF/unarchive.png";s:9:"unarchive";s:17:"DRF/Universal.png";s:9:"Universal";s:19:"DRF/unread mail.png";s:11:"unread mail";s:14:"DRF/up_alt.png";s:6:"up_alt";s:12:"DRF/user.png";s:4:"user";s:13:"DRF/users.png";s:5:"users";s:14:"DRF/window.png";s:6:"window";s:15:"DRF/zoom in.png";s:7:"zoom in";s:16:"DRF/zoom out.png";s:8:"zoom out";}s:12:"Munich-32x32";a:100:{s:24:"Munich-32x32/address.png";s:7:"address";s:36:"Munich-32x32/administrative-docs.png";s:19:"administrative-docs";s:28:"Munich-32x32/advertising.png";s:11:"advertising";s:25:"Munich-32x32/archives.png";s:8:"archives";s:26:"Munich-32x32/attibutes.png";s:9:"attibutes";s:21:"Munich-32x32/bank.png";s:4:"bank";s:23:"Munich-32x32/basket.png";s:6:"basket";s:27:"Munich-32x32/bestseller.png";s:10:"bestseller";s:24:"Munich-32x32/billing.png";s:7:"billing";s:25:"Munich-32x32/bookmark.png";s:8:"bookmark";s:30:"Munich-32x32/brainstorming.png";s:13:"brainstorming";s:33:"Munich-32x32/business-contact.png";s:16:"business-contact";s:21:"Munich-32x32/busy.png";s:4:"busy";s:25:"Munich-32x32/calendar.png";s:8:"calendar";s:25:"Munich-32x32/category.png";s:8:"category";s:22:"Munich-32x32/check.png";s:5:"check";s:30:"Munich-32x32/collaboration.png";s:13:"collaboration";s:24:"Munich-32x32/comment.png";s:7:"comment";s:30:"Munich-32x32/communication.png";s:13:"communication";s:23:"Munich-32x32/config.png";s:6:"config";s:27:"Munich-32x32/consulting.png";s:10:"consulting";s:24:"Munich-32x32/contact.png";s:7:"contact";s:21:"Munich-32x32/cost.png";s:4:"cost";s:28:"Munich-32x32/credit-card.png";s:11:"credit-card";s:23:"Munich-32x32/credit.png";s:6:"credit";s:29:"Munich-32x32/current-work.png";s:12:"current-work";s:26:"Munich-32x32/customers.png";s:9:"customers";s:19:"Munich-32x32/cv.png";s:2:"cv";s:25:"Munich-32x32/database.png";s:8:"database";s:21:"Munich-32x32/date.png";s:4:"date";s:26:"Munich-32x32/delicious.png";s:9:"delicious";s:33:"Munich-32x32/document-library.png";s:16:"document-library";s:23:"Munich-32x32/donate.png";s:6:"donate";s:25:"Munich-32x32/drawings.png";s:8:"drawings";s:21:"Munich-32x32/edit.png";s:4:"edit";s:22:"Munich-32x32/email.png";s:5:"email";s:25:"Munich-32x32/featured.png";s:8:"featured";s:21:"Munich-32x32/feed.png";s:4:"feed";s:30:"Munich-32x32/finished-work.png";s:13:"finished-work";s:21:"Munich-32x32/flag.png";s:4:"flag";s:23:"Munich-32x32/folder.png";s:6:"folder";s:29:"Munich-32x32/free-for-job.png";s:12:"free-for-job";s:26:"Munich-32x32/freelance.png";s:9:"freelance";s:26:"Munich-32x32/full-time.png";s:9:"full-time";s:32:"Munich-32x32/future-projects.png";s:15:"future-projects";s:31:"Munich-32x32/graphic-design.png";s:14:"graphic-design";s:22:"Munich-32x32/heart.png";s:5:"heart";s:24:"Munich-32x32/hire-me.png";s:7:"hire-me";s:21:"Munich-32x32/home.png";s:4:"home";s:29:"Munich-32x32/illustration.png";s:12:"illustration";s:24:"Munich-32x32/invoice.png";s:7:"invoice";s:22:"Munich-32x32/issue.png";s:5:"issue";s:24:"Munich-32x32/library.png";s:7:"library";s:26:"Munich-32x32/lightbulb.png";s:9:"lightbulb";s:32:"Munich-32x32/limited-edition.png";s:15:"limited-edition";s:21:"Munich-32x32/link.png";s:4:"link";s:21:"Munich-32x32/lock.png";s:4:"lock";s:22:"Munich-32x32/login.png";s:5:"login";s:23:"Munich-32x32/logout.png";s:6:"logout";s:26:"Munich-32x32/milestone.png";s:9:"milestone";s:27:"Munich-32x32/my-account.png";s:10:"my-account";s:27:"Munich-32x32/networking.png";s:10:"networking";s:29:"Munich-32x32/old-versions.png";s:12:"old-versions";s:24:"Munich-32x32/order-1.png";s:7:"order-1";s:22:"Munich-32x32/order.png";s:5:"order";s:29:"Munich-32x32/payment-card.png";s:12:"payment-card";s:23:"Munich-32x32/paypal.png";s:6:"paypal";s:20:"Munich-32x32/pen.png";s:3:"pen";s:23:"Munich-32x32/pencil.png";s:6:"pencil";s:22:"Munich-32x32/phone.png";s:5:"phone";s:28:"Munich-32x32/photography.png";s:11:"photography";s:21:"Munich-32x32/plus.png";s:4:"plus";s:24:"Munich-32x32/premium.png";s:7:"premium";s:22:"Munich-32x32/print.png";s:5:"print";s:24:"Munich-32x32/process.png";s:7:"process";s:26:"Munich-32x32/product-1.png";s:9:"product-1";s:31:"Munich-32x32/product-design.png";s:14:"product-design";s:24:"Munich-32x32/product.png";s:7:"product";s:24:"Munich-32x32/project.png";s:7:"project";s:24:"Munich-32x32/publish.png";s:7:"publish";s:24:"Munich-32x32/refresh.png";s:7:"refresh";s:23:"Munich-32x32/search.png";s:6:"search";s:25:"Munich-32x32/settings.png";s:8:"settings";s:25:"Munich-32x32/shipping.png";s:8:"shipping";s:25:"Munich-32x32/showreel.png";s:8:"showreel";s:24:"Munich-32x32/sign-in.png";s:7:"sign-in";s:25:"Munich-32x32/sign-out.png";s:8:"sign-out";s:24:"Munich-32x32/sign-up.png";s:7:"sign-up";s:24:"Munich-32x32/sitemap.png";s:7:"sitemap";s:30:"Munich-32x32/special-offer.png";s:13:"special-offer";s:21:"Munich-32x32/star.png";s:4:"star";s:27:"Munich-32x32/statistics.png";s:10:"statistics";s:26:"Munich-32x32/suppliers.png";s:9:"suppliers";s:20:"Munich-32x32/tag.png";s:3:"tag";s:23:"Munich-32x32/ticket.png";s:6:"ticket";s:24:"Munich-32x32/twitter.png";s:7:"twitter";s:30:"Munich-32x32/upcoming-work.png";s:13:"upcoming-work";s:21:"Munich-32x32/user.png";s:4:"user";s:22:"Munich-32x32/world.png";s:5:"world";s:21:"Munich-32x32/zoom.png";s:4:"zoom";}s:12:"Social Icons";a:30:{s:26:"Social Icons/blinklist.png";s:9:"blinklist";s:27:"Social Icons/brightkite.png";s:10:"brightkite";s:26:"Social Icons/delicious.png";s:9:"delicious";s:29:"Social Icons/design_float.png";s:12:"design_float";s:21:"Social Icons/digg.png";s:4:"digg";s:23:"Social Icons/dopplr.png";s:6:"dopplr";s:22:"Social Icons/email.png";s:5:"email";s:25:"Social Icons/facebook.png";s:8:"facebook";s:21:"Social Icons/feed.png";s:4:"feed";s:23:"Social Icons/flickr.png";s:6:"flickr";s:27:"Social Icons/friendfeed.png";s:10:"friendfeed";s:21:"Social Icons/furl.png";s:4:"furl";s:25:"Social Icons/gamespot.png";s:8:"gamespot";s:23:"Social Icons/lastfm.png";s:6:"lastfm";s:25:"Social Icons/linkedin.png";s:8:"linkedin";s:25:"Social Icons/magnolia.png";s:8:"magnolia";s:21:"Social Icons/mixx.png";s:4:"mixx";s:24:"Social Icons/myspace.png";s:7:"myspace";s:25:"Social Icons/newsvine.png";s:8:"newsvine";s:26:"Social Icons/posterous.png";s:9:"posterous";s:23:"Social Icons/reddit.png";s:6:"reddit";s:23:"Social Icons/sphere.png";s:6:"sphere";s:23:"Social Icons/sphinn.png";s:6:"sphinn";s:24:"Social Icons/stumble.png";s:7:"stumble";s:27:"Social Icons/technorati.png";s:10:"technorati";s:28:"Social Icons/tripadvisor.png";s:11:"tripadvisor";s:23:"Social Icons/tumblr.png";s:6:"tumblr";s:24:"Social Icons/twitter.png";s:7:"twitter";s:22:"Social Icons/vimeo.png";s:5:"vimeo";s:24:"Social Icons/youtube.png";s:7:"youtube";}s:14:"Standard Icons";a:64:{s:24:"Standard Icons/alarm.png";s:5:"alarm";s:28:"Standard Icons/arrowdown.png";s:9:"arrowdown";s:28:"Standard Icons/arrowleft.png";s:9:"arrowleft";s:29:"Standard Icons/arrowright.png";s:10:"arrowright";s:26:"Standard Icons/arrowup.png";s:7:"arrowup";s:23:"Standard Icons/bank.png";s:4:"bank";s:28:"Standard Icons/briefcase.png";s:9:"briefcase";s:29:"Standard Icons/calculator.png";s:10:"calculator";s:25:"Standard Icons/camera.png";s:6:"camera";s:28:"Standard Icons/clapboard.png";s:9:"clapboard";s:24:"Standard Icons/clock.png";s:5:"clock";s:30:"Standard Icons/connections.png";s:11:"connections";s:30:"Standard Icons/credit_card.png";s:11:"credit_card";s:27:"Standard Icons/database.png";s:8:"database";s:25:"Standard Icons/delete.png";s:6:"delete";s:27:"Standard Icons/delivery.png";s:8:"delivery";s:23:"Standard Icons/disk.png";s:4:"disk";s:24:"Standard Icons/eject.png";s:5:"eject";s:30:"Standard Icons/fastforward.png";s:11:"fastforward";s:25:"Standard Icons/filter.png";s:6:"filter";s:23:"Standard Icons/fire.png";s:4:"fire";s:28:"Standard Icons/first_aid.png";s:9:"first_aid";s:25:"Standard Icons/folder.png";s:6:"folder";s:31:"Standard Icons/forwardtoend.png";s:12:"forwardtoend";s:24:"Standard Icons/games.png";s:5:"games";s:24:"Standard Icons/graph.png";s:5:"graph";s:24:"Standard Icons/heart.png";s:5:"heart";s:24:"Standard Icons/house.png";s:5:"house";s:28:"Standard Icons/lightbulb.png";s:9:"lightbulb";s:25:"Standard Icons/magnet.png";s:6:"magnet";s:34:"Standard Icons/magnifyingglass.png";s:15:"magnifyingglass";s:29:"Standard Icons/mailclosed.png";s:10:"mailclosed";s:29:"Standard Icons/mailopened.png";s:10:"mailopened";s:22:"Standard Icons/man.png";s:3:"man";s:24:"Standard Icons/minus.png";s:5:"minus";s:26:"Standard Icons/monitor.png";s:7:"monitor";s:23:"Standard Icons/move.png";s:4:"move";s:28:"Standard Icons/newspaper.png";s:9:"newspaper";s:26:"Standard Icons/padlock.png";s:7:"padlock";s:23:"Standard Icons/page.png";s:4:"page";s:24:"Standard Icons/pause.png";s:5:"pause";s:31:"Standard Icons/pencilangled.png";s:12:"pencilangled";s:33:"Standard Icons/pencilstraight.png";s:14:"pencilstraight";s:25:"Standard Icons/photos.png";s:6:"photos";s:24:"Standard Icons/piggy.png";s:5:"piggy";s:23:"Standard Icons/play.png";s:4:"play";s:23:"Standard Icons/plus.png";s:4:"plus";s:30:"Standard Icons/preferences.png";s:11:"preferences";s:25:"Standard Icons/record.png";s:6:"record";s:26:"Standard Icons/refresh.png";s:7:"refresh";s:25:"Standard Icons/reload.png";s:6:"reload";s:25:"Standard Icons/rewind.png";s:6:"rewind";s:32:"Standard Icons/rewindtostart.png";s:13:"rewindtostart";s:22:"Standard Icons/rss.png";s:3:"rss";s:23:"Standard Icons/safe.png";s:4:"safe";s:25:"Standard Icons/scales.png";s:6:"scales";s:31:"Standard Icons/shoppingcart.png";s:12:"shoppingcart";s:26:"Standard Icons/speaker.png";s:7:"speaker";s:31:"Standard Icons/speechbubble.png";s:12:"speechbubble";s:30:"Standard Icons/speechmedia.png";s:11:"speechmedia";s:23:"Standard Icons/star.png";s:4:"star";s:24:"Standard Icons/trash.png";s:5:"trash";s:24:"Standard Icons/trend.png";s:5:"trend";s:24:"Standard Icons/world.png";s:5:"world";}s:15:"Woo Icons Set 1";a:170:{s:30:"Woo Icons Set 1/Arrow Down.png";s:10:"Arrow Down";s:30:"Woo Icons Set 1/Arrow Left.png";s:10:"Arrow Left";s:31:"Woo Icons Set 1/Arrow Right.png";s:11:"Arrow Right";s:28:"Woo Icons Set 1/Arrow Up.png";s:8:"Arrow Up";s:33:"Woo Icons Set 1/Black Board 2.png";s:13:"Black Board 2";s:31:"Woo Icons Set 1/Black Board.png";s:11:"Black Board";s:29:"Woo Icons Set 1/Bluetooth.png";s:9:"Bluetooth";s:31:"Woo Icons Set 1/Bookmarks 2.png";s:11:"Bookmarks 2";s:29:"Woo Icons Set 1/Bookmarks.png";s:9:"Bookmarks";s:27:"Woo Icons Set 1/Box Add.png";s:7:"Box Add";s:28:"Woo Icons Set 1/Box Down.png";s:8:"Box Down";s:30:"Woo Icons Set 1/Box Remove.png";s:10:"Box Remove";s:26:"Woo Icons Set 1/Box Up.png";s:6:"Box Up";s:23:"Woo Icons Set 1/Box.png";s:3:"Box";s:29:"Woo Icons Set 1/Briefcase.png";s:9:"Briefcase";s:23:"Woo Icons Set 1/Bug.png";s:3:"Bug";s:30:"Woo Icons Set 1/Button Add.png";s:10:"Button Add";s:31:"Woo Icons Set 1/Button Burn.png";s:11:"Button Burn";s:32:"Woo Icons Set 1/Button Check.png";s:12:"Button Check";s:39:"Woo Icons Set 1/Button Color Circle.png";s:19:"Button Color Circle";s:32:"Woo Icons Set 1/Button Eject.png";s:12:"Button Eject";s:31:"Woo Icons Set 1/Button Help.png";s:11:"Button Help";s:31:"Woo Icons Set 1/Button Info.png";s:11:"Button Info";s:31:"Woo Icons Set 1/Button Load.png";s:11:"Button Load";s:31:"Woo Icons Set 1/Button Next.png";s:11:"Button Next";s:32:"Woo Icons Set 1/Button Pause.png";s:12:"Button Pause";s:31:"Woo Icons Set 1/Button Play.png";s:11:"Button Play";s:35:"Woo Icons Set 1/Button Previous.png";s:15:"Button Previous";s:40:"Woo Icons Set 1/Button Record Active.png";s:20:"Button Record Active";s:33:"Woo Icons Set 1/Button Record.png";s:13:"Button Record";s:33:"Woo Icons Set 1/Button Remove.png";s:13:"Button Remove";s:30:"Woo Icons Set 1/Button RSS.png";s:10:"Button RSS";s:31:"Woo Icons Set 1/Button Stop.png";s:11:"Button Stop";s:36:"Woo Icons Set 1/Button White Add.png";s:16:"Button White Add";s:38:"Woo Icons Set 1/Button White Check.png";s:18:"Button White Check";s:37:"Woo Icons Set 1/Button White Help.png";s:17:"Button White Help";s:37:"Woo Icons Set 1/Button White Info.png";s:17:"Button White Info";s:37:"Woo Icons Set 1/Button White Load.png";s:17:"Button White Load";s:39:"Woo Icons Set 1/Button White Remove.png";s:19:"Button White Remove";s:36:"Woo Icons Set 1/Button White RSS.png";s:16:"Button White RSS";s:37:"Woo Icons Set 1/Button White Stop.png";s:17:"Button White Stop";s:30:"Woo Icons Set 1/Calendar 2.png";s:10:"Calendar 2";s:28:"Woo Icons Set 1/Calendar.png";s:8:"Calendar";s:26:"Woo Icons Set 1/Camera.png";s:6:"Camera";s:29:"Woo Icons Set 1/Chart Bar.png";s:9:"Chart Bar";s:29:"Woo Icons Set 1/Chart Pie.png";s:9:"Chart Pie";s:25:"Woo Icons Set 1/Chart.png";s:5:"Chart";s:34:"Woo Icons Set 1/Checkbox Empty.png";s:14:"Checkbox Empty";s:33:"Woo Icons Set 1/Checkbox Full.png";s:13:"Checkbox Full";s:31:"Woo Icons Set 1/Clock Alarm.png";s:11:"Clock Alarm";s:25:"Woo Icons Set 1/Clock.png";s:5:"Clock";s:27:"Woo Icons Set 1/CMD Key.png";s:7:"CMD Key";s:28:"Woo Icons Set 1/Cocktail.png";s:8:"Cocktail";s:23:"Woo Icons Set 1/Cog.png";s:3:"Cog";s:31:"Woo Icons Set 1/Comment Add.png";s:11:"Comment Add";s:32:"Woo Icons Set 1/Comment Edit.png";s:12:"Comment Edit";s:34:"Woo Icons Set 1/Comment Remove.png";s:14:"Comment Remove";s:27:"Woo Icons Set 1/Comment.png";s:7:"Comment";s:32:"Woo Icons Set 1/Computer Off.png";s:12:"Computer Off";s:31:"Woo Icons Set 1/Computer On.png";s:11:"Computer On";s:27:"Woo Icons Set 1/Contact.png";s:7:"Contact";s:32:"Woo Icons Set 1/Contacts Add.png";s:12:"Contacts Add";s:35:"Woo Icons Set 1/Contacts Remove.png";s:15:"Contacts Remove";s:33:"Woo Icons Set 1/Contacts Sync.png";s:13:"Contacts Sync";s:28:"Woo Icons Set 1/Contacts.png";s:8:"Contacts";s:38:"Woo Icons Set 1/Credit Card PayPal.png";s:18:"Credit Card PayPal";s:31:"Woo Icons Set 1/Credit Card.png";s:11:"Credit Card";s:29:"Woo Icons Set 1/Dashboard.png";s:9:"Dashboard";s:32:"Woo Icons Set 1/Database Add.png";s:12:"Database Add";s:35:"Woo Icons Set 1/Database Remove.png";s:15:"Database Remove";s:28:"Woo Icons Set 1/Database.png";s:8:"Database";s:27:"Woo Icons Set 1/Desktop.png";s:7:"Desktop";s:32:"Woo Icons Set 1/Disc Blu Ray.png";s:12:"Disc Blu Ray";s:28:"Woo Icons Set 1/Disc DVD.png";s:8:"Disc DVD";s:34:"Woo Icons Set 1/Document 1 Add.png";s:14:"Document 1 Add";s:35:"Woo Icons Set 1/Document 1 Edit.png";s:15:"Document 1 Edit";s:37:"Woo Icons Set 1/Document 1 Remove.png";s:17:"Document 1 Remove";s:30:"Woo Icons Set 1/Document 1.png";s:10:"Document 1";s:34:"Woo Icons Set 1/Document 2 Add.png";s:14:"Document 2 Add";s:35:"Woo Icons Set 1/Document 2 Edit.png";s:15:"Document 2 Edit";s:37:"Woo Icons Set 1/Document 2 Remove.png";s:17:"Document 2 Remove";s:30:"Woo Icons Set 1/Document 2.png";s:10:"Document 2";s:38:"Woo Icons Set 1/Document Blueprint.png";s:18:"Document Blueprint";s:38:"Woo Icons Set 1/Document Checklist.png";s:18:"Document Checklist";s:33:"Woo Icons Set 1/Drawer Closed.png";s:13:"Drawer Closed";s:31:"Woo Icons Set 1/Drawer Open.png";s:11:"Drawer Open";s:28:"Woo Icons Set 1/File Add.png";s:8:"File Add";s:32:"Woo Icons Set 1/File Receive.png";s:12:"File Receive";s:31:"Woo Icons Set 1/File Remove.png";s:11:"File Remove";s:29:"Woo Icons Set 1/File Send.png";s:9:"File Send";s:24:"Woo Icons Set 1/File.png";s:4:"File";s:26:"Woo Icons Set 1/Finder.png";s:6:"Finder";s:30:"Woo Icons Set 1/Folder Add.png";s:10:"Folder Add";s:33:"Woo Icons Set 1/Folder Remove.png";s:13:"Folder Remove";s:32:"Woo Icons Set 1/Folder Smart.png";s:12:"Folder Smart";s:31:"Woo Icons Set 1/Folder Sync.png";s:11:"Folder Sync";s:26:"Woo Icons Set 1/Folder.png";s:6:"Folder";s:25:"Woo Icons Set 1/Fonts.png";s:5:"Fonts";s:32:"Woo Icons Set 1/Globe Active.png";s:12:"Globe Active";s:34:"Woo Icons Set 1/Globe Inactive.png";s:14:"Globe Inactive";s:29:"Woo Icons Set 1/Glyph Add.png";s:9:"Glyph Add";s:31:"Woo Icons Set 1/Glyph Check.png";s:11:"Glyph Check";s:32:"Woo Icons Set 1/Glyph Remove.png";s:12:"Glyph Remove";s:24:"Woo Icons Set 1/Home.png";s:4:"Home";s:24:"Woo Icons Set 1/IM 2.png";s:4:"IM 2";s:22:"Woo Icons Set 1/IM.png";s:2:"IM";s:24:"Woo Icons Set 1/iPad.png";s:4:"iPad";s:26:"Woo Icons Set 1/iPhone.png";s:6:"iPhone";s:34:"Woo Icons Set 1/Light Bulb Off.png";s:14:"Light Bulb Off";s:33:"Woo Icons Set 1/Light Bulb On.png";s:13:"Light Bulb On";s:24:"Woo Icons Set 1/Link.png";s:4:"Link";s:31:"Woo Icons Set 1/Lock Closed.png";s:11:"Lock Closed";s:29:"Woo Icons Set 1/Lock Open.png";s:9:"Lock Open";s:24:"Woo Icons Set 1/Love.png";s:4:"Love";s:30:"Woo Icons Set 1/Magic Wand.png";s:10:"Magic Wand";s:28:"Woo Icons Set 1/Mail Add.png";s:8:"Mail Add";s:29:"Woo Icons Set 1/Mail Edit.png";s:9:"Mail Edit";s:32:"Woo Icons Set 1/Mail Forward.png";s:12:"Mail Forward";s:31:"Woo Icons Set 1/Mail Open 1.png";s:11:"Mail Open 1";s:31:"Woo Icons Set 1/Mail Open 2.png";s:11:"Mail Open 2";s:32:"Woo Icons Set 1/Mail Receive.png";s:12:"Mail Receive";s:31:"Woo Icons Set 1/Mail Remove.png";s:11:"Mail Remove";s:30:"Woo Icons Set 1/Mail Reply.png";s:10:"Mail Reply";s:29:"Woo Icons Set 1/Mail Send.png";s:9:"Mail Send";s:24:"Woo Icons Set 1/Mail.png";s:4:"Mail";s:24:"Woo Icons Set 1/Maps.png";s:4:"Maps";s:32:"Woo Icons Set 1/Mobile Phone.png";s:12:"Mobile Phone";s:32:"Woo Icons Set 1/Money Bundle.png";s:12:"Money Bundle";s:25:"Woo Icons Set 1/Money.png";s:5:"Money";s:26:"Woo Icons Set 1/Movies.png";s:6:"Movies";s:30:"Woo Icons Set 1/Music Blue.png";s:10:"Music Blue";s:31:"Woo Icons Set 1/Music Green.png";s:11:"Music Green";s:29:"Woo Icons Set 1/Music Red.png";s:9:"Music Red";s:28:"Woo Icons Set 1/News Add.png";s:8:"News Add";s:31:"Woo Icons Set 1/News Remove.png";s:11:"News Remove";s:24:"Woo Icons Set 1/News.png";s:4:"News";s:31:"Woo Icons Set 1/Note Pinned.png";s:11:"Note Pinned";s:31:"Woo Icons Set 1/Note Sticky.png";s:11:"Note Sticky";s:26:"Woo Icons Set 1/Pencil.png";s:6:"Pencil";s:28:"Woo Icons Set 1/Pictures.png";s:8:"Pictures";s:27:"Woo Icons Set 1/Printer.png";s:7:"Printer";s:27:"Woo Icons Set 1/Private.png";s:7:"Private";s:25:"Woo Icons Set 1/Ruler.png";s:5:"Ruler";s:30:"Woo Icons Set 1/Search Add.png";s:10:"Search Add";s:33:"Woo Icons Set 1/Search Remove.png";s:13:"Search Remove";s:26:"Woo Icons Set 1/Search.png";s:6:"Search";s:31:"Woo Icons Set 1/Sign Public.png";s:11:"Sign Public";s:32:"Woo Icons Set 1/Sign Warning.png";s:12:"Sign Warning";s:32:"Woo Icons Set 1/Smiley Happy.png";s:12:"Smiley Happy";s:30:"Woo Icons Set 1/Smiley Sad.png";s:10:"Smiley Sad";s:27:"Woo Icons Set 1/Speaker.png";s:7:"Speaker";s:28:"Woo Icons Set 1/Star Off.png";s:8:"Star Off";s:27:"Woo Icons Set 1/Star On.png";s:7:"Star On";s:26:"Woo Icons Set 1/Stop 2.png";s:6:"Stop 2";s:24:"Woo Icons Set 1/Stop.png";s:4:"Stop";s:43:"Woo Icons Set 1/System Activity Monitor.png";s:23:"System Activity Monitor";s:36:"Woo Icons Set 1/System Equalizer.png";s:16:"System Equalizer";s:38:"Woo Icons Set 1/System Preferences.png";s:18:"System Preferences";s:35:"Woo Icons Set 1/System Terminal.png";s:15:"System Terminal";s:31:"Woo Icons Set 1/Trash Empty.png";s:11:"Trash Empty";s:30:"Woo Icons Set 1/Trash Full.png";s:10:"Trash Full";s:34:"Woo Icons Set 1/Trash Shredder.png";s:14:"Trash Shredder";s:26:"Woo Icons Set 1/TV Off.png";s:6:"TV Off";s:25:"Woo Icons Set 1/TV On.png";s:5:"TV On";s:24:"Woo Icons Set 1/User.png";s:4:"User";s:25:"Woo Icons Set 1/Users.png";s:5:"Users";s:31:"Woo Icons Set 1/WiFi Singal.png";s:11:"WiFi Singal";s:31:"Woo Icons Set 1/Window Move.png";s:11:"Window Move";s:33:"Woo Icons Set 1/Window Resize.png";s:13:"Window Resize";s:26:"Woo Icons Set 1/Window.png";s:6:"Window";}s:15:"Woo Icons Set 2";a:177:{s:36:"Woo Icons Set 2/activity_monitor.png";s:16:"activity_monitor";s:40:"Woo Icons Set 2/activity_monitor_add.png";s:20:"activity_monitor_add";s:42:"Woo Icons Set 2/activity_monitor_chart.png";s:22:"activity_monitor_chart";s:42:"Woo Icons Set 2/activity_monitor_close.png";s:22:"activity_monitor_close";s:44:"Woo Icons Set 2/activity_monitor_warning.png";s:24:"activity_monitor_warning";s:35:"Woo Icons Set 2/address_book_32.png";s:15:"address_book_32";s:39:"Woo Icons Set 2/address_book_add_32.png";s:19:"address_book_add_32";s:41:"Woo Icons Set 2/address_book_close_32.png";s:21:"address_book_close_32";s:42:"Woo Icons Set 2/address_book_search_32.png";s:22:"address_book_search_32";s:43:"Woo Icons Set 2/address_book_warning_32.png";s:23:"address_book_warning_32";s:26:"Woo Icons Set 2/add_16.png";s:6:"add_16";s:26:"Woo Icons Set 2/add_32.png";s:6:"add_32";s:33:"Woo Icons Set 2/arrow_down_16.png";s:13:"arrow_down_16";s:33:"Woo Icons Set 2/arrow_down_32.png";s:13:"arrow_down_32";s:33:"Woo Icons Set 2/arrow_left_16.png";s:13:"arrow_left_16";s:33:"Woo Icons Set 2/arrow_left_32.png";s:13:"arrow_left_32";s:34:"Woo Icons Set 2/arrow_right_16.png";s:14:"arrow_right_16";s:34:"Woo Icons Set 2/arrow_right_32.png";s:14:"arrow_right_32";s:31:"Woo Icons Set 2/arrow_up_16.png";s:11:"arrow_up_16";s:31:"Woo Icons Set 2/arrow_up_32.png";s:11:"arrow_up_32";s:29:"Woo Icons Set 2/basket_32.png";s:9:"basket_32";s:33:"Woo Icons Set 2/basket_add_32.png";s:13:"basket_add_32";s:34:"Woo Icons Set 2/basket_back_32.png";s:14:"basket_back_32";s:35:"Woo Icons Set 2/basket_chart_32.png";s:15:"basket_chart_32";s:35:"Woo Icons Set 2/basket_close_32.png";s:15:"basket_close_32";s:32:"Woo Icons Set 2/basket_go_32.png";s:12:"basket_go_32";s:36:"Woo Icons Set 2/basket_search_32.png";s:16:"basket_search_32";s:38:"Woo Icons Set 2/blue_arrow_down_32.png";s:18:"blue_arrow_down_32";s:38:"Woo Icons Set 2/blue_arrow_left_32.png";s:18:"blue_arrow_left_32";s:39:"Woo Icons Set 2/blue_arrow_right_32.png";s:19:"blue_arrow_right_32";s:36:"Woo Icons Set 2/blue_arrow_up_32.png";s:16:"blue_arrow_up_32";s:27:"Woo Icons Set 2/book_32.png";s:7:"book_32";s:31:"Woo Icons Set 2/book_add_32.png";s:11:"book_add_32";s:37:"Woo Icons Set 2/book_bookmarks_32.png";s:17:"book_bookmarks_32";s:33:"Woo Icons Set 2/book_close_32.png";s:13:"book_close_32";s:34:"Woo Icons Set 2/book_search_32.png";s:14:"book_search_32";s:35:"Woo Icons Set 2/book_warning_32.png";s:15:"book_warning_32";s:29:"Woo Icons Set 2/camera_32.png";s:9:"camera_32";s:33:"Woo Icons Set 2/camera_add_32.png";s:13:"camera_add_32";s:35:"Woo Icons Set 2/camera_close_32.png";s:15:"camera_close_32";s:28:"Woo Icons Set 2/chart_16.png";s:8:"chart_16";s:28:"Woo Icons Set 2/chart_32.png";s:8:"chart_32";s:36:"Woo Icons Set 2/chart_flipped_16.png";s:16:"chart_flipped_16";s:36:"Woo Icons Set 2/chart_flipped_32.png";s:16:"chart_flipped_32";s:28:"Woo Icons Set 2/clock_32.png";s:8:"clock_32";s:28:"Woo Icons Set 2/close_16.png";s:8:"close_16";s:28:"Woo Icons Set 2/close_32.png";s:8:"close_32";s:30:"Woo Icons Set 2/comment_32.png";s:10:"comment_32";s:34:"Woo Icons Set 2/comment_add_32.png";s:14:"comment_add_32";s:35:"Woo Icons Set 2/comment_page_32.png";s:15:"comment_page_32";s:35:"Woo Icons Set 2/comment_user_32.png";s:15:"comment_user_32";s:39:"Woo Icons Set 2/comment_user_add_32.png";s:19:"comment_user_add_32";s:41:"Woo Icons Set 2/comment_user_chart_32.png";s:21:"comment_user_chart_32";s:41:"Woo Icons Set 2/comment_user_close_32.png";s:21:"comment_user_close_32";s:40:"Woo Icons Set 2/comment_user_info_32.png";s:20:"comment_user_info_32";s:40:"Woo Icons Set 2/comment_user_page_32.png";s:20:"comment_user_page_32";s:39:"Woo Icons Set 2/comment_user_rss_32.png";s:19:"comment_user_rss_32";s:42:"Woo Icons Set 2/comment_user_search_32.png";s:22:"comment_user_search_32";s:43:"Woo Icons Set 2/comment_user_warning_32.png";s:23:"comment_user_warning_32";s:31:"Woo Icons Set 2/database_32.png";s:11:"database_32";s:35:"Woo Icons Set 2/database_add_32.png";s:15:"database_add_32";s:37:"Woo Icons Set 2/database_chart_32.png";s:17:"database_chart_32";s:37:"Woo Icons Set 2/database_close_32.png";s:17:"database_close_32";s:36:"Woo Icons Set 2/database_page_32.png";s:16:"database_page_32";s:38:"Woo Icons Set 2/database_search_32.png";s:18:"database_search_32";s:39:"Woo Icons Set 2/database_warning_32.png";s:19:"database_warning_32";s:28:"Woo Icons Set 2/email_32.png";s:8:"email_32";s:32:"Woo Icons Set 2/email_add_32.png";s:12:"email_add_32";s:34:"Woo Icons Set 2/email_close_32.png";s:14:"email_close_32";s:36:"Woo Icons Set 2/email_forward_32.png";s:16:"email_forward_32";s:34:"Woo Icons Set 2/email_reply_32.png";s:14:"email_reply_32";s:38:"Woo Icons Set 2/email_reply_all_32.png";s:18:"email_reply_all_32";s:32:"Woo Icons Set 2/error_button.png";s:12:"error_button";s:35:"Woo Icons Set 2/error_button_16.png";s:15:"error_button_16";s:29:"Woo Icons Set 2/folder_32.png";s:9:"folder_32";s:33:"Woo Icons Set 2/folder_add_32.png";s:13:"folder_add_32";s:35:"Woo Icons Set 2/folder_chart_32.png";s:15:"folder_chart_32";s:35:"Woo Icons Set 2/folder_close_32.png";s:15:"folder_close_32";s:34:"Woo Icons Set 2/folder_page_32.png";s:14:"folder_page_32";s:36:"Woo Icons Set 2/folder_search_32.png";s:16:"folder_search_32";s:37:"Woo Icons Set 2/folder_warning_32.png";s:17:"folder_warning_32";s:29:"Woo Icons Set 2/hammer_32.png";s:9:"hammer_32";s:28:"Woo Icons Set 2/heart_16.png";s:8:"heart_16";s:28:"Woo Icons Set 2/heart_32.png";s:8:"heart_32";s:27:"Woo Icons Set 2/home_32.png";s:7:"home_32";s:32:"Woo Icons Set 2/home_back_32.png";s:12:"home_back_32";s:30:"Woo Icons Set 2/home_go_32.png";s:10:"home_go_32";s:34:"Woo Icons Set 2/info_button_16.png";s:14:"info_button_16";s:34:"Woo Icons Set 2/info_button_32.png";s:14:"info_button_32";s:32:"Woo Icons Set 2/lightbulb_32.png";s:12:"lightbulb_32";s:36:"Woo Icons Set 2/lightbulb_off_32.png";s:16:"lightbulb_off_32";s:27:"Woo Icons Set 2/lock_32.png";s:7:"lock_32";s:32:"Woo Icons Set 2/lock_open_32.png";s:12:"lock_open_32";s:32:"Woo Icons Set 2/newspaper_32.png";s:12:"newspaper_32";s:36:"Woo Icons Set 2/newspaper_add_32.png";s:16:"newspaper_add_32";s:38:"Woo Icons Set 2/newspaper_close_32.png";s:18:"newspaper_close_32";s:37:"Woo Icons Set 2/newspaper_info_32.png";s:17:"newspaper_info_32";s:36:"Woo Icons Set 2/newspaper_rss_32.png";s:16:"newspaper_rss_32";s:39:"Woo Icons Set 2/newspaper_search_32.png";s:19:"newspaper_search_32";s:27:"Woo Icons Set 2/page_16.png";s:7:"page_16";s:33:"Woo Icons Set 2/page_blank_32.png";s:13:"page_blank_32";s:37:"Woo Icons Set 2/page_blank_add_32.png";s:17:"page_blank_add_32";s:39:"Woo Icons Set 2/page_blank_chart_32.png";s:19:"page_blank_chart_32";s:39:"Woo Icons Set 2/page_blank_close_32.png";s:19:"page_blank_close_32";s:41:"Woo Icons Set 2/page_blank_warning_32.png";s:21:"page_blank_warning_32";s:33:"Woo Icons Set 2/page_table_32.png";s:13:"page_table_32";s:37:"Woo Icons Set 2/page_table_add_32.png";s:17:"page_table_add_32";s:39:"Woo Icons Set 2/page_table_chart_32.png";s:19:"page_table_chart_32";s:39:"Woo Icons Set 2/page_table_close_32.png";s:19:"page_table_close_32";s:41:"Woo Icons Set 2/page_table_warning_32.png";s:21:"page_table_warning_32";s:36:"Woo Icons Set 2/page_text_add_32.png";s:16:"page_text_add_32";s:38:"Woo Icons Set 2/page_text_chart_32.png";s:18:"page_text_chart_32";s:38:"Woo Icons Set 2/page_text_close_32.png";s:18:"page_text_close_32";s:40:"Woo Icons Set 2/page_text_warning_32.png";s:20:"page_text_warning_32";s:29:"Woo Icons Set 2/pencil_32.png";s:9:"pencil_32";s:26:"Woo Icons Set 2/rss_16.png";s:6:"rss_16";s:26:"Woo Icons Set 2/rss_32.png";s:6:"rss_32";s:27:"Woo Icons Set 2/save_32.png";s:7:"save_32";s:36:"Woo Icons Set 2/save_download_32.png";s:16:"save_download_32";s:34:"Woo Icons Set 2/save_upload_32.png";s:14:"save_upload_32";s:29:"Woo Icons Set 2/screen_32.png";s:9:"screen_32";s:33:"Woo Icons Set 2/screen_off_32.png";s:13:"screen_off_32";s:34:"Woo Icons Set 2/screwdriver_32.png";s:14:"screwdriver_32";s:29:"Woo Icons Set 2/search_32.png";s:9:"search_32";s:36:"Woo Icons Set 2/search_button_16.png";s:16:"search_button_16";s:36:"Woo Icons Set 2/search_button_32.png";s:16:"search_button_32";s:42:"Woo Icons Set 2/search_button_green_16.png";s:22:"search_button_green_16";s:42:"Woo Icons Set 2/search_button_green_32.png";s:22:"search_button_green_32";s:35:"Woo Icons Set 2/search_chart_32.png";s:15:"search_chart_32";s:37:"Woo Icons Set 2/search_warning_32.png";s:17:"search_warning_32";s:27:"Woo Icons Set 2/star_16.png";s:7:"star_16";s:27:"Woo Icons Set 2/star_32.png";s:7:"star_32";s:30:"Woo Icons Set 2/star_off16.png";s:10:"star_off16";s:31:"Woo Icons Set 2/star_off_32.png";s:11:"star_off_32";s:28:"Woo Icons Set 2/tools_32.png";s:8:"tools_32";s:30:"Woo Icons Set 2/twitter_16.png";s:10:"twitter_16";s:30:"Woo Icons Set 2/twitter_32.png";s:10:"twitter_32";s:28:"Woo Icons Set 2/users_32.png";s:8:"users_32";s:37:"Woo Icons Set 2/users_business_32.png";s:17:"users_business_32";s:27:"Woo Icons Set 2/user_32.png";s:7:"user_32";s:31:"Woo Icons Set 2/user_add_32.png";s:11:"user_add_32";s:32:"Woo Icons Set 2/user_blue_32.png";s:12:"user_blue_32";s:36:"Woo Icons Set 2/user_business_32.png";s:16:"user_business_32";s:40:"Woo Icons Set 2/user_business_add_32.png";s:20:"user_business_add_32";s:42:"Woo Icons Set 2/user_business_chart_32.png";s:22:"user_business_chart_32";s:42:"Woo Icons Set 2/user_business_close_32.png";s:22:"user_business_close_32";s:41:"Woo Icons Set 2/user_business_info_32.png";s:21:"user_business_info_32";s:40:"Woo Icons Set 2/user_business_rss_32.png";s:20:"user_business_rss_32";s:43:"Woo Icons Set 2/user_business_search_32.png";s:23:"user_business_search_32";s:44:"Woo Icons Set 2/user_business_twitter_32.png";s:24:"user_business_twitter_32";s:44:"Woo Icons Set 2/user_business_warning_32.png";s:24:"user_business_warning_32";s:33:"Woo Icons Set 2/user_close_32.png";s:13:"user_close_32";s:32:"Woo Icons Set 2/user_info_32.png";s:12:"user_info_32";s:31:"Woo Icons Set 2/user_rss_32.png";s:11:"user_rss_32";s:34:"Woo Icons Set 2/user_search_32.png";s:14:"user_search_32";s:35:"Woo Icons Set 2/user_twitter_32.png";s:15:"user_twitter_32";s:35:"Woo Icons Set 2/user_warning_32.png";s:15:"user_warning_32";s:30:"Woo Icons Set 2/warning_16.png";s:10:"warning_16";s:30:"Woo Icons Set 2/warning_32.png";s:10:"warning_32";s:33:"Woo Icons Set 2/web_layout_32.png";s:13:"web_layout_32";s:39:"Woo Icons Set 2/web_layout_chart_32.png";s:19:"web_layout_chart_32";s:39:"Woo Icons Set 2/web_layout_error_32.png";s:19:"web_layout_error_32";s:43:"Woo Icons Set 2/web_layout_error_32_add.png";s:23:"web_layout_error_32_add";s:45:"Woo Icons Set 2/web_layout_error_32_close.png";s:25:"web_layout_error_32_close";s:38:"Woo Icons Set 2/web_layout_info_32.png";s:18:"web_layout_info_32";s:37:"Woo Icons Set 2/web_layout_rss_32.png";s:17:"web_layout_rss_32";s:40:"Woo Icons Set 2/web_layout_search_32.png";s:20:"web_layout_search_32";s:41:"Woo Icons Set 2/web_layout_twitter_32.png";s:21:"web_layout_twitter_32";s:33:"Woo Icons Set 2/window_app_32.png";s:13:"window_app_32";s:39:"Woo Icons Set 2/window_app_blank_32.png";s:19:"window_app_blank_32";s:38:"Woo Icons Set 2/window_app_list_32.png";s:18:"window_app_list_32";s:42:"Woo Icons Set 2/window_app_list_add_32.png";s:22:"window_app_list_add_32";s:44:"Woo Icons Set 2/window_app_list_chart_32.png";s:24:"window_app_list_chart_32";s:44:"Woo Icons Set 2/window_app_list_close_32.png";s:24:"window_app_list_close_32";s:44:"Woo Icons Set 2/window_app_list_error_32.png";s:24:"window_app_list_error_32";s:43:"Woo Icons Set 2/window_app_list_info_32.png";s:23:"window_app_list_info_32";s:45:"Woo Icons Set 2/window_app_list_search_32.png";s:25:"window_app_list_search_32";}s:9:"Yoritsuki";a:35:{s:29:"Yoritsuki/Andon (lantern).png";s:15:"Andon (lantern)";s:32:"Yoritsuki/Chabitsu (tea box).png";s:18:"Chabitsu (tea box)";s:20:"Yoritsuki/Folder.png";s:6:"Folder";s:21:"Yoritsuki/Folder2.png";s:7:"Folder2";s:34:"Yoritsuki/Furoisu (bath chair).png";s:20:"Furoisu (bath chair)";s:25:"Yoritsuki/Futon (bed).png";s:11:"Futon (bed)";s:32:"Yoritsuki/Garden with a pond.png";s:18:"Garden with a pond";s:39:"Yoritsuki/Hinokiburo (cypress bath).png";s:25:"Hinokiburo (cypress bath)";s:41:"Yoritsuki/Ishidourou (garden lantern).png";s:27:"Ishidourou (garden lantern)";s:27:"Yoritsuki/Kanban (sign).png";s:13:"Kanban (sign)";s:39:"Yoritsuki/Kinchaku (drawstring bag).png";s:25:"Kinchaku (drawstring bag)";s:34:"Yoritsuki/Kokedama (moss ball).png";s:20:"Kokedama (moss ball)";s:41:"Yoritsuki/Noren (short split curtain).png";s:27:"Noren (short split curtain)";s:25:"Yoritsuki/Oke1 (pail).png";s:11:"Oke1 (pail)";s:25:"Yoritsuki/Oke2 (pail).png";s:11:"Oke2 (pail)";s:25:"Yoritsuki/Oke3 (pail).png";s:11:"Oke3 (pail)";s:25:"Yoritsuki/Oke4 (pail).png";s:11:"Oke4 (pail)";s:39:"Yoritsuki/Oshibori (wet hand towel).png";s:25:"Oshibori (wet hand towel)";s:42:"Yoritsuki/Shichirin (charcoal brazier).png";s:28:"Shichirin (charcoal brazier)";s:40:"Yoritsuki/Shoji1(paper sliding-door).png";s:26:"Shoji1(paper sliding-door)";s:40:"Yoritsuki/Shoji2(paper sliding-door).png";s:26:"Shoji2(paper sliding-door)";s:41:"Yoritsuki/Sosogiguchi (cypress spout).png";s:27:"Sosogiguchi (cypress spout)";s:55:"Yoritsuki/Takezake (sake-', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(455, 0, 'positive_custom_sidebars', 'a:2:{s:26:"contact-sidebar_mdhn3dhnks";a:2:{s:4:"name";s:15:"Contact Sidebar";s:4:"desc";s:0:"";}s:51:"soluci%c3%b3n-eficiencia-energ%c3%a9tica_pxwyosnuiq";a:2:{s:4:"name";s:32:"Solución Eficiencia Energética";s:4:"desc";s:50:"Lista de productos para la eficiencia energética.";}}', 'yes'),
(457, 0, 'category_children', 'a:0:{}', 'yes'),
(467, 0, 'smart_youtube', 'a:26:{s:5:"posts";s:2:"on";s:8:"comments";s:3:"off";s:3:"img";s:3:"off";s:5:"width";i:425;s:6:"height";i:344;s:7:"widthhq";i:480;s:8:"heighthq";i:295;s:9:"widthside";i:150;s:10:"heightside";i:125;s:3:"rel";i:1;s:5:"color";s:5:"blank";s:6:"border";i:0;s:4:"link";s:2:"on";s:5:"valid";s:3:"off";s:6:"search";s:3:"off";s:4:"info";s:2:"on";s:3:"ann";s:2:"on";s:8:"template";s:7:"{video}";s:8:"autoplay";i:0;s:7:"privacy";i:0;s:5:"wtext";s:0:"";s:6:"wtitle";s:0:"";s:3:"tag";s:0:"";s:6:"iframe";s:2:"on";s:11:"dark_player";s:0:"";s:8:"logoless";s:2:"on";}', 'yes'),
(468, 0, '_transient_plugins_delete_result_1', '1', 'yes'),
(474, 0, 'cat-portfolio_children', 'a:0:{}', 'yes'),
(483, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1319552329;s:7:"checked";a:5:{s:19:"akismet/akismet.php";s:5:"2.5.3";s:9:"hello.php";s:3:"1.6";s:51:"make-filename-lowercase/make-filename-lowercase.php";s:5:"1.0.0";s:57:"sanitize-spanish-filenames/sanitize-spanish-filenames.php";s:5:"1.0.2";s:49:"vipers-video-quicktags/vipers-video-quicktags.php";s:5:"6.3.1";}s:8:"response";a:0:{}}', 'yes'),
(484, 0, 'vvq_options', 'a:2:{i:0;b:0;s:7:"version";s:5:"6.3.1";}', 'yes'),
(533, 0, '_transient_timeout_feed_17b4621cc308bf021dbb467ab991abcf', '1319574114', 'no'),
(534, 0, '_transient_feed_17b4621cc308bf021dbb467ab991abcf', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"link:http://localhost/afetec/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://www.google.com/search?ie=utf-8&q=link:http://localhost/afetec/&tbm=blg&tbs=sbd:1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:83:"Your search - <b>link:http://localhost/afetec/</b> - did not match any documents. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Tue, 25 Oct 2011 08:21:56 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";a:2:{i:0;s:143:"PREF=ID=f872c209479c5258:FF=0:TM=1319530916:LM=1319530916:S=ZxCIfwIqi5jKiDAn; expires=Thu, 24-Oct-2013 08:21:56 GMT; path=/; domain=.google.com";i:1;s:212:"NID=52=PtUnMYf8AIcAfKo0cjvCeODvs7HqBQ3xhtxPaFM_rLwhCk43ZI3fHdoiKY3j2RaKz3BYOh049NYDNjQL-F3BkbGA9y9a9GkguO4ijGohDfX_BWe1zp5_WIoLPhyy1Hzw; expires=Wed, 25-Apr-2012 08:21:56 GMT; path=/; domain=.google.com; HttpOnly";}s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";s:15:"x-frame-options";s:10:"SAMEORIGIN";}s:5:"build";s:14:"20090627192103";}', 'no'),
(535, 0, '_transient_timeout_feed_mod_17b4621cc308bf021dbb467ab991abcf', '1319574114', 'no'),
(536, 0, '_transient_feed_mod_17b4621cc308bf021dbb467ab991abcf', '1319530914', 'no'),
(537, 0, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1319574114', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(538, 0, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>738</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1108</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1602</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1643</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1663</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1693</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1763</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1974</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1978</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2377</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2392</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2396</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2400</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2448</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2470</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2475</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2479</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2483</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2531</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2553</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2966</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2974</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2982</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2990</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2998</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3349</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3364</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3368</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3372</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3433</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3455</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3491</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3513</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3518</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3522</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3526</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3530</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3840</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3872</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3902</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3925</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3936</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3946</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3968</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3982</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4009</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4035</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4224</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4237</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4258</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4271</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4299</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4313</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4335</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4349</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4553</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4589</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4625</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4651</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4680</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4694</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4725</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4755</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4908</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4933</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4965</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4991</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5045</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5174</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5210</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5243</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5274</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5378</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5410</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5449</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5485</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5520</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5555</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5562</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5839</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5854</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5858</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5862</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5910</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5932</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5937</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5941</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5945</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5993</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>6015</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>6452</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>7650</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>7711</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>7792</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>7811</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>8623</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>9320</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>9332</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>9343</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>10863</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11259</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11272</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11285</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11298</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11311</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11686</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11700</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>13052</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14087</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14133</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14197</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14269</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14294</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14368</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14418</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14904</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0217</td><td bgcolor=''#eeeeec'' align=''right''>688120</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166496</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>23</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5805</td><td bgcolor=''#eeeeec'' align=''right''>43166696</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>785</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214600</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43214920</td><td bgcolor=''#eeeeec''>wp_dashboard_incoming_links_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5817</td><td bgcolor=''#eeeeec'' align=''right''>43221056</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>796</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5986</td><td bgcolor=''#eeeeec'' align=''right''>43268176</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<p>Este widget de escritorio consulta a la <a href="http://blogsearch.google.com/">Búsqueda de blogs de Google </a> de modo que cuando otro blog enlace a su sitio se mostrará aquí. No se ha encontrado ningún enlace entrante… aún. Está bien, no hay prisa.</p>\n', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(539, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1319574115', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(540, 0, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:50:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Oct 2011 05:20:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/?v=3.3-beta2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.3 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/10/wordpress-3-3-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/10/wordpress-3-3-beta-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Oct 2011 02:39:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2080";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:344:"Changes since Beta 1: Updated the Blue theme Fixed IE7 and RTL support Improved flyout menu styling and fixed several glitches Finished the Pointers implementation Landed the dashboard Welcome box for new installs Improved contextual help styling Tweaked the admin bar a little more Fixed a bunch of bugs Consult the full change log  for [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:917:"<p>Changes since Beta 1:</p>\n<ul>\n<li>Updated the Blue theme</li>\n<li>Fixed IE7 and RTL support</li>\n<li>Improved flyout menu styling and fixed several glitches</li>\n<li>Finished the Pointers implementation</li>\n<li>Landed the dashboard Welcome box for new installs</li>\n<li>Improved contextual help styling</li>\n<li>Tweaked the admin bar a little more</li>\n<li>Fixed a bunch of bugs</li>\n</ul>\n<p>Consult the <a href="http://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=&amp;stop_rev=18939&amp;limit=100">full change log</a>  for details, and see the <a href="http://wordpress.org/news/2011/10/wordpress-3-3-beta-1/">Beta 1 announcement</a> for information on how to help test Beta 2.</p>\n<blockquote><p>Welcome for the new &#8211;<br />\n3.3 at beta 2.<br />\n(IE7, woo!)</p></blockquote>\n<p>Download <a href="http://wordpress.org/wordpress-3.3-beta2.zip">3.3 Beta 2</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/10/wordpress-3-3-beta-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.3 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/10/wordpress-3-3-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/10/wordpress-3-3-beta-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Oct 2011 00:22:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2071";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:301:"WordPress 3.3 is ready for beta testers. As always, this is software still in development and we dont recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if youre a developer, try to [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1951:"<p>WordPress 3.3 is ready for beta testers.</p>\n<p>As always, this is software still in development and <strong>we dont recommend that you run it on a production site</strong> — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if youre a developer, try to help us fix it.</p>\n<p>If all goes well, we hope to release WordPress 3.3 by the end of November. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version. If you want to be a beta tester, you should check out the Codex article on <a title="Reporting Bugs for WordPress" href="http://codex.wordpress.org/Reporting_Bugs">how to report bugs</a>.</p>\n<p>Heres some of whats new:</p>\n<ul>\n<li>Media uploader</li>\n<li>Improved admin bar</li>\n<li>Fly out admin menus</li>\n</ul>\n<p>Remember, if you find something you think is a bug, report it! You can bring it up in the <a title="Alpha/Beta Support Forum" href="http://wordpress.org/support/forum/alphabeta">alpha/beta forum</a>, you can email it to the <a title="WP-testers mailing list info page" href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers list</a>, or if youve confirmed that other people are experiencing the same bug, you can report it on the <a title="WordPress Core Trac" href="http://core.trac.wordpress.org/">WordPress Core Trac</a>. (We recommend starting in the forum or on the mailing list.)</p>\n<p>Theme and plugin authors, if you havent been following the 3.3 development cycle, <strong>please start now</strong> so that you can update your themes and plugins to be compatible with the newest version of WordPress.</p>\n<p><a title="Download WordPress 3.3 Beta 1" href="http://wordpress.org/wordpress-3.3-beta1.zip">Download WordPress 3.3 Beta 1</a></p>\n<p>And now, haiku.</p>\n<p>Features almost done&#8230;</p>\n<p>3.3 at Beta 1.</p>\n<p>Test it now &#8212; have fun!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/10/wordpress-3-3-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:56:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Software Freedom Day + Hackathon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Sep 2011 07:33:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:7:"bughunt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2058";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:359:"Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend&#8217;s hackathon and WordCamp Portland. 3.3 Hackathon WordPress 3.3 is about to hit feature freeze. This means it&#8217;s the last chance to squeeze in features that haven&#8217;t quite been finished, and enhancements and fixes that no one has had time [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3772:"<p>Saturday, September 17 is <a href="http://softwarefreedomday.org/">Software Freedom Day</a>. To that end, a few announcements about this weekend&#8217;s hackathon and <a href="2011.portland.wordcamp.org">WordCamp Portland</a>.</p>\n<h3>3.3 Hackathon</h3>\n<p>WordPress 3.3 is about to hit feature freeze. This means it&#8217;s the last chance to squeeze in features that haven&#8217;t quite been finished, and enhancements and fixes that no one has had time to address yet. Around this time, there are often dozens of tickets that have patches, but the patches have not been tested enough to be committed to core. Then the contributors who worked hard on the patches are disappointed that their code doesn&#8217;t make it into the current release. You can help us prevent this!</p>\n<p>This weekend, we&#8217;ll be running a <a href="http://core.trac.wordpress.org/report/13">has-patch needs-testing marathon</a> for the 3.3 milestone. Basically, we&#8217;re looking for people who can help test patches and/or refresh patches that need updating. Lead developers and core contributors will be hanging around in the #wordpress-dev channel on irc.freenode.net to answer questions as needed, and will be committing patches as they get enough verification. As you test the patches, report your findings on the trac tickets in question. If all developers who make a living working with WordPress helped out for even an hour or two this weekend, we could clear the 200 tickets or so that are in this situation. To make it fun, why not get together with other WordPress devs and have an in-person hackathon meetup?</p>\n<h3>WordCamp Portland</h3>\n<p>At WordCamp Portland this weekend, some of the WordPress core team will be in attendance, including me, Nacin, and Koop. In addition to giving presentations and participating in the unconference sessions, we&#8217;ll be involved with a couple of other cool things at WCPDX:</p>\n<ul>\n<li><strong>Hacker Room.</strong> There will be room set aside for people to work on core bugs and features slated for the 3.3 release. Hopefully PDX developers will hang out in here some of the time helping with the marathon.</li>\n<li><strong>Welcome Free Software Projects!</strong> Normally WordCamps are 100% focused on WordPress, but in light of Software Freedom Day, the WC PDX organizers, in conjunction with the WordPress Foundation, would like to extend an invitation to all free software projects to participate in WordCamp Portland. There are a couple of rooms set aside that can be used for unconference sessions and/or hacker rooms for other projects. It would be great to have local representatives from a bunch of projects there &#8212; almost a micro version of OS Bridge or OSCON &#8212; to maximize the free software love and cross-pollinate ideas. Developers from other projects are also welcome in the WP hackathon room if they&#8217;d like to pitch in. Saturday will also feature the Software Freedom Day Happy Hour at the end of sessions. For more information or to get your project involved, contact the event organizers via the <a href="http://2011.portland.wordcamp.org/">WordCamp Portland website</a> or email support at wordcamp dot org.</li>\n<li><strong>Usability Testing of 3.3 Alpha.</strong> As mentioned, we&#8217;re about to hit freeze, so we&#8217;ll be giving WordCamp Portland attendees a sneak peek at 3.3, seeing how they adjust to the new features, and getting feedback to help us with our last round of fixes before we get to Beta. There will be a signup sheet to participate.</li>\n</ul>\n<p>So, if you live it the Portland/Seattle area and haven&#8217;t already bought a ticket to attend WordCamp Portland, hurry up, as it&#8217;s going to be a great celebration of Software Freedom Day and WordPress.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"A Tale of Two WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Sep 2011 21:17:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2057";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:380:"This coming weekend, two WordCamps will be going on simultaneously &#8212; yep, it&#8217;s WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portland, [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3683:"<p>This coming weekend, two WordCamps will be going on simultaneously &#8212; yep, it&#8217;s <a href="http://wordcamp.org">WordCamp</a> season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is <a href="http://2011.capetown.wordcamp.org/">WordCamp Cape Town</a>, and then this weekend, first-time <a href="http://2011.albuquerque.wordcamp.org/">WordCamp Albuquerque</a> coincides with 4-time returning champ <a title="WCPDX" href="http://2011.portland.wordcamp.org">WordCamp Portland</a>, a cool juxtaposition of a more established local community with one that is just getting started. If you&#8217;re anywhere near the Portland area, you should try to attend. The <a title="WordPress Foundation" href="http://wordpressfoundation.org/">WordPress Foundation</a> will be sponsoring some special activities around <a href="http://softwarefreedomday.org/">Software Freedom Day</a>, and some members of the core team (me, Nacin, Koop) will be there.</p>\n<p>Is there a WordCamp coming up near you? Let&#8217;s find out!</p>\n<p>Sep 15: <a href="http://2011.capetown.wordcamp.org/">WordCamp Cape Town</a> <em>Cape Town, South Africa</em></p>\n<p>Sep 16-18: <a href="http://2011.albuquerque.wordcamp.org/">WordCamp Albuquerque</a> <em>Albuquerque, NM</em></p>\n<p>Sep 17-18: <a href="http://2011.portland.wordcamp.org/">WordCamp Portland</a> <em>Portland, OR</em></p>\n<p>Sep 24: <a href="http://2011.lisboa.wordcamp.org/">WordCamp Lisboa</a> <em>Lisboa, Portugal</em></p>\n<p>Sep 24: <a href="http://wordcamp.de/">WordCamp Germany</a> <em>Koln, Germany</em></p>\n<p>Sep 25: <a href="http://2011.sofia.wordcamp.org/">WordCamp Sofia</a> <em>Sofia, Bulgaria</em></p>\n<p>Oct 1: <a href="http://www.wordcamplouisville2011.org/">WordCamp Louisville</a> <em>Louisville, Kentucky</em></p>\n<p>Oct 8-9: <a href="http://2011.sevilla.wordcamp.org/">WordCamp Sevilla</a> <em>Seville, Spain</em></p>\n<div>\n<p>Oct 15-16: <a href="http://2011.jabalpur.wordcamp.org/">WordCamp Jabalpur</a> <em>Jabalpur, India</em></p>\n<p>Nov 5-6: <a href="http://2011.toronto.wordcamp.org/">WordCamp Toronto</a> <em>Toronto, ON</em></p>\n<p>Nov 5-6: <a href="http://2011.goldcoast.wordcamp.org/">WordCamp Gold Coast</a> <em>Gold Coast, Australia</em></p>\n<p>Nov 5-6: <a href="http://2011.philly.wordcamp.org/">WordCamp Philly</a> <em>Philadelphia, PA</em></p>\n<p>Nov 12: <a href="http://2011.caguas.wordcamp.org/">WordCamp Caguas</a> <em>Caguas, Puerto Rico</em></p>\n<p>Nov 12-13: <a href="http://2011.kenya.wordcamp.org/">WordCamp Kenya</a> <em>Nairobi, Kenya</em></p>\n<p>Nov 12-13: <a href="http://2011.detroit.wordcamp.org/">WordCamp Detroit</a> <em>Detroit, MI</em></p>\n<p>Nov 12: <a href="http://2011.richmond.wordcamp.org/">WordCamp Richmond</a> <em>Richmond, VA</em></p>\n<p>Nov 12-13: <a href="http://2011.denmark.wordcamp.org/">WordCamp Denmark</a> <em>Copenhagen, Denmark</em></p>\n<p>Dec 17: <a href="http://2011.vegas.wordcamp.org/">WordCamp Las Vegas</a> <em>Las Vegas, NV</em></p>\n<p>Feb 3-4 <a href="http://2012.atlanta.wordcamp.org/">WordCamp Atlanta</a> <em>Atlanta, GA</em></p>\n<p>There are also a number of WordCamps still in the early organizing stage that do not yet have dates set. These include: Ft. Wayne, IN; London, UK; Edmonton, Canada; Baku, Azerbaijan; Oslo, Norway; Sacramento, CA;  Birmingham, Alabama; Pittsburgh, PA; Omaha, NE; Orlando, FL; Tokyo, Japan; Paris, France; Zagreb, Croatia; Nashville, TN, Washington DC, Baltimore, MD; Bangkok, Thailand; Istanbul, Turkey.</p>\n<p>Hope to see you soon at a WordCamp near you!</p>\n<p><em><br />\n</em></p>\n</div>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Vote for WordPress Sessions at SXSW";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/news/2011/09/vote-for-wordpress-sxsw/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/news/2011/09/vote-for-wordpress-sxsw/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Sep 2011 04:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"conferences";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"sxsw";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2036";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:302:"Each year, members of the web community from around the world submit session proposals to the South by Southwest Interactive conference, an event that played a role in the birth of WordPress. We head to Austin every year, do a BBQ or throw a party, but despite the fact that almost 15% of the web [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6289:"<p>Each year, members of the web community from around the world submit session proposals to the <a href="http://sxsw.com/interactive">South by Southwest Interactive</a> conference, an event that played a role in the birth of WordPress. We head to Austin every year, do a BBQ or throw a party, but despite the fact that almost 15% of the web is powered by WordPress, there aren&#8217;t many sessions related to WordPress on the schedule. This year, more than 3200 proposals are competing for about 350 slots, and who has time to read through, vote, and comment on 3200 proposals? Out of those 3200+ proposals, only 8 relate to WordPress! I thought it would be handy to post a guide to the WordPressy proposals for SXSWi 2012, so that if you would like to check them out and vote on them it woud be fast and easy. Leaving a comment in addition to your thumbs up/down vote helps the staff and advisory board know which sessions are likely to have an interested audience, so make sure to leave comments on the sessions you think would be cool (remember, they also publish the podcasts afterward). Voting ends in about 24 hours, so if you want to weigh in, now&#8217;s the time. Thanks for helping spread the word!</p>\n<h4>WordPress-specific Sessions</h4>\n<p>This list is based on searching for &#8220;WordPress&#8221; in proposal titles, descriptions, and tags. Clicking the proposal title will take you to that page in the SXSW PanelPicker, where you can vote and comment. Names that are linked go to those people&#8217;s WordPress.org profiles.</p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/9240">Blog Wars: Movable Type vs. WordPress Revisited</a></h3>\n<p><a href="http://profiles.wordpress.org/users/markjaquith/">Mark Jaquith</a>  WordPress Lead Developer<br />\nByrne Reese  Endevver<br />\nThese days people tend to pit us against Drupal rather than Movable Type, but looking back at the early rivalry and learning from the positive and negative aspects of it would be cool as we position ourselves in competition with new platforms. I like seeing Mark present at conferences, he always prepares well and does a good job. Though I&#8217;m guessing these guys will be all friendly and collaborative, I might take a nostalgia hit and imagine them in a fistfight just to liven things up. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/13045">Designing WordPress</a></h3>\n<p><a href="http://profiles.wordpress.org/users/jane/">Jane Wells</a>  WordPress User Experience Lead<br />\nDisclosure: This is me! Balancing the desire for truly open and participatory design processes against the often more efficient and consistent results of a more curated design method is something we&#8217;ve been working on for the past year or so in WordPress core. I&#8217;d use the design process for several recent core features (like the UI refresh and internal linking) to illustrate the issues we&#8217;ve faced and the results we&#8217;ve achieved. </p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/13800">Open Source Social Networking</a></h3>\n<p><a href="http://profiles.wordpress.org/users/johnjamesjacoby">John James Jacoby</a>  <a href="http://buddypress.org/">BuddyPress</a> Lead Developer<br />\nJ-trip (as John James Jacoby is fondly known by many in the community) is the lead dev for BuddyPress and the new bbPress plugin. He&#8217;s proposing a panel discussion among reps from several open source social network platforms. It&#8217;s always cool hearing more about BuddyPress, but it would be even cooler to figure out how it fits in with and/or stacks up against other platforms.</p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/11333">Welcome to the Chaos the Distributed Workplace</a></h3>\n<p><a href="http://profiles.wordpress.org/users/nbachiyski">Nikolay Bachiyski</a>  WordPress Core Developer, <a href="http://blog.glotpress.org/">GlotPress</a> Lead Developer<br />\nLori McLeese  Automattic<br />\nThis one isn&#8217;t about WordPress per se, though using WordPress as a communication tool is one of the topics and Automattic is obviously a WordPress-based business. The main reason I think people should vote for this session is because Nikolay, core committing developer for internationalization and lead developer of GlotPress, our translation tool, is an awesome speaker. He is hysterically funny when he presents. I would bet money this presentation will involve a bear.</p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/13304">Deploying WordPress: From Zero to Ninja</a></h3>\n<p><a href="http://profiles.wordpress.org/users/grantnorwood/">Grant Norwood</a>  Michael &amp; Susan Dell Foundation<br />\nWhen Mark Jaquith says a presentation on security and deployment is on his short list, I&#8217;m impressed. (He said it in the comments on the proposal.)</p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/10221">Beyond the Theme &#8211; Using WordPress as an API</a></h3>\n<p><a href="http://profiles.wordpress.org/users/rocketwood">David Tufts</a>  kickpress.org<br />\nObviously a hot topic in the community right now, seems like a no-brainer to choose.</p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/11653">Local Government Online: WordPress Beats Drupal</a></h3>\n<p>Jase Wilson  Luminopolis<br />\nThere was a presentation at WordCamp San Francisco this month on moving a news site from Drupal to WordPress. More and more the question comes up of which tool is best for various situations and requirements. And obviously getting government to use more open source software would be a cost-saver in these tough economic times.</p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/9818">WordPress website built live in 45 minutes</a></h3>\n<p>Glenn Todd  Dvize Creative<br />\nLive walkthroughs are always fun, and help prove to the uninitiated how easy WordPress can be. </p>\n<p>So: go vote on these session proposals and help spread the WordPress love. If you know of any WordPress-related proposals that didn&#8217;t come up in my search, let me know in a comment and I&#8217;ll update this post. Thanks, and maybe we&#8217;ll see you in Austin in March!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/news/2011/09/vote-for-wordpress-sxsw/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"State of the Word";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/08/state-of-the-word/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2011/08/state-of-the-word/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 19 Aug 2011 15:32:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"Meta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2019";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:307:"This has been an exciting year for WordPress. We&#8217;ve grown to power 14.7% of the top million websites in the world, up from 8.5%, and the latest data show 22 out of every 100 new active domains in the US are running WordPress. We also conducted our first ever user and developer survey, which got [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2043:"<p>This has been an exciting year for WordPress. We&#8217;ve grown to power <strong>14.7% of the top million websites in the world</strong>, up from 8.5%, and the latest data show <strong>22 out of every 100 new active domains in the US are running WordPress</strong>.</p>\n<p>We also conducted our first ever user and developer survey, which got over 18,000 responses from all over the world:</p>\n<p><img src="http://michaelpick.files.wordpress.com/2011/08/sotw2011-final-046-0012.jpg?w=690" alt="" /></p>\n<p>We found a few interesting tidbits from the survey responses already, including that <strong>6,800 self-employed respondents were responsible for over 170,000 sites personally</strong>, and charged a median hourly rate of $50. In tough economic times, it&#8217;s heartening to see Open Source creating so many jobs. (If each site took only 3 hours to make, that&#8217;s $29.5M of work at the average hourly rate.)</p>\n<p>I talk about this data, and much more, in my State of the Word address which you <a href="http://wordpress.tv/2011/08/14/matt-mullenweg-state-of-the-word-2011/">can watch here</a>:</p>\n<p><embed src="http://v.wordpress.com/9ujY295r" type="application/x-shockwave-flash" width="600" height="337" allowscriptaccess="always" allowfullscreen="true" wmode="transparent"></embed></p>\n<p>We know there&#8217;s more good stuff hidden in there and we&#8217;re open sourcing and releasing the raw information behind it. If you&#8217;re a researcher and would like to dig into the anonymized survey data yourself, <a href="http://s.wordpress.org/resources/survey/wp2011-survey.tar.gz">you can grab it here</a>. (Careful, it&#8217;s a 9MB CSV.)</p>\n<p>There has never been a better time to be part of the WordPress community, and I want to thank each and every one of you for making it such a wonderful place to be. Now it&#8217;s time to get back to work, there&#8217;s still 85.3% of the web that needs help. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2011/08/state-of-the-word/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"WordCamp SF Livestream!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 12 Aug 2011 08:38:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2012";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:342:"The annual WordPress conference, WordCamp San Francisco, starts in fewer than 8 hours. The sold out event &#8212; three full days of programming for bloggers, developers, theme designers, and professional WordPress users &#8212; will be shared with more than 1,000 ticket holders from near and far. If you are one of the many people who [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2414:"<p>The annual WordPress conference, <a href="http://2011.sf.wordcamp.org/">WordCamp San Francisco</a>, starts in fewer than 8 hours. The sold out event &#8212; three full days of programming for bloggers, developers, theme designers, and professional WordPress users &#8212; will be shared with more than 1,000 ticket holders from near and far. If you are one of the many people who wanted to come but couldn&#8217;t swing the time off or travel expenses, you should <a href="http://2011.sf.wordcamp.org/get-tickets/">check out the livestream tickets that are for sale</a>. You can even get <a href="http://2011.sf.wordcamp.org/2011/08/11/the-swag-its-awesome/">a conference t-shirt</a> to commemorate your &#8220;virtual&#8221; participation.</p>\n<p><a href="http://2011.sf.wordcamp.org/speakers/">Speakers</a> include members of the WordPress core development team, leaders of WordPress-based businesses, hobbyists, and everything in between. Take a look at the schedules for <a href="http://2011.sf.wordcamp.org/program/friday-mission-bay/">Friday</a>, <a href="http://2011.sf.wordcamp.org/program/saturday-mission-bay/">Saturday</a>, and <a href="http://2011.sf.wordcamp.org/program/content-creators-sunday-mission-bay/">Sunday</a>, and if you see something that sounds interesting (how could you not?), buy a livestream ticket. The stream will start at 16:00 UTC on Friday, August 12.</p>\n<h3>Viewing Parties</h3>\n<p>Celebrate your own local WordPress community by calling together some friends and having a livestream viewing party. In the case of <a href="http://wordpress.meetup.com/">regular WordPress meetup groups</a>, if you do a viewing party we will have a process after #WCSF is over whereby attendees will be eligible to buy conference shirts if their meetup group organizer confirms viewing party attendance. </p>\n<p>Videos from all the recorded sessions will be posted for free on <a href="http://WordPress.tv">WordPress.tv</a> within a couple of weeks, but watching the livestream allows you to support <a href="http://wordcamp.org">WordCamp</a> while providing instant gratification. And let&#8217;s face it: the best part is that you&#8217;ll know what the heck people are talking about on Twitter using the hashtag <a href="https://twitter.com/#!/search/%23wcsf">#wcsf</a>. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Best WordCamp Speakers?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2011/07/best-wordcamp-speakers/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2011/07/best-wordcamp-speakers/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 16 Jul 2011 21:32:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2000";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:357:"As we complete speaker selection for the annual WordPress conference (a.k.a. WordCamp San Francisco), it&#8217;s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn&#8217;t apply [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1600:"<p>As we complete speaker selection for <a href="http://2011.sf.wordcamp.org/">the annual WordPress conference (a.k.a. WordCamp San Francisco)</a>, it&#8217;s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn&#8217;t apply (too shy? who knows?) but have wowed local crowds at previous WordCamps.</p>\n<p>This is about as basic a survey as there is. Tell us the three best WordCamp presentations you saw in the past year or so. For each, give the presenters name, the topic (exact title not necessary) and which WordCamp it was at (important).</p>\n<p>Example:</p>\n<p>1. Joe Shmoe, Using the Loop, WordCamp Sheboygan 2011<br />\n2. Jane Doe, Top 5 WordPress Plugins, WordCamp La Mancha 2010<br />\n3. Lee Smith, Your First Core Patch, WordCamp Atlantis 2011</p>\n<p>That&#8217;s it. We don&#8217;t need your name or any info at all, just your three top speaker votes. We&#8217;ll take a look at the people with the most votes, and consider them for WCSF if they&#8217;re not already in the application pool. Thanks for your help in making this year&#8217;s conference better and more WordPressy than ever. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<p><a href="http://wordcampcentral.polldaddy.com/s/best-2010-2011-wordcamp-speakers-so-far">Vote Now!</a></p>\n<p>P.S. <a href="http://2011.sf.wordcamp.org/get-tickets/">Have you bought your tickets yet</a>?</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/news/2011/07/best-wordcamp-speakers/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 3.2.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/07/wordpress-3-2-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/07/wordpress-3-2-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Jul 2011 19:49:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1982";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:358:"After more than a million downloads of WordPress 3.2, we&#8217;re now releasing WordPress 3.2.1 into the wild. This maintenance release fixes a server incompatibility related to JSON that&#8217;s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you&#8217;ve already updated to [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1129:"<p>After more than a million downloads of WordPress 3.2, we&#8217;re now releasing <a href="http://wordpress.org/download/">WordPress 3.2.1</a> into the wild. This maintenance release fixes a server incompatibility related to JSON that&#8217;s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you&#8217;ve already updated to 3.2, then this update will be even faster than usual, thanks to the new feature in 3.2 that only updates files that have been changed, rather than replacing all the files in your installation.</p>\n<p>For a full list of fixes, view the <a href="http://core.trac.wordpress.org/log/branches/3.2/?rev=18436&amp;stop_rev=18398">changelog</a> the list of <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=3.2.1">tickets</a>. Our release haiku:</p>\n<p>JSON, the admin<br />\nA little bit tidier<br />\nEdge cases covered</p>\n<p><a href="http://wordpress.org/download/"><strong>Download 3.2.1</strong></a> or update now from the Dashboard → Updates menu in your site&#8217;s admin area.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/07/wordpress-3-2-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"WordPress 3.2 now available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.org/news/2011/07/gershwin/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/07/gershwin/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 Jul 2011 21:07:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1924";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:329:"Here in the U.S. we are observing Independence Day, and I can&#8217;t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I&#8217;m excited to announce that WordPress 3.2 is now available to the world, both as an update in [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:14127:"<p>Here in the U.S. we are observing Independence Day, and I can&#8217;t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I&#8217;m excited to announce that WordPress 3.2 is now available to the world, both as an update in your dashboard and a <a href="http://wordpress.org/">download on WordPress.org</a>. Version 3.2 is our fifteenth major release of WordPress and comes just four months after 3.1 (which coincidentally just passed the 15 million download mark this morning), reflecting the growing speed of development in the WordPress community and our dedication to getting improvements in your hands as soon as possible. We&#8217;re dedicating this release to noted composer and pianist <a href="http://en.wikipedia.org/wiki/George_Gershwin">George Gershwin</a>.</p>\n<p><em>Before we get to the release, in anticipation of the State of the Word speech at the upcoming <a href="http://2011.sf.wordcamp.org/">WordCamp San Francisco</a> (the annual WordPress conference) we&#8217;re doing a survey or census of the WordPress world. If you have a moment, <a href="http://wpsurvey.polldaddy.com/s/wp-2011">please fill out this survey</a> and we&#8217;ll share what <em>we learn by </em>publishing the aggregate results in August.</em></p>\n<p>The focus for this release was <strong>making WordPress faster and lighter</strong>. The first thing you&#8217;ll notice when you log in to 3.2 is a <strong>refreshed dashboard design</strong> that tightens the typography, design, and code behind the admin. (Rhapsody in Grey?) If you&#8217;re starting a new blog, you&#8217;ll also appreciate the fully HTML5 <strong>new Twenty Eleven theme</strong>, fulfilling our plan to replace the default theme every year. Start writing your first post in our redesigned post editor and venture to the full-screen button in the editing toolbar to enter the new <strong>distraction-free writing or zen mode</strong>, my personal favorite feature of the release. All of the widgets, menus, buttons, and interface elements fade away to allow you to compose and edit your thoughts in a completely clean environment conducive to writing, but when your mouse strays to the top of the screen your most-used shortcuts are right there where you need them. (I like to press F11 to take my browser full-screen, getting rid of even the OS chrome.)</p>\n<p><embed src="http://v.wordpress.com/ac07H291" type="application/x-shockwave-flash" width="600" height="337" allowscriptaccess="always" allowfullscreen="true" wmode="transparent"></embed></p>\n<p>Under the hood there have been a number of improvements, not the least of which is the <strong>streamlining</strong> enabled by our <a href="http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/">previously announced plan</a> of retiring support for PHP4, older versions of MySQL, and legacy browsers like IE6, which allows us to take advantage of more features enabled by new technologies. The <strong>admin bar</strong> has a few more shortcuts to your most commonly-used actions. On the comment moderation screen, the new <strong>approve &amp; reply</strong> feature speeds up your conversation management. You&#8217;ll notice in your first update after 3.2 that we&#8217;ll only be updating the files that have changed with each new release instead of every file in your WordPress installation, which makes <strong>updates significantly faster on all hosting platforms</strong>. There are also some fun new theme features shown off by Twenty Eleven, like the ability to have multiple <strong>rotating header images</strong> to highlight all of your favorite photos.</p>\n<p>There is way more, like our new freedoms and credits screens (linked from your dashboard footer), so for the full story check out the <a href="http://codex.wordpress.org/Version_3.2">Codex page on 3.2</a> or the <a href="http://core.trac.wordpress.org/milestone/3.2">Trac milestone which includes the 400+ tickets closed in this release</a>.</p>\n<h3>A Community Effort</h3>\n<p>We now finally have a credits page inside of WordPress itself (though a cool revision is coming in 3.3), but for posterity let&#8217;s give a round of applause to these fine folks who contributed to 3.2:</p>\n<p><a href="http://profiles.wordpress.org/users/technosailor">Aaron Brazell</a>, <a href="http://profiles.wordpress.org/users/aaroncampbell">Aaron Campbell</a>, <a href="http://profiles.wordpress.org/users/jorbin">Aaron Jorbin</a>, <a href="http://profiles.wordpress.org/users/kawauso">Adam Harley</a>, <a href="http://profiles.wordpress.org/users/xknown">Alex Concha</a>, <a href="http://profiles.wordpress.org/users/ampt">ampt</a>, <a href="http://profiles.wordpress.org/users/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/users/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/users/andrewryno">andrewryno</a>, <a href="http://profiles.wordpress.org/users/andy">andy</a>, <a href="http://profiles.wordpress.org/users/filosofo">Austin Matzko</a>, <a href="http://profiles.wordpress.org/users/benchapman">BenChapman</a>, <a href="http://profiles.wordpress.org/users/empireoflight">Ben Dunkle</a>, <a href="http://profiles.wordpress.org/users/bluntelk">bluntelk</a>, <a href="http://profiles.wordpress.org/users/boonebgorges">Boone Gorges</a>, <a href="http://profiles.wordpress.org/users/cnorris23">Brandon Allen</a>, <a href="http://profiles.wordpress.org/users/brandonburke">Brandon Burke</a>, <a href="http://profiles.wordpress.org/users/caspie">Caspie</a>, <a href="http://profiles.wordpress.org/users/cfinke">cfinke</a>, <a href="http://profiles.wordpress.org/users/charlesclarkson">charlesclarkson</a>, <a href="http://profiles.wordpress.org/users/chexee">chexee</a>, <a href="http://profiles.wordpress.org/users/coffee2code">coffee2code</a>, <a href="http://profiles.wordpress.org/users/scribu">Cristi Burcă</a>, <a href="http://profiles.wordpress.org/users/daniloercoli">daniloercoli</a>, <a href="http://profiles.wordpress.org/users/koopersmith">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/users/dcowgill">David Cowgill</a>, <a href="http://profiles.wordpress.org/users/jdtrower">David Trower</a>, <a href="http://profiles.wordpress.org/users/demetris">demetris</a>, <a href="http://profiles.wordpress.org/users/devinreams">Devin Reams</a>, <a href="http://profiles.wordpress.org/users/dd32">Dion Hulse</a>, <a href="http://profiles.wordpress.org/users/dllh">dllh</a>, <a href="http://profiles.wordpress.org/users/ocean90">Dominik Schilling</a>, <a href="http://profiles.wordpress.org/users/dougwrites">Doug Provencio</a>, <a href="http://profiles.wordpress.org/users/dvwallin">dvwallin</a>, <a href="http://profiles.wordpress.org/users/cyberhobo">Dylan Kuhn</a>, <a href="http://profiles.wordpress.org/users/ericmann">Eric Mann</a>, <a href="http://profiles.wordpress.org/users/fabifott">fabifott</a>, <a href="http://profiles.wordpress.org/users/peaceablewhale">Franklin Tse</a>, <a href="http://profiles.wordpress.org/users/frumph">Frumph</a>, <a href="http://profiles.wordpress.org/users/garyc40">garyc40</a>, <a href="http://profiles.wordpress.org/users/blepoxp">Glenn Ansley</a>, <a href="http://profiles.wordpress.org/users/guyn">guyn</a>, <a href="http://profiles.wordpress.org/users/hakre">hakre</a>, <a href="http://profiles.wordpress.org/users/hebbet">hebbet</a>, <a href="http://profiles.wordpress.org/users/helenyhou">Helen Hou-Sandi</a>, <a href="http://profiles.wordpress.org/users/hew">hew</a>, <a href="http://profiles.wordpress.org/users/holizz">holizz</a>, <a href="http://profiles.wordpress.org/users/iandstewart">Ian Stewart</a>, <a href="http://profiles.wordpress.org/users/jacobwg">Jacob Gillespie</a>, <a href="http://profiles.wordpress.org/users/jane">Jane Wells</a>, <a href="http://profiles.wordpress.org/users/jayjdk">Jayjdk</a>, <a href="http://profiles.wordpress.org/users/jfarthing84">Jeff Farthing</a>, <a href="http://profiles.wordpress.org/users/jkudish">Joachim Kudish</a>, <a href="http://profiles.wordpress.org/users/joelhardi">joelhardi</a>, <a href="http://profiles.wordpress.org/users/johnbillion">John Blackbourn</a>, <a href="http://profiles.wordpress.org/users/aldenta">John Ford</a>, <a href="http://profiles.wordpress.org/users/johnjamesjacoby">John James Jacoby</a>, <a href="http://profiles.wordpress.org/users/johnonolan">JohnONolan</a>, <a href="http://profiles.wordpress.org/users/duck_">Jon Cave</a>, <a href="http://profiles.wordpress.org/users/joostdevalk">joostdevalk</a>, <a href="http://profiles.wordpress.org/users/koke">Jorge Bernal</a>, <a href="http://profiles.wordpress.org/users/josephscott">Joseph Scott</a>, <a href="http://profiles.wordpress.org/users/jtsternberg">Justin Sternberg</a>, <a href="http://profiles.wordpress.org/users/greenshady">Justin Tadlock</a>, <a href="http://profiles.wordpress.org/users/kevinb">kevinB</a>, <a href="http://profiles.wordpress.org/users/knutsp">Knut Sparhell</a>, <a href="http://profiles.wordpress.org/users/kovshenin">kovshenin</a>, <a href="http://profiles.wordpress.org/users/tenpura">Kuraishi</a>, <a href="http://profiles.wordpress.org/users/lancewillett">Lance Willett</a>, <a href="http://profiles.wordpress.org/users/linuxologos">linuxologos</a>, <a href="http://profiles.wordpress.org/users/lloydbudd">lloydbudd</a>, <a href="http://profiles.wordpress.org/users/ldebrouwer">Luc De Brouwer</a>, <a href="http://profiles.wordpress.org/users/marcis20">marcis20</a>, <a href="http://profiles.wordpress.org/users/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/users/markmcwilliams">Mark McWilliams</a>, <a href="http://profiles.wordpress.org/users/tfnab">Martin Lormes</a>, <a href="http://profiles.wordpress.org/users/matveb">Matías Ventura</a>, <a href="http://profiles.wordpress.org/users/sivel">Matt Martz</a>, <a href="http://profiles.wordpress.org/users/iammattthomas">Matt Thomas</a>, <a href="http://profiles.wordpress.org/users/mattyrob">MattyRob</a>, <a href="http://profiles.wordpress.org/users/mcepl">mcepl</a>, <a href="http://profiles.wordpress.org/users/mdawaffe">mdawaffe</a>, <a href="http://profiles.wordpress.org/users/mfields">Michael Fields</a>, <a href="http://profiles.wordpress.org/users/michaelh">MichaelH</a>, <a href="http://profiles.wordpress.org/users/michaeltyson">michaeltyson</a>, <a href="http://profiles.wordpress.org/users/dh-shredder">Mike Schroder</a>, <a href="http://profiles.wordpress.org/users/dimadin/">Milan Dinić</a>, <a href="http://profiles.wordpress.org/users/mintindeed">mintindeed</a>, <a href="http://profiles.wordpress.org/users/mitchoyoshitaka">mitchoyoshitaka</a>, <a href="http://profiles.wordpress.org/users/batmoo">Mohammad Jangda</a>, <a href="http://profiles.wordpress.org/users/mrroundhill">mrroundhill</a>, <a href="http://profiles.wordpress.org/users/natecook">natecook</a>, <a href="http://profiles.wordpress.org/users/nathanrice">nathanrice</a>, <a href="http://profiles.wordpress.org/users/niallkennedy">Niall Kennedy</a>, <a href="http://profiles.wordpress.org/users/nickbohle">Nick Bohle</a>, <a href="http://profiles.wordpress.org/users/nbachiyski">Nikolay Bachiyski</a>, <a href="http://profiles.wordpress.org/users/nuxwin">nuxwin</a>, <a href="http://profiles.wordpress.org/users/otto42">Otto</a>, <a href="http://profiles.wordpress.org/users/pavelevap">pavelevap</a>, <a href="http://profiles.wordpress.org/users/petemall">pete.mall</a>, <a href="http://profiles.wordpress.org/users/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/users/nprasath002">Prasath Nadarajah</a>, <a href="http://profiles.wordpress.org/users/ptahdunbar">Ptah Dunbar</a>, <a href="http://profiles.wordpress.org/users/bi0xid">Rafael Poveda</a>, <a href="http://profiles.wordpress.org/users/rahe">Rahe</a>, <a href="http://profiles.wordpress.org/users/ramiy">Ramiy</a>, <a href="http://profiles.wordpress.org/users/rasheed">Rasheed Bydousi</a>, <a href="http://profiles.wordpress.org/users/greuben">Reuben Gunday</a>, <a href="http://profiles.wordpress.org/users/miqrogroove">Robert Chapin</a>, <a href="http://profiles.wordpress.org/users/wpmuguru">Ron Rennick</a>, <a href="http://profiles.wordpress.org/users/rosshanney">Ross Hanney</a>, <a href="http://profiles.wordpress.org/users/ryan">Ryan Boren</a>, <a href="http://profiles.wordpress.org/users/ryanimel">Ryan Imel</a>, <a href="http://profiles.wordpress.org/users/zeo">Safirul Alredha</a>, <a href="http://profiles.wordpress.org/users/solarissmoke">Samir Shah</a>, <a href="http://profiles.wordpress.org/users/saracannon">saracannon</a>, <a href="http://profiles.wordpress.org/users/sbressler">sbressler</a>, <a href="http://profiles.wordpress.org/users/sergeybiryukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/users/shakenstirred">shakenstirred</a>, <a href="http://profiles.wordpress.org/users/sidharrell">Sidney Harrell</a>, <a href="http://profiles.wordpress.org/users/pross">Simon Prosser</a>, <a href="http://profiles.wordpress.org/users/sorich87">sorich87</a>, <a href="http://profiles.wordpress.org/users/szadok">szadok</a>, <a href="http://profiles.wordpress.org/users/tetele">tetele</a>, <a href="http://profiles.wordpress.org/users/tigertech">tigertech</a>, <a href="http://profiles.wordpress.org/users/trepmal">trepmal</a>, <a href="http://profiles.wordpress.org/users/utkarsh">Utkarsh Kukreti</a>, <a href="http://profiles.wordpress.org/users/valentinas">valentinas</a>, <a href="http://profiles.wordpress.org/users/webduo">webduo</a>, <a href="http://profiles.wordpress.org/users/xibe">Xavier Borderie</a>, <a href="http://profiles.wordpress.org/users/yoavf">Yoav Farhi</a>, <a href="http://profiles.wordpress.org/users/vanillalounge">Ze Fontainhas</a>, and <a href="http://profiles.wordpress.org/users/ziofix">ziofix</a>.</p>\n<p><strong>Bonus:</strong> On their WordPress.org profiles over 20,000 people have said they make their living from WordPress. Are you one of them? <a href="http://wpsurvey.polldaddy.com/s/wp-2011">Don&#8217;t forget to take a minute for our survey</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://wordpress.org/news/2011/07/gershwin/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:31:"http://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 25 Oct 2011 08:21:55 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 20 Oct 2011 05:20:18 GMT";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(541, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1319574115', 'no'),
(542, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1319530915', 'no'),
(543, 0, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1319574115', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(544, 0, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widget"><br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>738</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1108</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1602</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1643</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1663</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1693</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1763</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1974</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1978</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2377</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2392</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2396</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2400</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2448</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2470</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2475</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2479</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2483</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2531</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2553</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2966</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2974</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2982</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2990</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2998</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3349</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3364</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3368</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3372</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3433</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3455</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3491</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3513</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3518</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3522</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3526</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3530</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3840</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3872</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3902</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3925</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3936</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3946</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3968</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3982</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4009</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4035</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4224</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4237</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4258</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4271</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4299</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4313</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4335</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4349</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4553</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4589</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4625</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4651</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4680</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4694</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4725</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4755</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4908</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4933</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4965</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4991</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5045</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5174</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5210</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5243</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5274</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5378</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5410</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5449</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5485</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5520</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5555</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5562</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5839</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5854</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5858</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5862</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5910</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5932</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5937</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5941</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5945</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5993</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>6015</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>6452</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>7650</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>7711</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>7792</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>7811</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>8623</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>9320</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>9332</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>9343</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>10863</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11259</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11272</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11285</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11298</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11311</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11686</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11700</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>13052</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14087</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14133</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14197</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14269</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14294</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14368</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14418</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14904</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_primary( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>27</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.5282</td><td bgcolor=''#eeeeec'' align=''right''>43166824</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>873</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43214736</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.5297</td><td bgcolor=''#eeeeec'' align=''right''>43215056</td><td bgcolor=''#eeeeec''>wp_dashboard_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>wp_widget_rss_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>890</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.5298</td><td bgcolor=''#eeeeec'' align=''right''>43219896</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\default-widgets.php'' bgcolor=''#eeeeec''>..\\default-widgets.php<b>:</b>781</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>8</td><td bgcolor=''#eeeeec'' align=''center''>0.5304</td><td bgcolor=''#eeeeec'' align=''right''>43267048</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<ul><li><a class=''rsswidget'' href=''http://wordpress.org/news/2011/10/wordpress-3-3-beta-2/'' title=''Changes since Beta 1: Updated the Blue theme Fixed IE7 and RTL support Improved flyout menu styling and fixed several glitches Finished the Pointers implementation Landed the dashboard Welcome box for new installs Improved contextual help styling Tweaked the admin bar a little more Fixed a bunch of bugs Consult the full change log  for [&hellip;]''>WordPress 3.3 Beta 2</a> <span class="rss-date">20 octubre, 2011</span><div class=''rssSummary''>Changes since Beta 1: Updated the Blue theme Fixed IE7 and RTL support Improved flyout menu styling and fixed several glitches Finished the Pointers implementation Landed the dashboard Welcome box for new installs Improved contextual help styling Tweaked the admin bar a little more Fixed a bunch of bugs Consult the full change log  for [&hellip;]</div></li><li><a class=''rsswidget'' href=''http://wordpress.org/news/2011/10/wordpress-3-3-beta-1/'' title=''WordPress 3.3 is ready for beta testers. As always, this is software still in development and we dont recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if youre a developer, try to [&hellip;]''>WordPress 3.3 Beta 1</a> <span class="rss-date">11 octubre, 2011</span><div class=''rssSummary''>WordPress 3.3 is ready for beta testers. As always, this is software still in development and we dont recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if youre a developer, try to [&hellip;]</div></li></ul></div>', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(545, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1319574116', 'no'),
(546, 0, '_transient_feed_a5420c83891a9c88ad2a4f04584a5efc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/popular/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Oct 2011 08:12:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Arne on "Google XML Sitemaps"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"132@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Arne";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"BraveNewCode Inc. on "WPtouch"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/wptouch/#post-5468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 May 2008 04:58:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"5468@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"BraveNewCode Inc.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"uberdose on "All in One SEO Pack"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"753@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Takayuki Miyoshi on "Contact Form 7"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"Joost de Valk on "Google Analytics for WordPress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2316@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:145:"Track your WordPress site easily and with lots of metadata: views per author &#38; category, automatic tracking of outbound clicks and pageviews.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"mitcho (Michael ?? Erlewine) on "Yet Another Related Posts Plugin"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/#post-2769";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Jan 2008 13:05:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2769@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:133:"Display a list of related entries on your site and feeds based on a unique algorithm. Templating allows customization of the display.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:28:"mitcho (Michael ?? Erlewine)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"flash gallery on "1 Flash Gallery"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/1-flash-gallery/#post-24163";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Feb 2011 14:02:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24163@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:146:"1 Flash Gallery is a Photo Gallery with slideshow function, many skins and powerfull admin to manage your image gallery without any program skills";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"flash gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"Brian Colinger on "WordPress Importer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"eight7teen on "SexyBookmarks | email, bookmark, and share buttons"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/sexybookmarks/#post-9249";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 22 Feb 2009 11:30:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"9249@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:104:"Adds an attractive social bookmarking menu to your posts, pages, index, or any combination of the three.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"eight7teen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Alex Rabe on "NextGEN Gallery"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"1169@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:108:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Mike Challis on "Fast Secure Contact Form"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/si-contact-form/#post-12636";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Aug 2009 01:20:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12636@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mike Challis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"mdawaffe on "Jetpack by WordPress.com"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/jetpack/#post-23862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 02:21:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23862@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:104:"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"mdawaffe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Matt Mullenweg on "Akismet"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"15@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"Joost de Valk on "WordPress SEO by Yoast"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"8321@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"Mufasa on "WP e-Commerce"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/wp-e-commerce/#post-739";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 06:08:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"739@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:132:"WP e-Commerce is a free WordPress Shopping Cart Plugin that lets customers buy your products, services and digital downloads online.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Mufasa";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 25 Oct 2011 08:21:57 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2007-03-09 22:31:32";s:14:"content-length";s:4:"8100";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'),
(547, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1319574116', 'no'),
(548, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1319530916', 'no'),
(549, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1319574116', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(550, 0, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:103:"WordPress.tv: Rick Bjarnason & Gene Bernier: Building a Content Strategy Using Information Architecture";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=6935";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:118:"http://wordpress.tv/2011/10/24/rick-bjarnason-gene-bernier-building-a-content-strategy-using-information-architecture/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1914:"<div id="v-QvYsCaJE-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6935/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6935/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6935/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6935/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6935/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6935/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6935/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6935/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6935&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/24/rick-bjarnason-gene-bernier-building-a-content-strategy-using-information-architecture/"><img alt="Rick Bjarnason & Gene Bernier: Building a Content Strategy using Information Architecture" src="http://videos.videopress.com/QvYsCaJE/2011-05-05_wordcamp_59660_2-1_3000k_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Oct 2011 03:15:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"wcvancouver";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:78:"WordPress.tv: Kathryn Presner & Shannon Smith: Beginners Guide to WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=7174";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"http://wordpress.tv/2011/10/24/kathryn-presner-shannon-smith-beginners-guide-to-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1827:"<div id="v-VwZAYQUu-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7174&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/24/kathryn-presner-shannon-smith-beginners-guide-to-wordpress/"><img alt="A Beginner&#8217;s Guide to WordPress" src="http://videos.videopress.com/VwZAYQUu/beginners-guide_f9-1mbps_001_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Oct 2011 03:00:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"wcmontreal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WPTavern: Checklist Of Things To Do Before Switching Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5701";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:111:"http://feedproxy.google.com/~r/WordpressTavern/~3/nHpEN_s0KEo/checklist-of-things-to-do-before-switching-themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1310:"<p>Great checklist created by WPBeginner of <a href="http://www.wpbeginner.com/beginners-guide/checklist-15-things-you-must-do-before-changing-wordpress-themes/">things to do</a> before switching to a different theme. Out of everything they presented, number three hit home for me. After using a new theme for a few months, I decided to look at my Google Analytics and discovered that no stats were being saved from the date I switched my theme to the present. I obviously forgot to add the tracking code to the new theme. OOPS. </p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/prevent-skype-overwriting-phone-numbers-in-wordpress-themes" rel="bookmark" title="Permanent Link: Prevent Skype Overwriting Phone Numbers In WordPress Themes">Prevent Skype Overwriting Phone Numbers In WordPress Themes</a></li>\n<li><a href="http://www.wptavern.com/wordpress-support-forum-and-themes" rel="bookmark" title="Permanent Link: WordPress Support Forum And Themes">WordPress Support Forum And Themes</a></li>\n<li><a href="http://www.wptavern.com/buddypress-themes-are-future-proof" rel="bookmark" title="Permanent Link: BuddyPress Themes Are Future Proof">BuddyPress Themes Are Future Proof</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/nHpEN_s0KEo" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 17:00:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:94:"WordPress.tv: Jonathon Williams: Beginning Plugin Development (Its Not As Hard As It Looks)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=7487";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"http://wordpress.tv/2011/10/24/jonathon-williams-beginning-plugin-development-its-not-as-hard-as-it-looks/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1834:"<div id="v-JtqeBicx-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7487/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7487&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/24/jonathon-williams-beginning-plugin-development-its-not-as-hard-as-it-looks/"><img alt="Beginning Plugin Development" src="http://videos.videopress.com/JtqeBicx/beginning-plugin-development_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 13:03:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"wcfayetteville";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:68:"WPTavern: Andrew Nacin Previews WordPress 3.3 At WordPressNYC Meetup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5692";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:120:"http://feedproxy.google.com/~r/WordpressTavern/~3/qpxhZnVUX-I/andrew-nacin-previews-wordpress-3-3-at-wordpressnyc-meetup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1230:"<p>Andrew Nacin who is one of the core developers of WordPress <a href="http://wpnyc.org/video/wordpress-3-3-preview/">gave a presentation</a> at the most recent meetup in New York City covering WordPress 3.3. The video is 35 minutes in length with Andrew going in-depth on many of the features that 3.3 will have such as the admin bar, drag and drop media uploading, post names for permalinks and more. The video is best viewed at full screen. Thanks to Steve Bruner for the hat tip. </p>\n<div class="aligncenter"></div>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/andrew-nacin-one-year-later" rel="bookmark" title="Permanent Link: Andrew Nacin &#8211; One Year Later">Andrew Nacin &#8211; One Year Later</a></li>\n<li><a href="http://www.wptavern.com/things-to-look-for-in-wordpress-3-3-beta-1" rel="bookmark" title="Permanent Link: Things To Look For In WordPress 3.3 Beta 1">Things To Look For In WordPress 3.3 Beta 1</a></li>\n<li><a href="http://www.wptavern.com/andrew-rickmann-selling-wp-fun" rel="bookmark" title="Permanent Link: Andrew Rickmann Selling WP-Fun">Andrew Rickmann Selling WP-Fun</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/qpxhZnVUX-I" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 13:00:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"WordPress.tv: Adam Ware: Measure Twice, Blog Once";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=7043";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.tv/2011/10/23/adam-ware-measure-twice-blog-once-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1806:"<div id="v-wWBZBEeg-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7043/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7043/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7043/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7043/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7043/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7043/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7043/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7043/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7043/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7043/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7043/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7043/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7043/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7043/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7043&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/23/adam-ware-measure-twice-blog-once-2/"><img alt="Adam Ware: Measure Twice, Blog Once" src="http://videos.videopress.com/wWBZBEeg/measure-twice-blog-once_f9-1mbps_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 03:03:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"wcmontreal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WordPress.tv: Brendan Sera-Shirar: Integrating Forum APIs in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=6966";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://wordpress.tv/2011/10/23/brendan-sera-shirar-integrating-forum-apis-in-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1849:"<div id="v-nLGKvWLS-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6966/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6966&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/23/brendan-sera-shirar-integrating-forum-apis-in-wordpress/"><img alt="Brendan Sera-Shirar: Integrating Forum APIs in WordPress" src="http://videos.videopress.com/nLGKvWLS/2011-05-05_wordcamp_59660_1-5_500k_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 23 Oct 2011 19:34:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"wcvancouver";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:80:"WordPress.tv: Collin Condray and Eric Huber: Yin and Yang of Your WordPress Site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=7429";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"http://wordpress.tv/2011/10/23/collin-condray-and-eric-huber-yin-and-yang-of-your-wordpress-site/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1793:"<div id="v-RRJCDXFT-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7429/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7429&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/23/collin-condray-and-eric-huber-yin-and-yang-of-your-wordpress-site/"><img alt="yin and yang" src="http://videos.videopress.com/RRJCDXFT/yin-and-yang_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 23 Oct 2011 13:02:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"wcfayetteville";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"Weblog Tools Collection: WordPress and Responsive Web Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10609";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/UBnsK0psafg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:859:"<p><a href="http://weblogtoolscollection.com/archives/2011/10/21/whats-your-favorite-theme-feature/">A few days ago</a>, I mentioned that a responsive design was my favorite <a href="http://wordpress.org/">WordPress</a> theme feature. Of course, I wouldn&#8217;t be doing well to promote my favorite feature without at least pointing you in the right direction to learn how to do it yourself.</p>\n<p>Straight from <a href="http://2011.sf.wordcamp.org/">WordCamp San Francisco 2011</a>, here&#8217;s <a href="http://sara-cannon.com/">Sara Cannon</a> with a great presentation on <a href="http://wordpress.tv/2011/09/07/sara-cannon-responsive-web-design-2/">responsive web design in WordPress</a>.</p>\n<div id="v-CRPE8yB1-1" class="video-player"></div>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/UBnsK0psafg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 23 Oct 2011 13:00:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WordPress.tv: David Cook: Setting up Local Test Environments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=7039";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.tv/2011/10/22/david-cook-setting-up-local-test-environments/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1837:"<div id="v-DIxlrnos-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7039/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7039/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7039/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7039/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7039/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7039/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7039/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7039&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/22/david-cook-setting-up-local-test-environments/"><img alt="David Cook: Setting Up Local Test Environments" src="http://videos.videopress.com/DIxlrnos/setting-up-local-test-environment_f9-1mbps_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 23 Oct 2011 03:15:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"wcmontreal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"WordPress.tv: Catherine Winters: Challenging Traditional WordPress Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=6963";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"http://wordpress.tv/2011/10/22/catherine-winters-challenging-traditional-wordpress-design/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1861:"<div id="v-wiVrz086-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6963/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6963/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6963/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6963/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6963/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6963/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6963/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6963&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/22/catherine-winters-challenging-traditional-wordpress-design/"><img alt="Catherine Winters: Challenging Traditional WordPress Theme Design" src="http://videos.videopress.com/wiVrz086/2011-05-05_wordcamp_59660_2-5_500k_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 22 Oct 2011 19:04:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"wcvancouver";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:75:"WordPress.tv: Tom Hapgood: Embrace the Mullet: CSS is the Party in the Back";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=7426";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:91:"http://wordpress.tv/2011/10/22/tom-hapgood-embrace-the-mullet-css-is-the-party-in-the-back/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1799:"<div id="v-uDUkkvrI-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7426/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7426&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/22/tom-hapgood-embrace-the-mullet-css-is-the-party-in-the-back/"><img alt="Embrace the Mullet" src="http://videos.videopress.com/uDUkkvrI/embrace-the-mullet_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 22 Oct 2011 13:04:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"wcfayetteville";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"Weblog Tools Collection: WordPress Plugin Releases for 10/22";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10616";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/_okMNFDH5yw/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1096:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/wp-stats-live/"><strong>WP Stats Live</strong></a> allows you to see who&#8217;s online, what they&#8217;re reading, and where they came from in real time.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/wp-syntaxhighlighter/"><strong>WP SyntaxHighlighter</strong></a> is a code syntax highlighter plugin.</p>\n<p><a href="http://wordpress.org/extend/plugins/wptouch/"><strong>WPtouch</strong></a> automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre, Samsung touch and BlackBerry Storm/Torch mobile devices.</p>\n<p><a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/"><strong>Yet Another Related Posts Plugin</strong></a> displays a list of related entries on your site and feeds based on a unique algorithm.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/_okMNFDH5yw" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 22 Oct 2011 13:00:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"WordPress.tv: Jean-Francois Arsenault: Recettes Sociales pour WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=7040";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"http://wordpress.tv/2011/10/21/jean-francois-arsenault-recettes-sociales-pour-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1858:"<div id="v-Vw0SAODC-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7040/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7040/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7040/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7040/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7040/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7040/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7040/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7040&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/21/jean-francois-arsenault-recettes-sociales-pour-wordpress/"><img alt="Jean-Francois Arsenault: Recettes sociales pour WordPress" src="http://videos.videopress.com/Vw0SAODC/recettes-sociales-pour-wordpress_f9-1mbps_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 22 Oct 2011 03:12:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"wcmontreal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"WPTavern: WPWeekly Episode 116 WordPress And Drupal Founders Share Stage";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5688";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:134:"http://feedproxy.google.com/~r/WordpressTavern/~3/US5pijMoTy0/wpweekly-episode-116-%e2%80%93-wordpress-and-drupal-founders-share-stage";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2190:"<p><img src="http://www.wptavern.com/wp-content/uploads/2009/02/wordpressweekly1.png" alt="wordpressweekly1" title="wordpressweekly1" width="120" height="120" class="alignright size-full wp-image-436" />This weeks edition of the show features a one hour presentation with the founders of Drupal and WordPress together on one stage to talk about Open Source. This presentation took place on October 6th through the 7th, 2011 at an event called Schipulcon which is a web marketing conference. Unfortunately due to audio problems, I had to cut out the first 5 minutes of the presentation so your ears don&#8217;t fall off. Special thanks goes out to Katie and the <a href="http://schipulcon.com/">Schipulcon group</a> for providing me this audio file as well as the permission to play it through the WordPress Weekly stream. The next live show is scheduled for Friday, October 28th at 9PM Eastern. </p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="itpc://recordings.talkshoe.com/rss34224.xml" target="_blank">Click here to subscribe</a></p>\n<p><strong>Length Of Episode:</strong> 51 Minutes</p>\n<p><strong>Download The Show:</strong> <a href="http://recordings.talkshoe.com/TC-34224/TS-550344.mp3" target="_blank">WordPressWeeklyEpisode116.mp3</a></p>\n<p><strong>Listen To Episode #116:</strong><br />\n</p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/drupal-and-wordpress-founders-share-the-same-stage" rel="bookmark" title="Permanent Link: Drupal And WordPress Founders Share The Same Stage">Drupal And WordPress Founders Share The Same Stage</a></li>\n<li><a href="http://www.wptavern.com/wpweekly-episode-23-%e2%80%93-back-from-the-dead" rel="bookmark" title="Permanent Link: WPWeekly Episode 23 Back From The Dead">WPWeekly Episode 23 Back From The Dead</a></li>\n<li><a href="http://www.wptavern.com/wpweekly-episode-115-%e2%80%93-wordpress-3-3-beta-1-edition" rel="bookmark" title="Permanent Link: WPWeekly Episode 115 WordPress 3.3. Beta 1 Edition">WPWeekly Episode 115 WordPress 3.3. Beta 1 Edition</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/US5pijMoTy0" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 21 Oct 2011 23:02:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WordPress.tv: Curtis McHale: Moving WordPress (bbPress, BuddyPress) to Mobile";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=6960";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:91:"http://wordpress.tv/2011/10/21/curtis-mchale-moving-wordpress-bbpress-buddypress-to-mobile/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1838:"<div id="v-PIKlga5M-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6960/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6960&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/21/curtis-mchale-moving-wordpress-bbpress-buddypress-to-mobile/"><img alt="Curtis McHale: Moving WordPress to Mobile" src="http://videos.videopress.com/PIKlga5M/2011-05-05_wordcamp_59660_1-6_500k_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 21 Oct 2011 19:09:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"wcvancouver";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"WPTavern: Automattic Hires Philip Arthur Moore On As New Theme Wrangler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5685";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:123:"http://feedproxy.google.com/~r/WordpressTavern/~3/8BEm_zxS7Wc/automattic-hires-philip-arthur-moore-on-as-new-theme-wrangler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1812:"<p>Philip Arthur Moore who previously worked for WordPress themeing company <a href="http://graphpaperpress.com/">Graph Paper Press</a> is now under employment by Automattic as a theme wrangler. Arthur has <a href="http://philiparthurmoore.com/2011/10/21/ive-joined-automattic-inc/">published a great story</a> on how he&#8217;s been able to reach this point in his life. </p>\n<blockquote><p>The first projects I completed for Automattic as a trial Theme Wrangler were .org to .com conversions of the WordPress themes Nishita and Bold Life5. The responses to them made me feel wonderful and I hope that a year from now I have many more theme conversions, as well as theme creations, under my belt at Automattic.</p></blockquote>\n<p>Congrats Philip, you&#8217;ve joined one heck of a company. By the way, if you&#8217;re reading this and thinking about applying for a job at Automattic, the good news is that <a href="http://automattic.com/work-with-us/">they&#8217;re hiring</a>. Just ignore the pictures of the Pier 38 Automattic Lounge as it&#8217;s <a href="http://techcrunch.com/2011/09/06/pier-38-shut-down/">no longer in existence</a>. </p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/automattic-gets-a-new-systems-wrangler" rel="bookmark" title="Permanent Link: Automattic Gets A New Systems Wrangler">Automattic Gets A New Systems Wrangler</a></li>\n<li><a href="http://www.wptavern.com/name-your-dream-theme-team" rel="bookmark" title="Permanent Link: Name Your Dream Theme Team">Name Your Dream Theme Team</a></li>\n<li><a href="http://www.wptavern.com/automattic-sporting-haikus" rel="bookmark" title="Permanent Link: Automattic Sporting Haikus">Automattic Sporting Haikus</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/8BEm_zxS7Wc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 21 Oct 2011 18:04:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"Weblog Tools Collection: Whats Your Favorite Theme Feature?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10607";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/zpri8wLraBc/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:872:"<p>There are tons of <a href="http://wordpress.org/extend/themes/">free themes</a> available for <a href="http://wordpress.org/">WordPress</a>, and there are plenty of <a href="http://wordpress.org/extend/themes/commercial/">premium themes</a> too, but each theme comes with its own set of features. Some of these features are incredibly useful, some seem to be wasteful, and some can be duplicated with plugins, but what&#8217;s your favorite theme feature?</p>\n<p>I&#8217;m partial myself to themes which are responsive in design, like <a href="http://wordpress.org/extend/themes/twentyeleven">Twenty Eleven</a>, meaning that they are built to adapt to any screen size (even mobile devices). So, what theme features do you look for when selecting your theme?</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/zpri8wLraBc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 21 Oct 2011 13:00:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"WPTavern: WordPress.com Blogs To Get More Advertising";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5677";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"http://feedproxy.google.com/~r/WordpressTavern/~3/d30p4ZUDNac/wordpress-com-blogs-to-get-more-advertising";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3213:"<p><a href="http://www.wptavern.com/wp-content/uploads/2009/07/automatticlogo.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2009/07/automatticlogo-300x36.png" alt="Automattic Logo" title="automatticlogo" width="300" height="36" class="alignright size-medium wp-image-1872" /></a>Federated Media in partnership with Automattic has <a href="http://www.bizjournals.com/sanfrancisco/news/2011/10/19/federated-media-and-automattic-ink.html">signed a deal</a> to sell advertising to potentially 25 million websites spread across WordPress.com. This isn&#8217;t the first time the two have partnered up as FM and Automattic have been launching a series of websites for specific subjects such as FoodPress and <a href="http://www.wptavern.com/first-foodpress-now-ecopressed">EcoPress</a>. This deal presents Federated Media the opportunity to sell highly relevant advertising in mass. For example, Automattic most likely has details that allow them to know the best performing sites on specific subjects such as automotive, food, tech, etc. This data can be used to display relevant advertising from FM so that the content and the advertising are related to each other.</p>\n<p>One of the quotes I&#8217;m seeing attributed to Toni Schneider, CEO of Automattic rubs me the wrong way.</p>\n<blockquote><p>Automattics WordPress software supports 25 million blogs with a combined readership of 300 million unique visitors per month &#8212; a total of 15 percent of the web sites on the Internet, Schneider said.</p></blockquote>\n<p>First off, the only thing of Automattics&#8217; is WordPress.com. Secondly, while it seems like Toni is talking about 25 million blogs on WordPress.com, how can that be 15% of the internet? That&#8217;s like saying 15% of the internet calls WordPress.com home and I highly doubt that. The only way in which that makes sense is if you combine the sites using WordPress the self-hosted software and those hosted on WordPress.com. </p>\n<p>Based on the <a href="http://www.marketwatch.com/story/federated-media-publishing-partners-with-automattic-to-provide-exclusive-representation-for-wordpresscom-community-of-independent-publishers-2011-10-19">press release on MarketWatch</a>, the advertising will be <strong>Opt-In</strong>. One of the most important questions that has not been answered is how revenue sharing will work. One would hope that those who are creating the content will end up getting a small slice of the pie. If not, it&#8217;s a bad deal all the way around. </p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/advertising-now-an-option-on-wptavern" rel="bookmark" title="Permanent Link: Advertising Now An Option On WPTavern">Advertising Now An Option On WPTavern</a></li>\n<li><a href="http://www.wptavern.com/first-foodpress-now-ecopressed" rel="bookmark" title="Permanent Link: First FoodPress Now EcoPressed">First FoodPress Now EcoPressed</a></li>\n<li><a href="http://www.wptavern.com/ad-block-plus-not-needed-here" rel="bookmark" title="Permanent Link: Ad Block Plus Not Needed Here">Ad Block Plus Not Needed Here</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/d30p4ZUDNac" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Oct 2011 17:00:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WPTavern: A First For Automattic Investment In OwnLocal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5673";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"http://feedproxy.google.com/~r/WordpressTavern/~3/WfR0XD9RrGo/a-first-for-automattic-investment-in-ownlocal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2426:"<p><a href="http://www.wptavern.com/wp-content/uploads/2011/10/OwnLocalLogo.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2011/10/OwnLocalLogo.png" alt="OwnLocal Logo" title="OwnLocalLogo" width="212" height="63" class="alignright size-full wp-image-5674" /></a>Automattic which is the company behind WordPress.com and is usually the one being invested in has made an investment themselves in a company called <a href="http://ownlocal.com/">OwnLocal</a> based out of Austin, Texas. The company has existed since 2007 and is built around publications by providing the tools necessary for newspapers to own their local market, hence the name. Liz Gannes of AllThingsD was the <a href="http://allthingsd.com/20111019/the-company-behind-wordpress-invests-in-newspaper-toolmaker-ownlocal/">first to break the story</a> and managed to get this quote out of Matt regarding the investment.</p>\n<blockquote><p>Their approach is highly complementary to our own goals of making it easy for anyone in the world to have a beautiful Web site</p></blockquote>\n<p>It&#8217;s an interesting investment considering local newspapers appear to be dying by the day. But OwnLocal is doing so well that despite the total amount of 2 million dollars thus far in funding, they are currently supporting their staff of 20 based on the revenue they are generating. </p>\n<p><strong>Related But Not Required Reading:</strong><br />\n<a href="http://venturebeat.com/2011/10/19/ownlocal-funding-newspaper-revenue/">OwnLocal nabs new funding from Automattic to resurrect newspaper revenues</a><br />\n<a href="http://gigaom.com/2011/10/19/ownlocal-scores-funds-to-get-small-firms-online/">Ownlocal scores funds to get small firms online</a></p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/when-will-automattic-be-acquired" rel="bookmark" title="Permanent Link: When Will Automattic Be Acquired?">When Will Automattic Be Acquired?</a></li>\n<li><a href="http://www.wptavern.com/automattic-almost-acquired-at-one-point" rel="bookmark" title="Permanent Link: Automattic ALMOST Acquired At One Point">Automattic ALMOST Acquired At One Point</a></li>\n<li><a href="http://www.wptavern.com/automattic-sporting-haikus" rel="bookmark" title="Permanent Link: Automattic Sporting Haikus">Automattic Sporting Haikus</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/WfR0XD9RrGo" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Oct 2011 13:00:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Theme Releases for 10/20";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10618";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/IbQ0BKE4KiU/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:860:"<p><img class="alignnone size-full wp-image-10619" title="asokay" src="http://weblogtoolscollection.com/wp-content/uploads/2011/10/asokay.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/asokay"><strong>Asokay</strong></a> is a full-featured but still simple and easy-to-use blog/website theme, built from the <a href="http://wordpress.org/extend/themes/toolbox">Toolbox</a> theme.</p>\n<p><img class="alignnone size-full wp-image-10620" title="matisse" src="http://weblogtoolscollection.com/wp-content/uploads/2011/10/matisse.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/matisse"><strong>Matisse</strong></a> is a minimalistic two-column and fixed-width theme.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/IbQ0BKE4KiU" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Oct 2011 13:00:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Dev Blog: WordPress 3.3 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2080";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/10/wordpress-3-3-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:900:"<p>Changes since Beta 1:</p>\n<ul>\n<li>Updated the Blue theme</li>\n<li>Fixed IE7 and RTL support</li>\n<li>Improved flyout menu styling and fixed several glitches</li>\n<li>Finished the Pointers implementation</li>\n<li>Landed the dashboard Welcome box for new installs</li>\n<li>Improved contextual help styling</li>\n<li>Tweaked the admin bar a little more</li>\n<li>Fixed a bunch of bugs</li>\n</ul>\n<p>Consult the <a href="http://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=&stop_rev=18939&limit=100">full change log</a>  for details, and see the <a href="http://wordpress.org/news/2011/10/wordpress-3-3-beta-1/">Beta 1 announcement</a> for information on how to help test Beta 2.</p>\n<blockquote><p>Welcome for the new &#8211;<br />\n3.3 at beta 2.<br />\n(IE7, woo!)</p></blockquote>\n<p>Download <a href="http://wordpress.org/wordpress-3.3-beta2.zip">3.3 Beta 2</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Oct 2011 02:39:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"WPTavern: Chip Bennett Hits 1,000 Theme Reviews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5668";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"http://feedproxy.google.com/~r/WordpressTavern/~3/L4-YiPgPGKA/chip-bennett-hits-1000-theme-reviews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1598:"<p>Just a shout out and congratulations to Chip Bennett who <a href="https://twitter.com/#!/chip_bennett/status/125035043889479680">recently hit</a> the 1,000 theme reviews milestone. To see each one of his reviews, check out the <a href="http://themes.trac.wordpress.org/query?owner=chipbennett&status=closed&group=owner&max=5000&col=id&col=summary&col=status&col=type&col=priority&col=time&col=changetime&order=priority">ongoing list on Trac</a> for the theme repository. Thanks Chip and the rest of the review team for providing your time and knowledge to making the theme repository a better place. .</p>\n<p>If you want to learn more about the theme review team, you should <a href="http://www.wptavern.com/wpweekly-episode-106-%E2%80%93-the-theme-review-team">listen to episode 106 of WordPress weekly</a> where most of the episode centers around the topic. </p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/wpweekly-episode-106-%e2%80%93-the-theme-review-team" rel="bookmark" title="Permanent Link: WPWeekly Episode 106 The Theme Review Team">WPWeekly Episode 106 The Theme Review Team</a></li>\n<li><a href="http://www.wptavern.com/theme-repository-now-over-1000-themes" rel="bookmark" title="Permanent Link: Theme Repository Now Over 1,000 Themes">Theme Repository Now Over 1,000 Themes</a></li>\n<li><a href="http://www.wptavern.com/name-your-dream-theme-team" rel="bookmark" title="Permanent Link: Name Your Dream Theme Team">Name Your Dream Theme Team</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/L4-YiPgPGKA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Oct 2011 22:00:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Matt: Programming and Writing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39629";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://ma.tt/2011/10/programming-and-writing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2462:"<p>I really enjoyed this quote from <a href="http://inessential.com/">Brent Simmons</a> in <a href="http://daringfireball.net/2011/06/netnewswire_black_pixel">an interview with John Gruber</a>.</p>\n<div class="blockquote"><blockquote><p>Ive always thought of it this way: a good writer reads a lot of books. They see how other writers solve problems. They pay attention to whats happening now as much as they pay attention to the classics. Good writers are readers first, but eagle-eyed, careful readers.</p>\n<p>I think good developers are the same: they look at other apps. They “read” those apps, the problems they have and how they solve them. They notice trends, they notice new solutions, they notice when things work and when they dont.</p></blockquote></div>\n<p>&nbsp;</p>\n<p>It reminds me of some passages from a book I&#8217;m reading right now, <a href="http://www.amazon.com/dp/0385480016/">Bird by Bird by Anne Lamott</a>:</p>\n<div class="blockquote"><blockquote><p><img class="alignright" src="http://matt.files.wordpress.com/2011/10/bird-by-bird.jpeg?w=200" alt="Bird by Bird" width="200" height="308" />However, in the meantime, we are going to concentrate on writing itself, on how to become a better writer, because, for one thing, becoming a better writer is going to help you become a better reader, and that is the real payoff. [...]</p>\n<p>Writing can give you what having a baby can give you: it can get you to start paying attention, can help you soften, can wake you up. [...]</p>\n<p>Because for some of us, books are as important as almost anything else on earth. What a miracle it is that out of these small, flat, rigid squares of paper unfolds world after world after world, worlds that sing to you, comfort and quiet or excite you. Books help us understand who we are and how we are to behave. they show us what community and friendship mean; they show us how to live and die. They are full of all the things that you don&#8217;t get in real life &#8212; wonderful, lyrical language, for instance, right off the bat. And quality of attention: we may notice amazing details during the course of a day but we rarely let ourselves stop and really pay attention. An author makes you notice, makes you pay attention, and this is a great gift. My gratitude for good writing is unbounded; I&#8217;m grateful for it the way I&#8217;m grateful for the ocean.</p></blockquote></div>\n<p>That&#8217;s how I feel about software.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Oct 2011 20:29:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Matt: Federated Media Deal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39627";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://ma.tt/2011/10/federated-media-deal/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:478:"<p><a href="http://www.readwriteweb.com/archives/federated_media_wordpress.php">ReadWriteWeb covers the WordPress.com / Federated Media deal</a> which will give high-end bloggers access to run advertising from FM, which is significantly higher quality than alternatives like Google Adsense, which has been declining in quality and is no longer a great choice for bloggers. Proud to be part of the empowerment of the Independent Web, which is the dark matter of the internet.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Oct 2011 20:25:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Matt: Investment in OwnLocal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39624";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://ma.tt/2011/10/investment-in-ownlocal/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:264:"<p><a href="http://allthingsd.com/20111019/the-company-behind-wordpress-invests-in-newspaper-toolmaker-ownlocal/">Liz Gannes breaks the story that Automattic has made its first investment</a>, in newspaper toolmaker <a href="http://ownlocal.com/">OwnLocal</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Oct 2011 18:20:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WPTavern: Prevent Skype Overwriting Phone Numbers In WordPress Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5666";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:121:"http://feedproxy.google.com/~r/WordpressTavern/~3/4czZcc2tZIg/prevent-skype-overwriting-phone-numbers-in-wordpress-themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1250:"<p>I didn&#8217;t know this was an actual problem until I <a href="http://www.wpbeginner.com/wp-tutorials/how-to-fix-skype-overwriting-phone-numbers-in-wordpress-themes/">read the advice</a> on WPBeginner.com. Apparently, some WordPress themes can break when Skype changes a phone number into a number you can dial with Skype. The fix is a simple one liner that you add to the HEAD section of the theme. Personally, I don&#8217;t use Skype to call out and change my options to prevent the over riding phone numbers in the first place. </p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/wordpress-themes-in-2009" rel="bookmark" title="Permanent Link: WordPress Themes In 2009">WordPress Themes In 2009</a></li>\n<li><a href="http://www.wptavern.com/simple-guide-to-adding-theme-options" rel="bookmark" title="Permanent Link: Simple Guide To Adding Theme Options">Simple Guide To Adding Theme Options</a></li>\n<li><a href="http://www.wptavern.com/sitepoint-gives-primer-on-parent-child-themes" rel="bookmark" title="Permanent Link: SitePoint Gives Primer On Parent Child Themes">SitePoint Gives Primer On Parent Child Themes</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/4czZcc2tZIg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Oct 2011 17:00:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Donncha: Preload categories and custom post content";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ocaoimh.ie/?p=89496545";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://ocaoimh.ie/2011/10/19/preload-categories-and-custom-post-content/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2476:"<p>The never ending journey to WP Super Cache 1.0 continues. Go grab the development version of the plugin on the <a href="http://wordpress.org/extend/plugins/wp-super-cache/download/">download page</a> as there have been a few changes since <a href="http://ocaoimh.ie/2011/07/11/get-a-sneak-preview-of-wp-super-cache-before-1-0/">my last post</a> (where I announced support for mixed https sites among other things).</p>\n<p>Some of the changes:</p>\n<ul>\n<li> The cache preloader will now preload tags and categories pages (and whatever other taxonomy you want by using the wp_cache_preload_taxonomies filter). It should also preload pages with custom post types, but I haven&#8217;t tested that yet as I don&#8217;t have any such pages here. I hope <a href="http://wordpress.org/support/topic/plugin-wp-super-cache-preload-custom-post-types?replies=5">Adam does</a> at least!</li>\n<li> You should be able to delete files from the cache file listing again.</li>\n<li> You can make &#8220;known users&#8221; anonymous so they&#8217;re served Supercache cache files. Logged in users will appear logged out and users who leave comments won&#8217;t have the comment form filled in however.</li>\n<li> And quite a few more <a href="http://plugins.trac.wordpress.org/log/wp-super-cache/">bugfixes</a>.</li>\n</ul>\n<p>Only thing is, I need your help. The development version is running on this multisite install of WordPress and it&#8217;s working fine but I really need feedback, especially before 1.0 comes out.</p>\n<p>So, if you&#8217;re comfortable with WordPress please go visit the <a href="http://wordpress.org/extend/plugins/wp-super-cache/download/">download page</a> and install the development version. Thanks!</p>\n <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89496545" width="1" height="1" />\n<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2004/09/22/custom-fields-in-wpmu/" rel="bookmark" title="Permanent Link: Custom Fields in WPMU">Custom Fields in WPMU</a></li><li> <a href="http://ocaoimh.ie/2004/10/11/enclosures-in-wordpress/" rel="bookmark" title="Permanent Link: Enclosures in WordPress">Enclosures in WordPress</a></li><li> <a href="http://ocaoimh.ie/2003/05/16/b2customfields-custom-post-field-functionality/" rel="bookmark" title="Permanent Link: b2customfields &#8211; Custom post field functionality">b2customfields &#8211; Custom post field functionality</a></li></ul></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Oct 2011 15:42:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Donncha O Caoimh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress and Internationalization";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10605";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/X05idqRPB-8/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1077:"<p>I&#8217;m sure that you&#8217;re all familiar with <a href="http://wordpress.org/">WordPress</a> in English, but did you know that WordPress is available in <a href="http://codex.wordpress.org/WordPress_in_Your_Language">121 languages</a>? There is definitely a lot of work that goes into that, and it&#8217;s just another reflection of the power of the WordPress community.</p>\n<p>Maybe you want to know what goes into that, or how you can get involved. If you do, <a href="http://wordpress.tv/2011/10/14/paolo-belcastro-ze-fontainhas-wordpress-and-internationalization/">this presentation</a> from <a href="http://2011.montreal.wordcamp.org/">WordCamp Montreal 2011</a>, featuring <a href="http://www.chicandgeek.com/">Paolo Belcastro</a> and <a href="http://everywhereelse.wordpress.com/">Zé Fontainhas</a>, offers a great peak into a world of WordPress that you may have never experienced or even expected.</p>\n<div id="v-aHmjrHJl-1" class="video-player"></div>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/X05idqRPB-8" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Oct 2011 13:00:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WPTavern: WordPress Not Likely To Participate In Google Code-In";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5658";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:115:"http://feedproxy.google.com/~r/WordpressTavern/~3/s_nw-Io5ZOw/wordpress-not-likely-to-participate-in-google-code-in";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1819:"<p><a href="http://www.wptavern.com/wp-content/uploads/2011/10/GoogleCodeIn.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2011/10/GoogleCodeIn-300x130.png" alt="Google Code In Logo" title="GoogleCodeIn" width="300" height="130" class="alignright size-medium wp-image-5663" /></a>While a decision has not yet been finalized, judging by the responses so far on <a href="http://wpdevel.wordpress.com/2011/10/17/google-code-in/">this blog post</a> discussing the pros and cons of participating, it looks like WordPress may not be part of the event this year. <a href="http://code.google.com/opensource/gci/2011-12/index.html">Google Code In</a> is an annual event sponsored by Google that is aimed at students between the ages of 13 and 17. The goal of the program is to encourage youths to participate in open source which is in contrast to Google Summer of Code which is aimed at university students. We&#8217;ll know whether or not WordPress is part of the program either through the WordPress.org website or when Google announces the participating mentoring organizations on November 9th.</p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/wordpress-gsoc-2010-program-under-way" rel="bookmark" title="Permanent Link: WordPress GSoC 2010 Program Under Way">WordPress GSoC 2010 Program Under Way</a></li>\n<li><a href="http://www.wptavern.com/its-that-time-of-year-again" rel="bookmark" title="Permanent Link: It&#8217;s That Time Of Year Again">It&#8217;s That Time Of Year Again</a></li>\n<li><a href="http://www.wptavern.com/wordpress-matt-cutts-and-google" rel="bookmark" title="Permanent Link: WordPress, Matt Cutts, And Google">WordPress, Matt Cutts, And Google</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/s_nw-Io5ZOw" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Oct 2011 13:00:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"WPTavern: How To Insert Links Inside Of Image Captions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5650";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"http://feedproxy.google.com/~r/WordpressTavern/~3/_-9dLCijK04/how-to-insert-links-inside-of-image-captions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4326:"<p>Occasionally, I &#8216;ll take a look through the <a href="http://wordpress.org/extend/ideas/">WordPress Ideas</a> site to see what kind of activity is going on. The other night, I discovered an idea that immediately lit the light bulb over my head, mostly because I couldn&#8217;t believe that it was not already a feature in WordPress. Approximately <a href="http://wordpress.org/extend/ideas/topic/fix-the-caption-system-to-allow-links-inside-captions">one year ago</a>, Jeremy Clarke submitted the idea to allow URLs to be inserted into image captions with the primary goal of making it easy to attribute images to their source. I&#8217;ve personally come across the issue where instead of applying the image credits within the image caption, I have to add a note somewhere within the post which is stupid since image captions are the <strong>PERFECT</strong> spot for attribution. Fast forward to October 18th, 2011 with WordPress 3.3. knocking on the door and this ability is still not present within WordPress. However, there are a couple of things that point to this feature being added soon as the status for the idea is marked <em>Good Idea! We&#8217;re Working On It</em>. There is also a ticket in trac, <a href="http://core.trac.wordpress.org/ticket/18311">#18311</a> that has a patch but is currently awaiting review. </p>\n<p>While there is not a native, user-friendly way of adding links to image captions, there are a couple of ways in which it can be accomplished. The first is by using &#8216; instead of &#8221; when entering the code for your link. However, when switching between the code and visual editors, the link is erased leaving text in place of the link. </p>\n<p>Second, you can try using the code <a href="http://konstruktors.com/blog/wordpress/3203-how-to-automatically-add-image-credit-or-source-url-to-photo-captions-in-wordpress/">provided by Kaspars of Konstruktors.com </a>inside of your functions.php file which will add a &#8220;<strong>Source URL</strong>&#8221; field to every image that is uploaded through the WordPress media library. When using this method, it&#8217;s important to note that the source URL will be visible only if you specify an image caption upon inserting the image. If implemented correctly, it will look something like this.</p>\n<p><a href="http://www.wptavern.com/wp-content/uploads/2011/10/ImageSourceURL.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2011/10/ImageSourceURL-500x161.png" alt="Adding An Image Source URL Field" title="ImageSourceURL" width="500" height="161" class="aligncenter size-large wp-image-5651" /></a></p>\n<p>Third, you can try using the <a href="http://wordpress.org/extend/plugins/links-in-captions/">Links In Captions Plugin</a> by <a href="http://profiles.wordpress.org/users/katzwebdesign/">Zack Katz</a>. After activation, you can add links to captions via the following format: {link url=&#8221;http://www.example.com&#8221;}Anchor text here{/link} Two benefits to this plugin is that it has support for the Target and Rel attributes and you can use shortcodes within the caption area. </p>\n<p>Personally, I think Kaspars solution is the most user-friendly after the functions.php file is setup correctly. I&#8217;d like to see him package that as a plugin so more users can take advantage of it as it looks as though it was part of the media manager all along. However, the best scenario is for this functionality to some how end up within the core of WordPress. If you have the know-how, please consider contributing to the ticket or writing a better patch to get this into core. </p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/removing-links-in-favor-of-menus" rel="bookmark" title="Permanent Link: Removing Links In Favor Of Menus?">Removing Links In Favor Of Menus?</a></li>\n<li><a href="http://www.wptavern.com/spam-link-injection-sucks" rel="bookmark" title="Permanent Link: Spam Link Injection Sucks">Spam Link Injection Sucks</a></li>\n<li><a href="http://www.wptavern.com/screencast-basic-image-editing-in-wordpress-2-9" rel="bookmark" title="Permanent Link: Screencast: Basic Image Editing In WordPress 2.9">Screencast: Basic Image Editing In WordPress 2.9</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/_-9dLCijK04" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Oct 2011 13:00:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"Weblog Tools Collection: WordPress Plugin Releases for 10/18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10602";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/fltHL9bYCrw/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:806:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/contact-form-with-a-meeting-scheduler-by-vcita/"><strong>Contact Form with a Meeting Scheduler</strong></a> is an inviting contact form with built-in appointment dcheduler and video meetings.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/backwpup/"><strong>BackWPup</strong></a> allows you to backup your WordPress database, files, and more.</p>\n<p><a href="http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-vertical-accordion-menu-widget/"><strong>jQuery Vertical Accordion Menu</strong></a> creates vertical accordion menus from any WordPress custom menu.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/fltHL9bYCrw" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Oct 2011 13:00:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Matt: Chatting with Dries of Drupal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39621";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://ma.tt/2011/10/chatting-with-dries-of-drupal/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:493:"<p>The other week in my hometown of Houston, Texas I ended up on stage in a joint conversation with Dries Buytaert, the founder of Drupal. <a href="http://wordpress.tv/2011/10/16/drupal-wp/">The video of our chat is now on WordPress.tv</a>, and worth checking out particularly if you&#8217;re curious about the early history of both projects. We&#8217;re more alike than different, and Dries is <a href="https://twitter.com/photomatt/status/122403646074916864">someone I respect a lot</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Oct 2011 21:06:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Matt: Parenting Story";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39619";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://ma.tt/2011/10/parenting-story/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:233:"<p>A great piece in the New York Times today: <a href="http://www.nytimes.com/2011/10/16/opinion/sunday/notes-from-a-dragon-mom.html?_r=1">How do you parent without a future, knowing that you will lose your child, bit by bit?</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Oct 2011 20:04:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"WPTavern: Validation And Sanitization Primer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5643";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"http://feedproxy.google.com/~r/WordpressTavern/~3/T9RM9yS6PtM/validation-and-sanitization-primer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:785:"<p>Daniel Bachhuber who works with WordPress.com VIP Services has <a href="http://publisherblog.automattic.com/2011/10/13/key-differences-between-validation-and-sanitization/">published a guide</a> covering some key differences with data validation and sanitization. His explanation is not so technical that even I understood it for the most part. If you&#8217;re a developer, definitely give the guide a read and give Daniel some feedback. </p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/is-a-plugin-validation-team-a-pipe-dream" rel="bookmark" title="Permanent Link: Is A Plugin Validation Team A Pipe Dream?">Is A Plugin Validation Team A Pipe Dream?</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/T9RM9yS6PtM" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Oct 2011 17:00:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WPTavern: Plugin Review Expanded Admin Menus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5637";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"http://feedproxy.google.com/~r/WordpressTavern/~3/x5rDUCXSn4M/plugin-review-expanded-admin-menus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3721:"<p>If you&#8217;re not happy about WordPress 3.3 taking away the ability to vertically expand and collapse menu items, you now have at least one option to bring back that functionality. Sort of. After quite a bit of discussion amongst community members regarding the new menu flyouts in WordPress 3.3, Aaron D. Campbell contributed with a <a href="http://wordpress.org/support/topic/admin-menu-doesnt-expandcollapse-in-33-beta-1-why/page/3?replies=72#post-2390247">thought out post</a> which concluded with a link to a plugin he created called <a href="http://wordpress.org/extend/plugins/expanded-admin-menus/">Expanded Admin Menus</a>. </p>\n<p>After activating the plugin in WordPress 3.3 Beta 1, this is what your left handed navigational menus will look like.</p>\n<p><a href="http://www.wptavern.com/wp-content/uploads/2011/10/expanded-menu-items.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2011/10/expanded-menu-items.png" alt="Expanded Menu Items" title="expanded menu items" width="157" height="365" class="aligncenter size-full wp-image-5638" /></a></p>\n<p>Unfortunately, it&#8217;s a far cry from what users enjoyed in WordPress 3.2.1. Instead of being able to choose which main menu item is expanded or collapsed, all of them are expanded. That deafening cry of pain you hear is from mouse scroll wheels all across the globe. After using the plugin for five minutes, it was clear to me that it&#8217;s even more of a usability nightmare for myself then dealing with the flyout menus. With all menu items presented at once, my eyes have to scroll through each one to find the specific link I&#8217;m looking for. I&#8217;m presented with too much information at one time making browsing a pain in the neck. If that were not enough, the collapsed menu looks completely different than the normal collapsed menu, probably due to the CSS it uses. </p>\n<div id="attachment_5639" class="wp-caption aligncenter"><a href="http://www.wptavern.com/wp-content/uploads/2011/10/expandedmenuitems2.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2011/10/expandedmenuitems2.png" alt="Collapsed Verson Of Expanded Menu Items" title="expandedmenuitems2" width="237" height="218" class="size-full wp-image-5639" /></a><p class="wp-caption-text">Collapsed Version Of Expanded Menu Items</p></div>\n<p>While I&#8217;m not going to discount the use of this plugin because of that particular bug, the bottom line is that this plugin does not solve the problem that the forum thread was dedicated to. It&#8217;s not about having all of the admin menus opened or closed. It was the end user opportunity to pick and choose which menus were vertically expanded or collapsed while being able to have multiple menus opened or closed. Nice effort on the part of Aaron to provide an option to users who loved that particular feature in WordPress 3.2 but in its current form, the plugin comes nowhere close to solving the problem. </p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/wpbeginner-reviews-post-admin-shortcuts-plugin" rel="bookmark" title="Permanent Link: WPBeginner Reviews Post Admin Shortcuts Plugin">WPBeginner Reviews Post Admin Shortcuts Plugin</a></li>\n<li><a href="http://www.wptavern.com/some-not-happy-with-flyout-menus" rel="bookmark" title="Permanent Link: Some Not Happy With Flyout Menus">Some Not Happy With Flyout Menus</a></li>\n<li><a href="http://www.wptavern.com/review-of-the-limit-login-attempts-plugin" rel="bookmark" title="Permanent Link: Review Of The Limit Login Attempts Plugin">Review Of The Limit Login Attempts Plugin</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/x5rDUCXSn4M" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Oct 2011 13:00:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"Weblog Tools Collection: WordPress vs. Drupal on Stage";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10596";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/fR0VLpyYLzI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:925:"<p><a href="http://www.schipulcon.com/">SchipulCon</a> 2011, a web marketing conference, hosted <a href="http://vimeo.com/30403839">a very thought-provoking discussion</a> between <a href="http://wordpress.org/">WordPress</a> founder <a href="http://ma.tt/">Matt Mullenweg</a> and <a href="http://drupal.org/">Drupal</a> founder <a href="http://buytaert.net/">Dries Buytaert</a>.</p>\n<p>Despite some technical issues, the founders of platforms often thought of as rivals had some interesting thoughts to share about competition and community in the open source world. You can see the video below, and there are some choice quotes available at <a href="http://blog.schipul.com/drupal-and-wordpress-at-schipulcon-one-stage-one-open-source-love/">Schipul&#8217;s coverage of the event</a>.</p>\n<div>\n\n \n \n \n \n \n\n</div>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/fR0VLpyYLzI" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Oct 2011 13:00:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:95:"WordPress.tv: SchipulCon 2011: Open Source Discussion with the Founders of Drupal and WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8184";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://wordpress.tv/2011/10/16/drupal-wp/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1828:"<p><strong><code><div id="v-Hsu9Z4w3-1" class="video-player">\n</div></code></strong></p>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/8184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/8184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/8184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/8184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/8184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/8184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/8184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/8184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/8184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/8184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/8184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/8184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/8184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/8184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=8184&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/16/drupal-wp/"><img alt="Open Source Discussion with the Founders of Drupal and WordPress" src="http://videos.videopress.com/Hsu9Z4w3/68622867_scruberthumbnail_2.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Oct 2011 06:42:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Theme Releases for 10/16";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10591";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/4GqtnIwu9UE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1196:"<p><img class="alignnone size-full wp-image-10592" title="exhibition" src="http://weblogtoolscollection.com/wp-content/uploads/2011/10/exhibition.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://www.dessign.net/exhibition-theme/"><strong>Exhibition</strong></a> is a perfect theme for any artist to showcase their portfolio and blog about their work.</p>\n<p><img class="alignnone size-full wp-image-10593" title="journal" src="http://weblogtoolscollection.com/wp-content/uploads/2011/10/journal.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.emptynestheritage.com/2011/10/15/journal-theme/"><strong>Journal</strong></a> is a simple, attractive, one column theme that would suit a diary or journal site.</p>\n<p><img class="alignnone size-full wp-image-10594" title="terminal" src="http://weblogtoolscollection.com/wp-content/uploads/2011/10/terminal.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wpterminal.com/terminal/"><strong>Terminal</strong></a> features multiple layouts, a custom Twitter widget, and theme options.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/4GqtnIwu9UE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 16 Oct 2011 13:00:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"WPTavern: WPWeekly Episode 115 WordPress 3.3. Beta 1 Edition";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5632";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:121:"http://feedproxy.google.com/~r/WordpressTavern/~3/M_hFtTjlgrQ/wpweekly-episode-115-%e2%80%93-wordpress-3-3-beta-1-edition";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2757:"<p><img src="http://www.wptavern.com/wp-content/uploads/2009/02/wordpressweekly1.png" alt="wordpressweekly1" title="wordpressweekly1" width="120" height="120" class="alignright size-full wp-image-436" />In this episode of WordPress Weekly, I give you the news making headlines of the week. I also give you a rundown of what to look for in WordPress 3.3. Beta 1 and give you my experience thus far with some of the new features. The end of the show has a 3 minute audio sound byte from Schipulcon where the founders of Drupal and WordPress shared the stage to talk about Open Source. </p>\n<h2>Stories Discussed:</h2>\n<p><a href="http://wpdevel.wordpress.com/2011/10/13/dns-issues-on-wordpress-org/">WordPress.org Experiences DNS Issues &#8211; Not Hacked</a><br />\n<a href="http://www.wptavern.com/score-tickets-to-wordcamp-toronto-2011">Win A Ticket To WordCamp Toronto</a><br />\n<a href="http://www.wptavern.com/revamping-the-404-page-for-the-plugin-repository">Plugin Repository Now Has A Proper 404 Page</a><br />\n<a href="http://www.wptavern.com/plugin-review-spots-by-interconnectit">Spots By Interconnect/It</a><br />\n<a href="http://www.wptavern.com/wordpress-app-the-best-thing-on-peter-brights-iphone">The Best Thing On Peter Brights iPhone Is The WordPress App</a><br />\n<a href="http://www.wptavern.com/things-to-look-for-in-wordpress-3-3-beta-1">Things To Look For In WordPress 3.3 Beta 1</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="itpc://recordings.talkshoe.com/rss34224.xml" target="_blank">Click here to subscribe</a></p>\n<p><strong>Length Of Episode:</strong> 37 Minutes</p>\n<p><strong>Download The Show:</strong> <a href="http://recordings.talkshoe.com/TC-34224/TS-546941.mp3" target="_blank">WordPressWeeklyEpisode115.mp3</a></p>\n<p><strong>Listen To Episode #115:</strong><br />\n</p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/wpweekly-episode-25-%e2%80%93-almost-wordpress-2-7-beta" rel="bookmark" title="Permanent Link: WPWeekly Episode 25 Almost WordPress 2.7 Beta">WPWeekly Episode 25 Almost WordPress 2.7 Beta</a></li>\n<li><a href="http://www.wptavern.com/wpweekly-episode-61-could-wordpress-com-ever-rebrand" rel="bookmark" title="Permanent Link: WPWeekly Episode 61 &#8211; Could WordPress.com Ever Rebrand?">WPWeekly Episode 61 &#8211; Could WordPress.com Ever Rebrand?</a></li>\n<li><a href="http://www.wptavern.com/wpweekly-episode-28-%e2%80%93-wordpress-2-7-news-and-wordcamp-au" rel="bookmark" title="Permanent Link: WPWeekly Episode 28 WordPress 2.7 News And WordCamp AU">WPWeekly Episode 28 WordPress 2.7 News And WordCamp AU</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/M_hFtTjlgrQ" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 15 Oct 2011 02:04:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"WPTavern: Video Featuring Matt Of WordPress With Dries Of Drupal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5629";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:116:"http://feedproxy.google.com/~r/WordpressTavern/~3/fzcBHUr5Pn0/video-featuring-matt-of-wordpress-with-dries-of-drupal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1694:"<p>Here is the recorded video featuring the presentation of Matt Mullenweg of WordPress with Dries Buytaert of Drupal discussing open source. Kudos goes out to the Schipulcon group for getting these two together for an awesome presentation. The audio is terrible until you hit the 4 minute mark. If you want to see a transcript for some of the questions you can read them on the <a href="http://blog.schipul.com/drupal-and-wordpress-at-schipulcon-one-stage-one-open-source-love/">Schipul Blog</a>. Definitely watch from 32 minutes onward as that is when the audience starts asking some pretty good questions. </p>\n<div class="aligncenter">\n<p><a href="http://vimeo.com/30403839">Open Source Discussion with the Founders of Drupal and WordPress</a> from <a href="http://vimeo.com/schipul">Schipul &#8211; The Web Marketing Co.</a> on <a href="http://vimeo.com">Vimeo</a>.</p>\n</div>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/the-crossing-paths-of-drupal-and-wordpress" rel="bookmark" title="Permanent Link: The Crossing Paths Of Drupal And WordPress">The Crossing Paths Of Drupal And WordPress</a></li>\n<li><a href="http://www.wptavern.com/drupal-and-wordpress-founders-share-the-same-stage" rel="bookmark" title="Permanent Link: Drupal And WordPress Founders Share The Same Stage">Drupal And WordPress Founders Share The Same Stage</a></li>\n<li><a href="http://www.wptavern.com/saying-goodbye-to-drupal-and-hello-to-wordpress" rel="bookmark" title="Permanent Link: Saying Goodbye To Drupal And Hello To WordPress">Saying Goodbye To Drupal And Hello To WordPress</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/fzcBHUr5Pn0" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Oct 2011 17:00:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"WPTavern: Share Your Experience With WordPress 3.3 Beta 1 With Me Tonight";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5624";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:125:"http://feedproxy.google.com/~r/WordpressTavern/~3/4ZNH0tDHOGo/share-your-experience-with-wordpress-3-3-beta-1-with-me-tonight";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1730:"<p><a href="http://www.wptavern.com/wp-content/uploads/2009/02/wordpressweekly1.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2009/02/wordpressweekly1.png" alt="" title="wordpressweekly1" width="120" height="120" class="alignright size-full wp-image-436" /></a>For those that don&#8217;t know, I produce a live podcast every Friday evening at 9P.M. Eastern time on Talkshoe.com called <a href="http://www.talkshoe.com/talkshoe/web/talkCast.jsp?masterId=34224&cmd=tc">WordPress Weekly</a>. On tonight&#8217;s episode, I&#8217;d like to hear from you regarding your experience thus far with WordPress 3.3. beta 1 if you&#8217;ve had a chance to use it. I&#8217;m especially interested to know your thoughts on the new fly out menus and the drag and drop media uploader. If you can&#8217;t call in to the show tonight, at least <a href="http://www.wptavern.com/wordpress-weekly">show up in the chat room</a> to be part of the conversation as the show is recorded live. </p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/things-to-look-for-in-wordpress-3-3-beta-1" rel="bookmark" title="Permanent Link: Things To Look For In WordPress 3.3 Beta 1">Things To Look For In WordPress 3.3 Beta 1</a></li>\n<li><a href="http://www.wptavern.com/wordpress-2-8-1-beta-by-end-of-the-week" rel="bookmark" title="Permanent Link: WordPress 2.8.1 Beta By End Of The Week">WordPress 2.8.1 Beta By End Of The Week</a></li>\n<li><a href="http://www.wptavern.com/my-thoughts-on-wordpress-weekly" rel="bookmark" title="Permanent Link: My Thoughts On WordPress Weekly">My Thoughts On WordPress Weekly</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/4ZNH0tDHOGo" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Oct 2011 14:15:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:81:"WordPress.tv: Paolo Belcastro & Ze Fontainhas: WordPress and Internationalization";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=7022";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"http://wordpress.tv/2011/10/14/paolo-belcastro-ze-fontainhas-wordpress-and-internationalization/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1845:"<div id="v-aHmjrHJl-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7022/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7022&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/14/paolo-belcastro-ze-fontainhas-wordpress-and-internationalization/"><img alt="WordPress and Internationalization" src="http://videos.videopress.com/aHmjrHJl/wordpress-and-internationalization_f9-1mbps_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Oct 2011 13:01:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"wcmontreal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"Weblog Tools Collection: WordPress Plugin Releases for 10/14";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10588";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/IWrxFZsyfnY/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1396:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/urtak-for-wordpress/"><strong>Urtak</strong></a> allows you to gather your users&#8217; opinions by enabling them to ask and answer questions about your content.</p>\n<p><a href="http://calendarscripts.info/watu-wordpress.html"><strong>Watu</strong></a> allows you to create exams with unlimited questions and answers, and define grades based on collected points.</p>\n<p><a href="http://wordpress.org/extend/plugins/widgets-in-columns/"><strong>Widgets in Columns</strong></a> allows you to show your widgets in desired columns and rows.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://buddypress.org/"><strong>BuddyPress</strong></a> lets users register on your site and start creating profiles, posting messages, making connections, creating and interacting in groups and much more. It&#8217;s a social network in a box.</p>\n<p><a href="http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/"><strong>Viper&#8217;s Video Quicktags</strong></a> allows you to simply click one of the new buttons that this plugin adds to the write screen (rich editor included) and then paste the URL that the video is located at into the prompt box. You can fully configure how the videos are displayed and much more.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/IWrxFZsyfnY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Oct 2011 13:00:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"WordPress.tv: Steve Heffernan: HTML5 Video for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=6955";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.tv/2011/10/13/steve-heffernan-html5-video-for-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1821:"<div id="v-b31Cz69M-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6955/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6955&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/10/13/steve-heffernan-html5-video-for-wordpress/"><img alt="Steve Heffernan: HTML5 Video for WordPress" src="http://videos.videopress.com/b31Cz69M/2011-05-05_wordcamp_59660_2-4_500k_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Oct 2011 04:43:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"wcvancouver";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WPTavern: Score Tickets To WordCamp Toronto 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5621";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"http://feedproxy.google.com/~r/WordpressTavern/~3/nF8UkPkJKhc/score-tickets-to-wordcamp-toronto-2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1313:"<p>If you&#8217;re planning on going to <a href="http://2011.toronto.wordcamp.org/">WordCamp Toronto 2011</a> and have yet to purchase tickets, think about <a href="http://www.miroslavglavic.ca/wordpress/contest-wordcamp-toronto-2011-tickets-wcto-wordpress/">participating in this contest</a> being held by Miroslav Glavic. The rules are simple. All you have to do is leave a comment on the post and explain how attending the event will help you. Each winner will receive one ticket to the event. Of course, the winners will need to pay for their own accommodations and travel costs to get there. Winners will be chosen on October 19th. </p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/wordcamp-nyc-tickets-now-available" rel="bookmark" title="Permanent Link: WordCamp NYC Tickets Now Available">WordCamp NYC Tickets Now Available</a></li>\n<li><a href="http://www.wptavern.com/win-wordcamp-chicago-tickets" rel="bookmark" title="Permanent Link: Win WordCamp Chicago Tickets">Win WordCamp Chicago Tickets</a></li>\n<li><a href="http://www.wptavern.com/sponsor-me-to-wordcamp-detroit" rel="bookmark" title="Permanent Link: Sponsor Me To WordCamp Detroit">Sponsor Me To WordCamp Detroit</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/nF8UkPkJKhc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Oct 2011 22:00:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"BuddyPress: BuddyPress 1.5.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:47:"http://buddypress.org/2011/10/buddypress-1-5-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://buddypress.org/2011/10/buddypress-1-5-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1851:"<p>Come and get it! <a href="http://wordpress.org/extend/plugins/buddypress/">BuddyPress 1.5.1</a> is now available. This release fixes <a href="http://buddypress.org/about/release-history/#1.5.1">over 25 issues</a> that have popped up since BuddyPress 1.5 &#8220;Lombardi&#8221; was rolled out in September.</p>\n<p>BP 1.5.1 is a recommended upgrade for all sites currently running BuddyPress 1.5. Haven&#8217;t upgraded to BP 1.5 yet? Be sure to check out our <a href="http://codex.buddypress.org/releases/upgrading-to-buddypress-1-5/">1.5 upgrade guide</a> and some of the other resources suggested in <a href="http://buddypress.org/2011/09/buddypress-1-5-now-available/">the BuddyPress 1.5 release post</a>.</p>\n<p>As usual, this release couldn&#8217;t have happened without the fantastic BuddyPress community, valiantly manning (and womanning) our <a href="http://buddypress.org/support/topics">support forums</a> and <a href="http://trac.buddypress.org">Trac</a>. Special thanks to the following community members, whose code patches appear in BP 1.5.1: <a href="http://profiles.wordpress.org/users/boonebgorges">boonebgorges</a>, <a href="http://profiles.wordpress.org/users/djpaul">djpaul</a>, <a href="http://profiles.wordpress.org/users/Grimbog">Grimbog</a>, <a href="http://profiles.wordpress.org/users/mind1">mind1</a>, <a href="http://profiles.wordpress.org/users/r-a-y">r-a-y</a>, <a href="http://profiles.wordpress.org/users/sushkov">sushkov</a>, <a href="http://profiles.wordpress.org/users/techguytom">techguytom</a>, <a href="http://profiles.wordpress.org/users/wdfee">wdfee</a>, <a href="http://profiles.wordpress.org/users/wpmuguru">wpmuguru</a>.</p>\n<p>Download BuddyPress 1.5.1 from <a href="http://wordpress.org/extend/plugins/buddypress/">WordPress Extend</a> or <a href="http://buddypress.org/download/">BuddyPress.org.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Oct 2011 19:55:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Matt: Steve Yegge on Google";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39617";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://ma.tt/2011/10/steve-yegge-on-google/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:199:"<p><a href="https://plus.google.com/112678702228711889851/posts/eVeouesvaVX">This essay by Steve Yegge on Amazon, Google, Microsoft, and Facebook is pretty killer</a>, I suggest giving it a read.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Oct 2011 17:36:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"WPTavern: UK Civil Service Site Switches To WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5618";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"http://feedproxy.google.com/~r/WordpressTavern/~3/f2xIDKHrlqM/uk-civil-service-site-switches-to-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1778:"<p>We (the Digital Engagement team) were tasked with producing a new site at very little cost and within a six week window. To restructure the content to make it easier to find we used Google analytics to analyze typical user journeys. Harnessing user insight will be an iterative process through the ongoing development of this site.</p>\n<p>We chose to use WordPress as it offers a simple, quick (with such a short development window) and flexible open source solution to a site primarily designed for publishing content. As such it is easy to use for a wide range of content editors and, of course, provides significant cost savings for maintenance and development. Rather than develop a theme ourselves we chose to use a theme called striking developed by Kaptinlin that fitted what we needed with a little customization. &#8211; Via <a href="http://digital.cabinetoffice.gov.uk/2011/10/06/holding-the-fort/">Holding the Fort</a></p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/5-tips-to-create-a-great-site-about-wordpress" rel="bookmark" title="Permanent Link: 5 Tips To Create A Great Site About WordPress">5 Tips To Create A Great Site About WordPress</a></li>\n<li><a href="http://www.wptavern.com/joomla-marries-wordpress" rel="bookmark" title="Permanent Link: Joomla Marries WordPress?">Joomla Marries WordPress?</a></li>\n<li><a href="http://www.wptavern.com/14-things-to-consider-when-choosing-a-webhost-for-your-wordpress-powered-site" rel="bookmark" title="Permanent Link: 14 Things To Consider When Choosing A Webhost For Your WordPress Powered Site">14 Things To Consider When Choosing A Webhost For Your WordPress Powered Site</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/f2xIDKHrlqM" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Oct 2011 17:00:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"Publisher Blog: Key Differences Between Validation and Sanitization";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1740";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"http://publisherblog.automattic.com/2011/10/13/key-differences-between-validation-and-sanitization/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6699:"<p><em><a href="http://vip.wordpress.com">VIP Services</a> developer Daniel Bachhuber shares some tips on writing better code for your WordPress site:</em></p>\n<p>Your code works, but is it safe? When writing code for a high-profile environment, you&#8217;ll need to be extra cautious of how you handle data coming into WordPress and how it&#8217;s presented to the end user. This commonly comes up when building a settings page for your theme, creating and manipulating shortcodes, or saving and rendering extra data associated with a post.</p>\n<p>There&#8217;s a distinction between how input and output are managed, however.</p>\n<h3>Validation: Checking User Input</h3>\n<p>To validate is to ensure the data you&#8217;ve requested of the user matches what they&#8217;ve submitted. There are <a href="http://codex.wordpress.org/Data_Validation#Input_Validation">several core methods you can use for input validation</a>; usage obviously depends on the <em>type</em> of fields you&#8217;d like to validate. Let&#8217;s take a look at an example.</p>\n<p>Say we have an input area in our form like this:</p>\n<pre class="brush: xml;">&lt;input type="text" id="my-zipcode" name="my-zipcode" maxlength="5" /&gt;</pre>\n<p>Just like that, we&#8217;ve limited my user to five characters of input, but there&#8217;s no limitation on what they can input. They could enter &#8220;11221&#8243; or &#8220;eval(&#8220;. If we&#8217;re saving to the database, there&#8217;s no way we want to give the user unrestricted write access.</p>\n<p>This is where validation plays a role. When processing the form, we&#8217;ll write code to check each field for its proper data type. If it&#8217;s not of the proper data type, we&#8217;ll discard it. For instance, to check &#8220;my-zipcode&#8221; field, we might do something like this:</p>\n<pre class="brush: php;">$safe_zipcode = intval( $_POST[''my-zipcode''] );\nif ( ! $safe_zipcode )\n$safe_zipcode = '''';\nupdate_post_meta( $post-&gt;ID, ''my_zipcode'', $safe_zipcode );</pre>\n<p>The intval() function casts user input as an integer, and defaults to zero if the input was a non-numeric value. We then check to see if the value ended up as zero. If it did, we&#8217;ll save an empty value to the database. Otherwise, we&#8217;ll save the properly validated zipcode.</p>\n<p>This style of validation most closely follows WordPress&#8217; <a href="http://codex.wordpress.org/Data_Validation#Whitelist">whitelist philosophy</a>: only allow the user to input what you&#8217;re expecting. Luckily, there&#8217;s a <a href="http://codex.wordpress.org/Data_Validation#Input_Validation">number of handy helper functions</a> you can use for most every data type.</p>\n<h3>Sanitization: Escaping Output</h3>\n<p>For security on the other end of the spectrum, we have sanitization. To sanitize is to take the data you may already have and help secure it prior to rendering it for the end user. WordPress thankfully has a <a href="http://codex.wordpress.org/Data_Validation#Output_Sanitation">few helper functions</a> we can use for most of what we&#8217;ll commonly need to do:</p>\n<p><strong>esc_html()</strong> we should use anytime our HTML element encloses a section of data we&#8217;re outputting.</p>\n<pre class="brush: php; html-script: true;">&lt;h4&gt;&lt;?php echo esc_html( $title ); ?&gt;&lt;/h4&gt;</pre>\n<p><strong>esc_url()</strong> should be used on all URLs, including those in the &#8216;src&#8217; and &#8216;href&#8217; attributes of an HTML element.</p>\n<pre class="brush: php; html-script: true;">&lt;img src="&lt;?php echo esc_url( $great_user_picture_url ); ?&gt;" /&gt;</pre>\n<p><strong>esc_js()</strong> is intended for inline Javascript.</p>\n<pre class="brush: php; html-script: true;">&lt;a href="#" onclick="&lt;?php echo esc_js( $custom_js ); ?&gt;"&gt;Click me&lt;/a&gt;</pre>\n<p><strong>esc_attr()</strong> can be used on everything else that&#8217;s printed into an HTML element&#8217;s attribute.</p>\n<pre class="brush: php; html-script: true;">&lt;ul class="&lt;?php echo esc_attr( $stored_class ); ?&gt;"&gt;</pre>\n<p>It&#8217;s important to note that most WordPress functions properly prepare the data for output, and you don&#8217;t need to escape again.</p>\n<pre class="brush: php; html-script: true;">&lt;h4&gt;&lt;?php the_title(); ?&gt;&lt;/h4&gt;</pre>\n<p>Also, as there are always exceptions to the rule, there are a selection of user-submitted data that needs to be validated <em>and</em> sanitized. Freeform text areas would fall into this category. For this, you can run user data through sanitize_text_field() or any of the wp_kses_*() functions.</p>\n<p><strong>To recap:</strong> follow the whitelist philosophy with data validation, and only allow the user to input data of your expected type. If it&#8217;s not the proper type, discard it. Sanitize data as much as possible on output, and a selection needs to be sanitized on input too.</p>\n<p>Hit us with your questions or tips in the comments.</p>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1740/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1740&subd=wordpresspublishers&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Oct 2011 15:30:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Daniel Bachhuber";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 25 Oct 2011 08:21:55 GMT";s:12:"content-type";s:15:"application/xml";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Tue, 25 Oct 2011 08:00:32 GMT";s:14:"content-length";s:6:"125547";s:4:"x-nc";s:11:"HIT luv 138";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(551, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1319574116', 'no'),
(552, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1319530916', 'no'),
(553, 0, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1319574116', 'no'),
(554, 0, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.tv/2011/10/24/rick-bjarnason-gene-bernier-building-a-content-strategy-using-information-architecture/'' title='' [&hellip;]''>WordPress.tv: Rick Bjarnason &amp; Gene Bernier: Building a Content Strategy Using Information Architecture</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2011/10/24/kathryn-presner-shannon-smith-beginners-guide-to-wordpress/'' title='' [&hellip;]''>WordPress.tv: Kathryn Presner &amp; Shannon Smith: Beginners Guide to WordPress</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/WordpressTavern/~3/nHpEN_s0KEo/checklist-of-things-to-do-before-switching-themes'' title=''Great checklist created by WPBeginner of things to do before switching to a different theme. Out of everything they presented, number three hit home for me. After using a new theme for a few months, I decided to look at my Google Analytics and discovered that no stats were being saved from the date I switched my theme to the present. I obviously forgot to ad [&hellip;]''>WPTavern: Checklist Of Things To Do Before Switching Themes</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2011/10/24/jonathon-williams-beginning-plugin-development-its-not-as-hard-as-it-looks/'' title='' [&hellip;]''>WordPress.tv: Jonathon Williams: Beginning Plugin Development (Its Not As Hard As It Looks)</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/WordpressTavern/~3/qpxhZnVUX-I/andrew-nacin-previews-wordpress-3-3-at-wordpressnyc-meetup'' title=''Andrew Nacin who is one of the core developers of WordPress gave a presentation at the most recent meetup in New York City covering WordPress 3.3. The video is 35 minutes in length with Andrew going in-depth on many of the features that 3.3 will have such as the admin bar, drag and drop media uploading, post names for permalinks and more. The video is best v [&hellip;]''>WPTavern: Andrew Nacin Previews WordPress 3.3 At WordPressNYC Meetup</a></li></ul></div>', 'no'),
(555, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1319574117', 'no'),
(556, 0, '_transient_feed_57bc725ad6568758915363af670fd8bc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/extend/plugins/browse/new/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Oct 2011 08:11:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"alexanderzagniotov on "Simple Contact Form Revisited Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.org/extend/plugins/simple-contact-form-revisited-plugin/#post-31488";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Oct 2011 04:31:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31488@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:74:"A simple, yet elegant email contact form plugin that installs as a widget.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"alexanderzagniotov";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"wenzizone on "BackTo Top"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/back-to-top/#post-31463";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 12:19:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31463@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:11:"Back To Top";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wenzizone";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"alexanderzagniotov on "Comprehensive Twitter Profile Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.org/extend/plugins/comprehensive-twitter-profile-plugin/#post-31460";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 11:34:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31460@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:89:"A highly configurable and comprehensive Twitter profile plugin that installs as a widget.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"alexanderzagniotov";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"karthiksg on "Wordpress Diwali Greetings"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/diwali/#post-31345";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 21 Oct 2011 09:11:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31345@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43:"Diwali Greeting and Fireworks for you blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"karthiksg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"tyankee on "Limit Comments"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/comments-limit/#post-31440";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 23 Oct 2011 21:56:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31440@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:103:"This simple plugin lets you limit the number of comments on a particular post or for all of your posts.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"tyankee";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"adcrunch on "adcrun.ch WordPress Plugin"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://wordpress.org/extend/plugins/adcrunch-quick-shortlinks-for-wordpress/#post-31469";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 18:22:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31469@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:22:"Version: 1.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"adcrunch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"premek.v on "RV Embed PDF"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/rv-embed-pdf/#post-31472";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 19:11:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31472@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:79:"Embeds a PDF in your page or post when you insert it with the Add Media button.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"premek.v";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"mordauk on "bbPress reCaptcha"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/bbpress-recaptcha/#post-31467";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 17:21:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31467@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:94:"This is a simple plugin that adds a recaptcha validation to the bbPress 2.0 topic reply forum.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"mordauk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"komoot on "komoot for Wordpress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/komoot-for-wordpress/#post-29627";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 26 Aug 2011 20:38:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"29627@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"Mit komoot for Wordpress kannst du Wanderungen, Mountainbike- oder Fahrradtouren ganz einfach als Karte, &#220;bersichtskarte oder Liste in deinen Bl";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"komoot";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"LaClave on "Masdetalles ShareBig"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/masdetalles-sharebig/#post-31466";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 16:32:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31466@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:100:"Help people share, bookmark, and email your posts, pages, your favorite links through MasDetalles.do";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"LaClave";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"socialflow on "SocialFlow"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/socialflow/#post-31413";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 22 Oct 2011 18:48:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31413@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"SocialFlows WordPress plugin enhances your WordPress experience by allowing you to utilize the full power of SocialFlow from right inside your Word";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"socialflow";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"rogeriopett on "Pett Tube"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/pett-tube/#post-31459";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 11:19:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31459@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:84:"Mostre os ultimos videos postados no YouTube.\nShow the latest YouTube posted videos.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"rogeriopett";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Zack Katz on "Gravity Forms iContact Add-on"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/gravity-forms-icontact/#post-31389";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 21 Oct 2011 23:15:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31389@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:60:"Integrate the remarkable Gravity Forms plugin with iContact.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Zack Katz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"kaichan on "SchemaFeed"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/schemafeed/#post-31448";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 09:44:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31448@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:75:"Promote and enhance your data and SEO strategy using the schema.org format.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"kaichan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"alexanderzagniotov on "Comprehensive Twitter Search Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"http://wordpress.org/extend/plugins/comprehensive-twitter-search-plugin/#post-31443";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 03:44:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31443@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:88:"A highly configurable and comprehensive Twitter search plugin that installs as a widget.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"alexanderzagniotov";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:48:"http://wordpress.org/extend/plugins/rss/view/new";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 25 Oct 2011 08:21:58 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2011-10-25 04:31:39";s:14:"content-length";s:4:"7590";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'),
(557, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1319574117', 'no'),
(558, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1319530917', 'no'),
(559, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1319574119', 'no'),
(560, 0, '_transient_feed_1a5f760f2e2b48827d4974a60857e7c2', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/updated/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Oct 2011 08:09:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Michael Marus on "XSL to Feeds"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/xsl-2-feeds/#post-31362";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 21 Oct 2011 16:00:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31362@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:138:"Easily feed your WordPress CMS with structured data from KML, Dspace digital assets repository metadata ... from virtually any XML source.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Michael Marus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"LOGOSWARE on "LOGOSWARE SUITE UPLOADER"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/extend/plugins/logosware-suite-uploader/#post-24868";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Mar 2011 02:18:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24868@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:82:"LOGOSWARE FLIPPER, STORM, THiNQをアップロードするプラグインです。";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"LOGOSWARE";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"rtCamp on "rtSocial"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/rtsocial/#post-31109";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Oct 2011 08:28:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31109@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:119:"This plugin uses non-blocking JavaScript to display facebook, twitter, etc social media sharing counter on posts/pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"rtCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"mylivechat on "MyLiveChat"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/my-live-chat-for-wp/#post-31175";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 16 Oct 2011 16:09:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31175@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:112:"This plugin integrates your Wordpress with My LiveChat - an application for online customer service and support.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"mylivechat";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"fantasyworld on "Upload to FTP"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/upload-to-ftp/#post-31026";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Oct 2011 12:58:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31026@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:46:"let you can upload file to and download host .";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"fantasyworld";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"cbsmth on "tinyFeedback"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/tinyfeedback/#post-30366";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Sep 2011 02:25:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30366@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:122:"A minimalistic yet highly configurable feedback plugin. Options to intergrate with Google Analytics and Akismet available.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"cbsmth";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"davidsword on "heyyou"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/heyyou/#post-21451";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 10 Oct 2010 01:04:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"21451@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"**WARNING: ALPHA PLUGIN, FOR DEVELOPERS ONLY ** THIS WAS UPLOADED TO WP.ORG FOR OUR TEAM OF DEVELOPERS AND TESTERS. THIS IS A PRE-BETA WITH AN INCOMPL";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"davidsword";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"dlanger on "Simple Slideshow"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/extend/plugins/simple-slideshow/#post-28222";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 09 Jul 2011 04:29:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"28222@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:108:"Easily add a clean jQuery-powered slideshow to your site. Integrates well into any theme, easy to configure.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"dlanger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"adcrunch on "adcrun.ch WordPress Plugin"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://wordpress.org/extend/plugins/adcrunch-quick-shortlinks-for-wordpress/#post-31469";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Oct 2011 18:22:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31469@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:22:"Version: 1.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"adcrunch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"alexanderzagniotov on "Simple Contact Form Revisited Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.org/extend/plugins/simple-contact-form-revisited-plugin/#post-31488";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Oct 2011 04:31:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31488@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:74:"A simple, yet elegant email contact form plugin that installs as a widget.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"alexanderzagniotov";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"hranchFundi on "Syndicate Press"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/syndicate-press/#post-13679";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 20 Oct 2009 05:07:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"13679@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:114:"Syndicate Press lets you include RSS, RDF or Atom feeds directly in your Wordpress posts, pages, widgets or theme.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"hranchFundi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Ivan Kristianto on "DB Cache Reloaded Fix"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/db-cache-reloaded-fix/#post-25012";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Mar 2011 05:54:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25012@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:134:"The fastest cache engine for WordPress, that produces cache of database queries with easy configuration. Compatible with WordPress 3.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Ivan Kristianto";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Joost de Valk on "Sociable"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/sociable/#post-2865";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 31 Jan 2008 11:36:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2865@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:100:"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Morgan on "UMatter2Us"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/umatter2us/#post-30263";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Sep 2011 18:48:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30263@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:77:"UMatter2Us turns WordPress into a web-based learning management system (LMS).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Morgan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"elubow on "SimpleReach Slide"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/simplereach-slide/#post-28517";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 18 Jul 2011 19:39:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"28517@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:120:"The Slide recommends related posts from within your site on a widget that &#34;slides&#34; in at the bottom of the page.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"elubow";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/updated";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 25 Oct 2011 08:22:00 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2011-10-21 16:00:42";s:14:"content-length";s:4:"7790";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'),
(561, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1319574119', 'no'),
(562, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1319530919', 'no'),
(563, 0, '_transient_timeout_plugin_slugs', '1319638731', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(564, 0, '_transient_plugin_slugs', 'a:5:{i:0;s:19:"akismet/akismet.php";i:1;s:9:"hello.php";i:2;s:51:"make-filename-lowercase/make-filename-lowercase.php";i:3;s:57:"sanitize-spanish-filenames/sanitize-spanish-filenames.php";i:4;s:49:"vipers-video-quicktags/vipers-video-quicktags.php";}', 'no'),
(565, 0, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1319574119', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(566, 0, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>738</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1108</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1602</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1643</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1663</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1693</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1763</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1974</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>1978</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2377</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2392</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2396</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2400</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2448</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2470</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2475</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2479</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2483</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2531</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2553</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2966</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2974</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2982</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2990</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>2998</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3349</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3364</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3368</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3372</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3433</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3455</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3491</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3513</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3518</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3522</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3526</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3530</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3840</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3872</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3902</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3925</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3936</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3946</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3968</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>3982</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4009</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4035</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4224</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4237</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4258</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4271</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4299</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4313</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4335</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4349</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4553</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4589</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4625</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4651</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4680</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4694</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4725</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4755</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4908</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4933</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4965</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>4991</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5045</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5174</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5210</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5243</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5274</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5378</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5410</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5449</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5485</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5520</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5555</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5562</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5839</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5854</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5858</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5862</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5910</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5932</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5937</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5941</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5945</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>5993</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>6015</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>6452</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>7650</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>7711</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>7792</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>7811</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>8623</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>9320</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>9332</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>9343</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>10863</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11259</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11272</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11285</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11298</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11311</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11686</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>11700</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>13052</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14087</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14133</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14197</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14269</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14294</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14368</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14418</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<br />\n<font size=''1''><table class=''xdebug-error'' dir=''ltr'' border=''1'' cellspacing=''0'' cellpadding=''1''>\n<tr><th align=''left'' bgcolor=''#f57900'' colspan="5"><span style=''background-color: #cc0000; color: #fce94f; font-size: x-large;''>( ! )</span> Deprecated: Assigning the return value of new by reference is deprecated in D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-simplepie.php on line <i>14904</i></th></tr>\n<tr><th align=''left'' bgcolor=''#e9b96e'' colspan=''5''>Call Stack</th></tr>\n<tr><th align=''center'' bgcolor=''#eeeeec''>#</th><th align=''left'' bgcolor=''#eeeeec''>Time</th><th align=''left'' bgcolor=''#eeeeec''>Memory</th><th align=''left'' bgcolor=''#eeeeec''>Function</th><th align=''left'' bgcolor=''#eeeeec''>Location</th></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>1</td><td bgcolor=''#eeeeec'' align=''center''>0.0005</td><td bgcolor=''#eeeeec'' align=''right''>688072</td><td bgcolor=''#eeeeec''>{main}( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>0</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>2</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43166648</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins( )</td><td title=''d:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\index-extra.php'' bgcolor=''#eeeeec''>..\\index-extra.php<b>:</b>35</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>3</td><td bgcolor=''#eeeeec'' align=''center''>0.4105</td><td bgcolor=''#eeeeec'' align=''right''>43167640</td><td bgcolor=''#eeeeec''>wp_dashboard_cached_rss_widget( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>938</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>4</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43210944</td><td bgcolor=''#eeeeec''><a href=''http://www.php.net/call_user_func_array'' target=''_new''>call_user_func_array</a>\n( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>5</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211344</td><td bgcolor=''#eeeeec''>wp_dashboard_plugins_output( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>1065</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>6</td><td bgcolor=''#eeeeec'' align=''center''>0.4115</td><td bgcolor=''#eeeeec'' align=''right''>43211464</td><td bgcolor=''#eeeeec''>fetch_feed( )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-admin\\includes\\dashboard.php'' bgcolor=''#eeeeec''>..\\dashboard.php<b>:</b>947</td></tr>\n<tr><td bgcolor=''#eeeeec'' align=''center''>7</td><td bgcolor=''#eeeeec'' align=''center''>0.4119</td><td bgcolor=''#eeeeec'' align=''right''>43258600</td><td bgcolor=''#eeeeec''>require_once( <font color=''#00bb00''>''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\class-feed.php''</font> )</td><td title=''D:\\Trabajo\\Afetec\\trunk\\src\\wp-includes\\feed.php'' bgcolor=''#eeeeec''>..\\feed.php<b>:</b>531</td></tr>\n</table></font>\n<h4>Más populares</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/si-contact-form/''>Fast Secure Contact Form</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=si-contact-form&amp;_wpnonce=65817f6784&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''Fast Secure Contact Form''>Instalar</a>)</span>\n<p>A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.</p>\n<h4>Plugins recientes</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/adcrunch-quick-shortlinks-for-wordpress/''>adcrun.ch WordPress Plugin</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=adcrunch-quick-shortlinks-for-wordpress&amp;_wpnonce=9a06b849c2&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''adcrun.ch WordPress Plugin''>Instalar</a>)</span>\n<p>Version: 1.0</p>\n<h4>Actualizados recientemente</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/adcrunch-quick-shortlinks-for-wordpress/''>adcrun.ch WordPress Plugin</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=adcrunch-quick-shortlinks-for-wordpress&amp;_wpnonce=9a06b849c2&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''adcrun.ch WordPress Plugin''>Instalar</a>)</span>\n<p>Version: 1.0</p>\n', 'no');
INSERT INTO `wpr3ss_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(567, 0, '_transient_timeout_settings_errors', '1319530956', 'no'),
(568, 0, '_transient_settings_errors', 'a:1:{i:0;a:4:{s:7:"setting";s:7:"general";s:4:"code";s:16:"settings_updated";s:7:"message";s:18:"Ajustes guardados.";s:4:"type";s:7:"updated";}}', 'no'),
(573, 0, 'positive_fonts', 'a:1:{i:0;s:17:"TitilliumLRegular";}', 'yes'),
(676, 0, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1319563134', 'yes'),
(677, 0, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"2477";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"1672";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1488";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1249";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1237";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1202";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"881";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"809";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"778";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"758";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"739";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"686";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"675";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"600";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"530";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"517";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"445";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"443";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"439";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"430";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"428";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"400";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"389";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"379";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"373";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"355";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"354";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"354";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"350";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"345";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"345";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"340";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"328";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"318";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"312";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"309";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"301";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"289";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"289";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"283";}}', 'yes'),
(678, 0, '_transient_timeout_positive_cloudfw_updates', '1319563309', 'no'),
(679, 0, '_transient_positive_cloudfw_updates', '{"sup_id":"5252e234","type":"user","id":"positivetheme","name":"Orkun Gursel","entries":[{"body":"Version 1.0.4 Released ## 1.0.4 ## <a rel=\\"nofollow\\" href=\\"http://go.cloudfw.net/\\">http://go.cloudfw.net/</a>... ## wp_max_upload_size issue fixed","from":{"type":"user","id":"positivetheme","name":"Orkun Gursel"},"thumbnails":[{"url":"http://m.friendfeed-media.com/2acc7a561618a010337b91eae0577f19166002b9","width":52,"link":"http://m.friendfeed-media.com/2acc7a561618a010337b91eae0577f19166002b9","height":52}],"url":"http://friendfeed.com/positivetheme/4c65ac34/version-1-0-4-released-wp_max_upload_size","date":"2011-09-27T15:43:22Z","id":"e/4c65ac344c52414a80c27d7474d59dc9"},{"body":"Version 1.0.3 Released ## 1.0.3 ## <a rel=\\"nofollow\\" href=\\"http://go.cloudfw.net/?theme=positive\\" title=\\"http://go.cloudfw.net/?theme=positive\\">http://go.cloudfw.net/...</a> ##","from":{"type":"user","id":"positivetheme","name":"Orkun Gursel"},"thumbnails":[{"url":"http://m.friendfeed-media.com/2acc7a561618a010337b91eae0577f19166002b9","width":52,"link":"http://m.friendfeed-media.com/2acc7a561618a010337b91eae0577f19166002b9","height":52}],"url":"http://friendfeed.com/positivetheme/5d126020/version-1-0-3-released","date":"2011-09-25T20:52:17Z","id":"e/5d1260209b6b4526805c4607550b8890"},{"body":"Version 1.0.2 Released ## 1.0.2 ## <a rel=\\"nofollow\\" href=\\"http://go.cloudfw.net/?theme=positive\\" title=\\"http://go.cloudfw.net/?theme=positive\\">http://go.cloudfw.net/...</a> ## the importing &amp; uploading issue fixed, some css issues fixed","from":{"type":"user","id":"positivetheme","name":"Orkun Gursel"},"thumbnails":[{"url":"http://m.friendfeed-media.com/4c4ad5ce296f974c8eadcd40f14761af77480c2b","width":52,"link":"http://m.friendfeed-media.com/4c4ad5ce296f974c8eadcd40f14761af77480c2b","height":52}],"url":"http://friendfeed.com/positivetheme/459d434a/version-1-0-2-released-importing-uploading","date":"2011-09-25T09:53:31Z","id":"e/459d434a6fc44d45b1db86a5f553807c"},{"body":"Version 1.0.1 Released ## 1.0.1 ## <a rel=\\"nofollow\\" href=\\"http://themeforest.net/item/positive-premium-multipurpose-wordpress-theme/560405\\" title=\\"http://themeforest.net/item/positive-premium-multipurpose-wordpress-theme/560405\\">http://themeforest.net/item...</a> ## Piecemaker slider z-index bug fixed","from":{"type":"user","id":"positivetheme","name":"Orkun Gursel"},"thumbnails":[{"url":"http://m.friendfeed-media.com/2acc7a561618a010337b91eae0577f19166002b9","width":52,"link":"http://m.friendfeed-media.com/2acc7a561618a010337b91eae0577f19166002b9","height":52}],"url":"http://friendfeed.com/positivetheme/ed5a6527/version-1-0-released-piecemaker-slider-z-index","date":"2011-09-23T19:46:36Z","id":"e/ed5a6527adfd4a62b36345aa873d289a"}]}', 'no'),
(680, 0, '_transient_timeout_positive_version', '1319563309', 'no'),
(681, 0, '_transient_positive_version', '1.0.4', 'no'),
(688, 0, '_transient_timeout_positive_cloudfw_skin', '1322145598', 'no'),
(689, 0, '_transient_positive_cloudfw_skin', '\n<style>\n\n\n \n\nbody {background-color: #0F3A6F; background-repeat: repeat-x; background-position: 50% 0; background-attachment: scroll; font-family: ''Trebuchet MS'', Arial, Helvetica, sans-serif; font-size: 13px; }\na:link,a:active,a:visited {color: #2E76CF; }\na:hover {color: #0069BF; }\n#header-background {background-color: #FFFFFF; }\n#navigation {border-top:1px solid #ffa230; }\n#header, #header-widget {color: #cbd2eb; }\n#header a {color: #cbd2eb; }\n#header a:hover {color: #3d56a6; }\n#navigation-background {background-color: #F89A23; }\nul#navigation-menu-items li.depth-0 > a {color: #ffedd6; text-shadow:0 1px 1px #e88f23; }\nul#navigation-menu-items li.depth-0 > a:hover, ul#navigation-menu-items li.depth-0.navigation-menu-hover > a {color: #ffffff; text-shadow:0 1px 1px #e88f23; }\nul#navigation-menu-items ul, ul#navigation-menu-items ul ul {background-color:#d6861e !important; }\nul#navigation-menu-items ul li a, ul#navigation-menu-items ul li ul li a {color:#ffedd6 !important; text-shadow:0 1px 1px #d6861e; }\nul#navigation-menu-items ul li > a:hover, ul#navigation-menu-items ul li.navigation-menu-hover > a {color:#ffffff !important; text-shadow:0 1px 1px #d6861e; }\nul#navigation-menu-items ul li a, ul#navigation-menu-items ul li ul li a {border-top:1px solid rgba(255,255,255, 0.03); border-bottom:1px solid rgba(0,0,0, 0.1); }\n#the-home .the-home-color {background-color: #945b16; }\n#the-home .the-home-highlight {border-bottom-color: #ffa230; }\n#the-home .the-home-roof-color {border-bottom-color: #945b16; }\n#the-home:hover .the-home-color {background-color: #6b4110; }\n#the-home:hover .the-home-highlight {border-bottom-color: #ffa230; }\n#the-home:hover .the-home-roof-color {border-bottom-color: #6b4110; }\n#body-head {background-color: #fff; background-repeat: repeat-x; background-position: 50% 0; }\n#middle-pattern {background-image: url(''http://192.168.0.2/afetec/wp-content/themes/positive/resources/skins/Bsnss___Blue__Collapsed/half-circle.png''); background-repeat: no-repeat; background-position: 50% 100%; }\n#blurb {color: #3d56a6; padding-top: 30px; }\n#blurb a {color: #3d56a6; }\n#content {margin-top: -150px; }\n.content {color: #696969; }\n#sidebar, .widget {color: #696969; }\n#sidebar a {color: #2E76CF; }\n#sidebar a:hover {color: #0069BF; }\n#footer, #footer p, #footer-text {color: #ffffff; text-shadow:0 1px 0 #3d56a6; }\n#footer a {color: #D2EEFA; }\n#footer a:hover {color: #ffffff; text-decoration: underline; }\n.footer-widget-title {color: #ffffff; }\n#navigation .the-arrow {border-top-color: #B16E19; }\n#navigation {box-shadow:0 2px 9px rgba(0,0,0,0); -moz-box-shadow:0 2px 9px rgba(0,0,0,0); -webkit-box-shadow:0 2px 9px rgba(0,0,0,0); }\n.portfolio-overlay {background-color: #3d56a6; }\n.global-radius {border-radius: 4px; }\n.galleria-thumb-nav-left, .galleria-thumb-nav-right {background-color: #0F3A6F; }\nh1 {font-size: 32px; line-height: 1em; }\nh2 {font-size: 28px; line-height: 1em; }\nh3 {font-size: 24px; line-height: 1em; }\nh4 {font-size: 20px; line-height: 1em; }\nh5 {font-size: 18px; line-height: 1em; }\nh6 {font-size: 16px; line-height: 1em; }\n.content {font-family: ''Trebuchet MS'', Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.39em; }\nh1,h2,h3,h4,h5,h6 {font-family: TitilliumLRegular; }\n.footer-widget-title {font-size: 18px; }\n.widget, .widget a {font-size: 13px; line-height: 1.4em; }\n.sidebar-widget-title {font-size: 22px; }\n#blurb h1 {font-size: 40px; }\n#navigation-menu-items .depth-0 > .sub-menu{\r\n -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;\r\n}\r\n\r\n#narrow-container {\r\n top: 0;\r\n}\n\n</style>\n', 'no'),
(690, 0, '_site_transient_timeout_theme_roots', '1319565614', 'yes'),
(691, 0, '_site_transient_theme_roots', 'a:3:{s:8:"positive";s:7:"/themes";s:12:"twentyeleven";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'),
(692, 0, '_site_transient_timeout_wporg_theme_feature_list', '1319569217', 'yes'),
(693, 0, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:18:{i:0;s:8:"blavatar";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:20:"front-page-post-form";i:10;s:19:"full-width-template";i:11;s:12:"microformats";i:12;s:12:"post-formats";i:13;s:20:"rtl-language-support";i:14;s:11:"sticky-post";i:15;s:13:"theme-options";i:16;s:17:"threaded-comments";i:17;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wpr3ss_postmeta`
--
CREATE TABLE IF NOT EXISTS `wpr3ss_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=486 ;
--
-- Volcado de datos para la tabla `wpr3ss_postmeta`
--
INSERT INTO `wpr3ss_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 4, '_wp_page_template', ''),
(3, 5, '_edit_last', '1'),
(4, 5, '_edit_lock', '1319557579:1'),
(5, 5, '_wp_page_template', 'page-homepage.php'),
(6, 7, '_edit_last', '1'),
(7, 7, '_edit_lock', '1319221265:1'),
(8, 7, '_wp_page_template', 'default'),
(57, 12, '_menu_item_type', 'custom'),
(58, 12, '_menu_item_menu_item_parent', '0'),
(59, 12, '_menu_item_object_id', '12'),
(60, 12, '_menu_item_object', 'custom'),
(61, 12, '_menu_item_target', ''),
(62, 12, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(63, 12, '_menu_item_xfn', ''),
(64, 12, '_menu_item_url', 'http://Servicios'),
(65, 12, '_menu_item_orphaned', '1319140087'),
(66, 12, 'positive_mega_menu_active', 'FALSE'),
(67, 12, 'positive_mega_menu_hide_title', 'FALSE'),
(68, 12, 'positive_mega_menu_text', ''),
(69, 12, 'positive_mega_menu_columns', ''),
(70, 12, 'positive_mega_menu_image', ''),
(71, 12, 'positive_mega_menu_image_kind', ''),
(72, 12, 'positive_mega_menu_image_width', ''),
(73, 13, '_menu_item_type', 'custom'),
(74, 13, '_menu_item_menu_item_parent', '0'),
(75, 13, '_menu_item_object_id', '13'),
(76, 13, '_menu_item_object', 'custom'),
(77, 13, '_menu_item_target', ''),
(78, 13, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(79, 13, '_menu_item_xfn', ''),
(80, 13, '_menu_item_url', 'http://Empresa'),
(81, 13, '_menu_item_orphaned', '1319140094'),
(82, 13, 'positive_mega_menu_active', 'FALSE'),
(83, 13, 'positive_mega_menu_hide_title', 'FALSE'),
(84, 13, 'positive_mega_menu_text', ''),
(85, 13, 'positive_mega_menu_columns', ''),
(86, 13, 'positive_mega_menu_image', ''),
(87, 13, 'positive_mega_menu_image_kind', ''),
(88, 13, 'positive_mega_menu_image_width', ''),
(89, 14, '_menu_item_type', 'custom'),
(90, 14, '_menu_item_menu_item_parent', '0'),
(91, 14, '_menu_item_object_id', '14'),
(92, 14, '_menu_item_object', 'custom'),
(93, 14, '_menu_item_target', ''),
(94, 14, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(95, 14, '_menu_item_xfn', ''),
(96, 14, '_menu_item_url', '#'),
(98, 14, 'positive_mega_menu_active', 'FALSE'),
(99, 14, 'positive_mega_menu_hide_title', 'FALSE'),
(100, 14, 'positive_mega_menu_text', ''),
(101, 14, 'positive_mega_menu_columns', '5'),
(102, 14, 'positive_mega_menu_image', ''),
(103, 14, 'positive_mega_menu_image_kind', ''),
(104, 14, 'positive_mega_menu_image_width', ''),
(105, 15, '_menu_item_type', 'custom'),
(106, 15, '_menu_item_menu_item_parent', '0'),
(107, 15, '_menu_item_object_id', '15'),
(108, 15, '_menu_item_object', 'custom'),
(109, 15, '_menu_item_target', ''),
(110, 15, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(111, 15, '_menu_item_xfn', ''),
(112, 15, '_menu_item_url', '#'),
(114, 15, 'positive_mega_menu_active', 'FALSE'),
(115, 15, 'positive_mega_menu_hide_title', 'FALSE'),
(116, 15, 'positive_mega_menu_text', ''),
(117, 15, 'positive_mega_menu_columns', '5'),
(118, 15, 'positive_mega_menu_image', ''),
(119, 15, 'positive_mega_menu_image_kind', ''),
(120, 15, 'positive_mega_menu_image_width', ''),
(121, 16, '_menu_item_type', 'custom'),
(122, 16, '_menu_item_menu_item_parent', '0'),
(123, 16, '_menu_item_object_id', '16'),
(124, 16, '_menu_item_object', 'custom'),
(125, 16, '_menu_item_target', ''),
(126, 16, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(127, 16, '_menu_item_xfn', ''),
(128, 16, '_menu_item_url', '#'),
(130, 16, 'positive_mega_menu_active', 'FALSE'),
(131, 16, 'positive_mega_menu_hide_title', 'FALSE'),
(132, 16, 'positive_mega_menu_text', ''),
(133, 16, 'positive_mega_menu_columns', '5'),
(134, 16, 'positive_mega_menu_image', ''),
(135, 16, 'positive_mega_menu_image_kind', ''),
(136, 16, 'positive_mega_menu_image_width', ''),
(137, 17, '_edit_last', '1'),
(138, 17, '_edit_lock', '1319555796:1'),
(139, 17, '_wp_page_template', 'page-sidebar.php'),
(140, 20, '_menu_item_type', 'post_type'),
(141, 20, '_menu_item_menu_item_parent', '0'),
(142, 20, '_menu_item_object_id', '17'),
(143, 20, '_menu_item_object', 'page'),
(144, 20, '_menu_item_target', ''),
(145, 20, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(146, 20, '_menu_item_xfn', ''),
(147, 20, '_menu_item_url', ''),
(149, 20, 'positive_mega_menu_active', 'FALSE'),
(150, 20, 'positive_mega_menu_hide_title', 'FALSE'),
(151, 20, 'positive_mega_menu_text', ''),
(152, 20, 'positive_mega_menu_columns', '5'),
(153, 20, 'positive_mega_menu_image', ''),
(154, 20, 'positive_mega_menu_image_kind', ''),
(155, 20, 'positive_mega_menu_image_width', ''),
(156, 37, '_edit_last', '1'),
(157, 37, '_edit_lock', '1319200305:1'),
(165, 56, '_wp_attached_file', '2011/10/nivo-1.jpg'),
(166, 56, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"940";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''49'' width=''128''";s:4:"file";s:18:"2011/10/nivo-1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"nivo-1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"nivo-1-300x114.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"114";}s:14:"post-thumbnail";a:3:{s:4:"file";s:18:"nivo-1-640x245.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"245";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(167, 57, '_wp_attached_file', '2011/10/nivo-2.jpg'),
(168, 57, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"940";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''49'' width=''128''";s:4:"file";s:18:"2011/10/nivo-2.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"nivo-2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"nivo-2-300x114.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"114";}s:14:"post-thumbnail";a:3:{s:4:"file";s:18:"nivo-2-640x245.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"245";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(169, 58, '_wp_attached_file', '2011/10/nivo-3.jpg'),
(170, 58, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"940";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''49'' width=''128''";s:4:"file";s:18:"2011/10/nivo-3.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"nivo-3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"nivo-3-300x114.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"114";}s:14:"post-thumbnail";a:3:{s:4:"file";s:18:"nivo-3-640x245.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"245";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(171, 59, '_wp_attached_file', '2011/10/nivo-4.jpg'),
(172, 59, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"940";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''49'' width=''128''";s:4:"file";s:18:"2011/10/nivo-4.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"nivo-4-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"nivo-4-300x114.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"114";}s:14:"post-thumbnail";a:3:{s:4:"file";s:18:"nivo-4-640x245.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"245";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(173, 17, 'positive_custom_sidebar', 'contact-sidebar_mdhn3dhnks'),
(174, 93, '_menu_item_type', 'post_type'),
(175, 93, '_menu_item_menu_item_parent', '0'),
(176, 93, '_menu_item_object_id', '7'),
(177, 93, '_menu_item_object', 'page'),
(178, 93, '_menu_item_target', ''),
(179, 93, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(180, 93, '_menu_item_xfn', ''),
(181, 93, '_menu_item_url', ''),
(183, 93, 'positive_mega_menu_active', 'FALSE'),
(184, 93, 'positive_mega_menu_hide_title', 'FALSE'),
(185, 93, 'positive_mega_menu_text', ''),
(186, 93, 'positive_mega_menu_columns', '5'),
(187, 93, 'positive_mega_menu_image', ''),
(188, 93, 'positive_mega_menu_image_kind', ''),
(189, 93, 'positive_mega_menu_image_width', ''),
(190, 96, '_edit_last', '1'),
(191, 96, '_edit_lock', '1319226678:1'),
(196, 100, '_wp_attached_file', '2011/10/certificacion_de_edificios.jpg'),
(197, 100, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"675";s:6:"height";s:3:"240";s:14:"hwstring_small";s:23:"height=''45'' width=''128''";s:4:"file";s:38:"2011/10/certificacion_de_edificios.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"certificacion_de_edificios-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:38:"certificacion_de_edificios-300x106.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"106";}s:14:"post-thumbnail";a:3:{s:4:"file";s:38:"certificacion_de_edificios-640x227.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"227";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(198, 96, '_thumbnail_id', '100'),
(203, 1, '_wp_trash_meta_status', 'publish'),
(204, 1, '_wp_trash_meta_time', '1319222209'),
(205, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:"1";}'),
(206, 113, '_edit_last', '1'),
(207, 113, '_edit_lock', '1319538584:1'),
(208, 113, '_wp_page_template', 'page-fullwidth.php'),
(209, 115, '_edit_last', '1'),
(210, 115, '_wp_page_template', 'page-sidebar.php'),
(211, 115, '_edit_lock', '1319555867:1'),
(212, 118, '_edit_last', '1'),
(213, 118, '_wp_page_template', 'page-sidebar.php'),
(214, 118, '_edit_lock', '1319556039:1'),
(215, 120, '_edit_last', '1'),
(216, 120, '_wp_page_template', 'page-sidebar.php'),
(217, 120, '_edit_lock', '1319556017:1'),
(218, 122, '_menu_item_type', 'post_type'),
(219, 122, '_menu_item_menu_item_parent', '0'),
(220, 122, '_menu_item_object_id', '113'),
(221, 122, '_menu_item_object', 'page'),
(222, 122, '_menu_item_target', ''),
(223, 122, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(224, 122, '_menu_item_xfn', ''),
(225, 122, '_menu_item_url', ''),
(227, 122, 'positive_mega_menu_active', 'FALSE'),
(228, 122, 'positive_mega_menu_hide_title', 'FALSE'),
(229, 122, 'positive_mega_menu_text', ''),
(230, 122, 'positive_mega_menu_columns', '3'),
(231, 122, 'positive_mega_menu_image', ''),
(232, 122, 'positive_mega_menu_image_kind', ''),
(233, 122, 'positive_mega_menu_image_width', ''),
(234, 123, '_menu_item_type', 'post_type'),
(235, 123, '_menu_item_menu_item_parent', '122'),
(236, 123, '_menu_item_object_id', '120'),
(237, 123, '_menu_item_object', 'page'),
(238, 123, '_menu_item_target', ''),
(239, 123, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(240, 123, '_menu_item_xfn', ''),
(241, 123, '_menu_item_url', ''),
(243, 123, 'positive_mega_menu_active', 'FALSE'),
(244, 123, 'positive_mega_menu_hide_title', 'FALSE'),
(245, 123, 'positive_mega_menu_text', ''),
(246, 123, 'positive_mega_menu_columns', ''),
(247, 123, 'positive_mega_menu_image', ''),
(248, 123, 'positive_mega_menu_image_kind', ''),
(249, 123, 'positive_mega_menu_image_width', ''),
(250, 124, '_menu_item_type', 'post_type'),
(251, 124, '_menu_item_menu_item_parent', '122'),
(252, 124, '_menu_item_object_id', '118'),
(253, 124, '_menu_item_object', 'page'),
(254, 124, '_menu_item_target', ''),
(255, 124, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(256, 124, '_menu_item_xfn', ''),
(257, 124, '_menu_item_url', ''),
(259, 124, 'positive_mega_menu_active', 'FALSE'),
(260, 124, 'positive_mega_menu_hide_title', 'FALSE'),
(261, 124, 'positive_mega_menu_text', ''),
(262, 124, 'positive_mega_menu_columns', ''),
(263, 124, 'positive_mega_menu_image', ''),
(264, 124, 'positive_mega_menu_image_kind', ''),
(265, 124, 'positive_mega_menu_image_width', ''),
(266, 125, '_menu_item_type', 'post_type'),
(267, 125, '_menu_item_menu_item_parent', '122'),
(268, 125, '_menu_item_object_id', '115'),
(269, 125, '_menu_item_object', 'page'),
(270, 125, '_menu_item_target', ''),
(271, 125, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(272, 125, '_menu_item_xfn', ''),
(273, 125, '_menu_item_url', ''),
(275, 125, 'positive_mega_menu_active', 'FALSE'),
(276, 125, 'positive_mega_menu_hide_title', 'FALSE'),
(277, 125, 'positive_mega_menu_text', ''),
(278, 125, 'positive_mega_menu_columns', ''),
(279, 125, 'positive_mega_menu_image', ''),
(280, 125, 'positive_mega_menu_image_kind', ''),
(281, 125, 'positive_mega_menu_image_width', ''),
(283, 130, '_edit_last', '1'),
(284, 130, '_edit_lock', '1319538109:1'),
(285, 131, '_wp_attached_file', '2011/10/eficiencia-energetica.jpg'),
(286, 131, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"400";s:6:"height";s:3:"268";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:33:"2011/10/eficiencia-energetica.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:33:"eficiencia-energetica-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:33:"eficiencia-energetica-300x201.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"201";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(287, 130, '_thumbnail_id', '131'),
(288, 130, 'positive_port_lightbox', 'post'),
(290, 130, 'positive_custom_url', '#'),
(291, 143, '_edit_last', '1'),
(292, 143, '_edit_lock', '1319538115:1'),
(293, 144, '_wp_attached_file', '2011/10/alarnet_control_acceso.jpg'),
(294, 144, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"380";s:6:"height";s:3:"220";s:14:"hwstring_small";s:23:"height=''74'' width=''128''";s:4:"file";s:34:"2011/10/alarnet_control_acceso.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"alarnet_control_acceso-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:34:"alarnet_control_acceso-300x173.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"173";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(295, 143, '_thumbnail_id', '144'),
(296, 143, 'positive_port_lightbox', 'post'),
(297, 143, 'positive_custom_url', '#'),
(298, 145, '_edit_last', '1'),
(299, 145, '_edit_lock', '1319538530:1'),
(300, 146, '_wp_attached_file', '2011/10/voip1.jpg'),
(301, 146, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"630";s:6:"height";s:3:"473";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:17:"2011/10/voip1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"voip1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"voip1-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(302, 145, '_thumbnail_id', '146'),
(303, 145, 'positive_port_lightbox', 'post'),
(304, 145, 'positive_custom_url', '#'),
(305, 151, '_edit_last', '1'),
(306, 151, '_wp_page_template', 'page-fullwidth.php'),
(307, 151, '_edit_lock', '1319538753:1'),
(308, 154, '_edit_last', '1'),
(309, 154, '_edit_lock', '1319558506:1'),
(310, 154, '_wp_page_template', 'page-sidebar.php'),
(311, 157, '_edit_last', '1'),
(312, 157, '_edit_lock', '1319558507:1'),
(313, 157, '_wp_page_template', 'page-sidebar.php'),
(314, 161, '_edit_last', '1'),
(315, 161, '_edit_lock', '1319556089:1'),
(316, 161, '_wp_page_template', 'page-sidebar.php'),
(317, 163, '_edit_last', '1'),
(318, 163, '_edit_lock', '1319556093:1'),
(319, 163, '_wp_page_template', 'page-sidebar.php'),
(320, 165, '_edit_last', '1'),
(321, 165, '_edit_lock', '1319556075:1'),
(322, 166, '_menu_item_type', 'post_type'),
(323, 166, '_menu_item_menu_item_parent', '0'),
(324, 166, '_menu_item_object_id', '151'),
(325, 166, '_menu_item_object', 'page'),
(326, 166, '_menu_item_target', ''),
(327, 166, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(328, 166, '_menu_item_xfn', ''),
(329, 166, '_menu_item_url', ''),
(331, 166, 'positive_mega_menu_active', 'FALSE'),
(332, 166, 'positive_mega_menu_hide_title', 'FALSE'),
(333, 166, 'positive_mega_menu_text', ''),
(334, 166, 'positive_mega_menu_columns', '5'),
(335, 166, 'positive_mega_menu_image', ''),
(336, 166, 'positive_mega_menu_image_kind', ''),
(337, 166, 'positive_mega_menu_image_width', ''),
(338, 167, '_menu_item_type', 'post_type'),
(339, 167, '_menu_item_menu_item_parent', '166'),
(340, 167, '_menu_item_object_id', '163'),
(341, 167, '_menu_item_object', 'page'),
(342, 167, '_menu_item_target', ''),
(343, 167, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(344, 167, '_menu_item_xfn', ''),
(345, 167, '_menu_item_url', ''),
(347, 167, 'positive_mega_menu_active', 'FALSE'),
(348, 167, 'positive_mega_menu_hide_title', 'FALSE'),
(349, 167, 'positive_mega_menu_text', ''),
(350, 167, 'positive_mega_menu_columns', ''),
(351, 167, 'positive_mega_menu_image', ''),
(352, 167, 'positive_mega_menu_image_kind', ''),
(353, 167, 'positive_mega_menu_image_width', ''),
(354, 168, '_menu_item_type', 'post_type'),
(355, 168, '_menu_item_menu_item_parent', '166'),
(356, 168, '_menu_item_object_id', '161'),
(357, 168, '_menu_item_object', 'page'),
(358, 168, '_menu_item_target', ''),
(359, 168, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(360, 168, '_menu_item_xfn', ''),
(361, 168, '_menu_item_url', ''),
(363, 168, 'positive_mega_menu_active', 'FALSE'),
(364, 168, 'positive_mega_menu_hide_title', 'FALSE'),
(365, 168, 'positive_mega_menu_text', ''),
(366, 168, 'positive_mega_menu_columns', ''),
(367, 168, 'positive_mega_menu_image', ''),
(368, 168, 'positive_mega_menu_image_kind', ''),
(369, 168, 'positive_mega_menu_image_width', ''),
(370, 169, '_menu_item_type', 'post_type'),
(371, 169, '_menu_item_menu_item_parent', '166'),
(372, 169, '_menu_item_object_id', '157'),
(373, 169, '_menu_item_object', 'page'),
(374, 169, '_menu_item_target', ''),
(375, 169, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(376, 169, '_menu_item_xfn', ''),
(377, 169, '_menu_item_url', ''),
(379, 169, 'positive_mega_menu_active', 'FALSE'),
(380, 169, 'positive_mega_menu_hide_title', 'FALSE'),
(381, 169, 'positive_mega_menu_text', ''),
(382, 169, 'positive_mega_menu_columns', ''),
(383, 169, 'positive_mega_menu_image', ''),
(384, 169, 'positive_mega_menu_image_kind', ''),
(385, 169, 'positive_mega_menu_image_width', ''),
(386, 170, '_menu_item_type', 'post_type'),
(387, 170, '_menu_item_menu_item_parent', '166'),
(388, 170, '_menu_item_object_id', '154'),
(389, 170, '_menu_item_object', 'page'),
(390, 170, '_menu_item_target', ''),
(391, 170, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(392, 170, '_menu_item_xfn', ''),
(393, 170, '_menu_item_url', ''),
(395, 170, 'positive_mega_menu_active', 'FALSE'),
(396, 170, 'positive_mega_menu_hide_title', 'FALSE'),
(397, 170, 'positive_mega_menu_text', ''),
(398, 170, 'positive_mega_menu_columns', ''),
(399, 170, 'positive_mega_menu_image', ''),
(400, 170, 'positive_mega_menu_image_kind', ''),
(401, 170, 'positive_mega_menu_image_width', ''),
(402, 165, '_wp_page_template', 'page-sidebar.php'),
(403, 172, '_menu_item_type', 'post_type'),
(404, 172, '_menu_item_menu_item_parent', '166'),
(405, 172, '_menu_item_object_id', '165'),
(406, 172, '_menu_item_object', 'page'),
(407, 172, '_menu_item_target', ''),
(408, 172, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(409, 172, '_menu_item_xfn', ''),
(410, 172, '_menu_item_url', ''),
(412, 172, 'positive_mega_menu_active', 'FALSE'),
(413, 172, 'positive_mega_menu_hide_title', 'FALSE'),
(414, 172, 'positive_mega_menu_text', ''),
(415, 172, 'positive_mega_menu_columns', '5'),
(416, 172, 'positive_mega_menu_image', ''),
(417, 172, 'positive_mega_menu_image_kind', ''),
(418, 172, 'positive_mega_menu_image_width', ''),
(422, 179, '_wp_attached_file', '2011/10/productos-simodec-2.jpg'),
(423, 179, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"314";s:14:"hwstring_small";s:23:"height=''66'' width=''128''";s:4:"file";s:31:"2011/10/productos-simodec-2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"productos-simodec-2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:31:"productos-simodec-2-300x157.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"157";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(424, 179, '_wp_attachment_image_alt', 'SIMODEC'),
(425, 181, '_wp_attached_file', '2011/10/productos-simodec-1.jpg'),
(426, 181, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"398";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:31:"2011/10/productos-simodec-1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"productos-simodec-1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:31:"productos-simodec-1-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(427, 188, '_wp_attached_file', '2011/10/productos-serviber-1.jpg'),
(428, 188, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"348";s:14:"hwstring_small";s:23:"height=''74'' width=''128''";s:4:"file";s:32:"2011/10/productos-serviber-1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"productos-serviber-1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:32:"productos-serviber-1-300x174.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"174";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(429, 37, '_wp_trash_meta_status', 'draft'),
(430, 37, '_wp_trash_meta_time', '1319537885'),
(431, 193, '_wp_attached_file', '2011/10/productos-serviber-2.jpg'),
(432, 193, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"345";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:32:"2011/10/productos-serviber-2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"productos-serviber-2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:32:"productos-serviber-2-300x172.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"172";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(433, 195, '_edit_last', '1'),
(434, 195, '_edit_lock', '1319539413:1'),
(435, 195, '_thumbnail_id', '179'),
(436, 195, 'positive_port_lightbox', 'post'),
(437, 199, '_menu_item_type', 'post_type'),
(438, 199, '_menu_item_menu_item_parent', '0'),
(439, 199, '_menu_item_object_id', '157'),
(440, 199, '_menu_item_object', 'page'),
(441, 199, '_menu_item_target', ''),
(442, 199, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(443, 199, '_menu_item_xfn', ''),
(444, 199, '_menu_item_url', ''),
(446, 199, 'positive_mega_menu_active', 'FALSE'),
(447, 199, 'positive_mega_menu_hide_title', 'FALSE'),
(448, 199, 'positive_mega_menu_text', ''),
(449, 199, 'positive_mega_menu_columns', '5'),
(450, 199, 'positive_mega_menu_image', ''),
(451, 199, 'positive_mega_menu_image_kind', ''),
(452, 199, 'positive_mega_menu_image_width', ''),
(453, 200, '_menu_item_type', 'post_type'),
(454, 200, '_menu_item_menu_item_parent', '0'),
(455, 200, '_menu_item_object_id', '154'),
(456, 200, '_menu_item_object', 'page'),
(457, 200, '_menu_item_target', ''),
(458, 200, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(459, 200, '_menu_item_xfn', ''),
(460, 200, '_menu_item_url', ''),
(462, 200, 'positive_mega_menu_active', 'FALSE'),
(463, 200, 'positive_mega_menu_hide_title', 'FALSE'),
(464, 200, 'positive_mega_menu_text', ''),
(465, 200, 'positive_mega_menu_columns', '5'),
(466, 200, 'positive_mega_menu_image', ''),
(467, 200, 'positive_mega_menu_image_kind', ''),
(468, 200, 'positive_mega_menu_image_width', ''),
(469, 115, 'positive_custom_sidebar', 'soluci%c3%b3n-eficiencia-energ%c3%a9tica_pxwyosnuiq'),
(470, 202, '_edit_last', '1'),
(471, 202, '_edit_lock', '1319539561:1'),
(472, 202, '_thumbnail_id', '188'),
(473, 202, 'positive_port_lightbox', 'post'),
(476, 210, '_wp_attached_file', '2011/10/manos-energiasolarsol_thumb1.jpg'),
(477, 210, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"336";s:6:"height";s:3:"280";s:14:"hwstring_small";s:23:"height=''96'' width=''115''";s:4:"file";s:40:"2011/10/manos-energiasolarsol_thumb1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"manos-energiasolarsol_thumb1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:40:"manos-energiasolarsol_thumb1-300x250.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"250";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(478, 214, '_wp_attached_file', '2011/10/energy-photovoltaic.jpg'),
(479, 214, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1347";s:6:"height";s:3:"877";s:14:"hwstring_small";s:23:"height=''83'' width=''128''";s:4:"file";s:31:"2011/10/energy-photovoltaic.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"energy-photovoltaic-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:31:"energy-photovoltaic-300x195.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"195";}s:5:"large";a:3:{s:4:"file";s:32:"energy-photovoltaic-1024x666.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"666";}s:14:"post-thumbnail";a:3:{s:4:"file";s:31:"energy-photovoltaic-640x416.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"416";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(480, 2, '_wp_trash_meta_status', 'publish'),
(481, 2, '_wp_trash_meta_time', '1319555856'),
(482, 249, '_wp_attached_file', '2011/10/serviber-ge-afetec.pdf'),
(483, 249, '_wp_attachment_metadata', 'a:0:{}'),
(484, 250, '_wp_attached_file', '2011/10/simodec-afetec.pdf'),
(485, 250, '_wp_attachment_metadata', 'a:0:{}');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wpr3ss_posts`
--
CREATE TABLE IF NOT EXISTS `wpr3ss_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(20) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` text NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=251 ;
--
-- Volcado de datos para la tabla `wpr3ss_posts`
--
INSERT INTO `wpr3ss_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2011-10-20 18:53:37', '2011-10-20 18:53:37', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a publicar!.', '¡Hola mundo!', '', 'trash', 'open', 'open', '', 'hola-mundo', '', '', '2011-10-21 18:36:49', '2011-10-21 18:36:49', '', 0, 'http://localhost/afetec/?p=1', 0, 'post', '', 1),
(2, 1, '2011-10-20 18:53:37', '2011-10-20 18:53:37', 'Esta es una página de ejemplo, Es diferente a una entrada de un blog porque se mantiene estática y, en la mayoría de temas, se mostrará en la barra de navegación. Casi todo el mundo comienza con una página Sobre mí para presentarse a los potenciales visitantes. Puede decir algo así:\n\n<blockquote>¡Hola!: Soy físico durante el día, lector de manga por las noches y este es mi blog. Vivo en Albacete y tengo un gato llamado Alex. Me encantan los mojitos (y mirar a la gente corriendo en los parques)</blockquote>\n\nO algo así:\n\n<blockquote>La empresa Calcetines XYC se fundó en 1973, y ha estado produciendo calcetines de calidad para sus clientes desde entonces. Se encuentra en Vetusta, tiene unos 2.000 empleados e intenta ayudar en lo que puede para mejorar la vida en Vestusta</blockquote>\n\nDeberías ir a <a href="http://localhost/afetec/wp-admin/">tu escritorio</a>, borrar esta página y crear algunas nuevas con tu contenido. ¡A divertirse!', 'Página de ejemplo', '', 'trash', 'open', 'open', '', 'pagina-ejemplo', '', '', '2011-10-25 15:17:36', '2011-10-25 15:17:36', '', 0, 'http://localhost/afetec/?page_id=2', 0, 'page', '', 0),
(3, 1, '2011-10-20 18:53:46', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-10-20 18:53:46', '0000-00-00 00:00:00', '', 0, 'http://localhost/afetec/?p=3', 0, 'post', '', 0),
(4, 1, '2011-10-20 19:25:57', '2011-10-20 19:25:57', 'Important - Don''t Delete This Page', '[System Page] - Don''t Delete This Page', '', 'publish', 'open', 'open', '', 'system-page-dont-delete-this-page', '', '', '2011-10-20 19:25:57', '2011-10-20 19:25:57', '', 0, 'http://localhost/afetec/?page_id=4', 0, 'page', '', 0),
(5, 1, '2011-10-20 19:35:42', '2011-10-20 19:35:42', '[up]\r\n[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n [1of3] [blog cat="4" title="Últimas noticias" columns="1" style="1"] [/1of3] \r\n [1of3]<h3>¿Quiénes somos?</h3>\r\n<p>Nulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.</p>\r\n[/1of3] \r\n [1of3_last][icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\r\nC/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com\r\n[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box][/1of3_last]\r\n', 'Inicio', '', 'publish', 'open', 'open', '', 'inicio', '', '', '2011-10-21 18:53:47', '2011-10-21 18:53:47', '', 0, 'http://localhost/afetec/?page_id=5', 0, 'page', '', 0),
(6, 1, '2011-10-20 19:35:33', '2011-10-20 19:35:33', '', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision', '', '', '2011-10-20 19:35:33', '2011-10-20 19:35:33', '', 5, 'http://localhost/afetec/?p=6', 0, 'revision', '', 0),
(7, 1, '2011-10-20 19:39:34', '2011-10-20 19:39:34', '', 'Noticias', '', 'publish', 'open', 'open', '', 'blog', '', '', '2011-10-21 18:21:04', '2011-10-21 18:21:04', '', 0, 'http://localhost/afetec/?page_id=7', 0, 'page', '', 0),
(8, 1, '2011-10-20 19:39:22', '2011-10-20 19:39:22', '', 'Blog', '', 'inherit', 'open', 'open', '', '7-revision', '', '', '2011-10-20 19:39:22', '2011-10-20 19:39:22', '', 7, 'http://localhost/afetec/?p=8', 0, 'revision', '', 0),
(12, 1, '2011-10-20 19:48:07', '0000-00-00 00:00:00', '', '#', '', 'draft', 'open', 'open', '', '', '', '', '2011-10-20 19:48:07', '0000-00-00 00:00:00', '', 0, 'http://localhost/afetec/?p=12', 1, 'nav_menu_item', '', 0),
(13, 1, '2011-10-20 19:48:14', '0000-00-00 00:00:00', '', '#', '', 'draft', 'open', 'open', '', '', '', '', '2011-10-20 19:48:14', '0000-00-00 00:00:00', '', 0, 'http://localhost/afetec/?p=13', 1, 'nav_menu_item', '', 0),
(14, 1, '2011-10-20 19:48:48', '2011-10-20 19:48:48', '', 'Asistencia', '', 'publish', 'open', 'open', '', 'asistencia', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 0, 'http://localhost/afetec/?p=14', 14, 'nav_menu_item', '', 0),
(15, 1, '2011-10-20 19:48:48', '2011-10-20 19:48:48', '', 'Servicios', '', 'publish', 'open', 'open', '', 'servicios', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 0, 'http://localhost/afetec/?p=15', 11, 'nav_menu_item', '', 0),
(16, 1, '2011-10-20 19:48:49', '2011-10-20 19:48:49', '', 'Empresa', '', 'publish', 'open', 'open', '', 'empresa', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 0, 'http://localhost/afetec/?p=16', 12, 'nav_menu_item', '', 0),
(17, 1, '2011-10-20 19:57:16', '2011-10-20 19:57:16', '<h1>Contacta con nosotros</h1>\r\n[slice]\r\n[contact]\r\n[divider_line]\r\n [tabs tabs="Situación"][tab][gmap][/tab] \r\n [/tabs]\r\n\r\n\r\n[divider_line]', 'Contacto', '', 'publish', 'open', 'open', '', 'contacto', '', '', '2011-10-21 18:54:41', '2011-10-21 18:54:41', '', 0, 'http://localhost/afetec/?page_id=17', 0, 'page', '', 0),
(18, 1, '2011-10-20 19:54:01', '2011-10-20 19:54:01', '', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision', '', '', '2011-10-20 19:54:01', '2011-10-20 19:54:01', '', 17, 'http://localhost/afetec/?p=18', 0, 'revision', '', 0),
(19, 1, '2011-10-20 19:57:16', '2011-10-20 19:57:16', '', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-2', '', '', '2011-10-20 19:57:16', '2011-10-20 19:57:16', '', 17, 'http://localhost/afetec/?p=19', 0, 'revision', '', 0),
(20, 1, '2011-10-20 19:59:49', '2011-10-20 19:59:49', ' ', '', '', 'publish', 'open', 'open', '', '20', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 0, 'http://localhost/afetec/?p=20', 15, 'nav_menu_item', '', 0),
(21, 1, '2011-10-20 19:59:36', '2011-10-20 19:59:36', '[contact]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-3', '', '', '2011-10-20 19:59:36', '2011-10-20 19:59:36', '', 17, 'http://localhost/afetec/?p=21', 0, 'revision', '', 0),
(22, 1, '2011-10-21 16:08:01', '2011-10-21 16:08:01', '<h1>Contacta con nosotros</h1>\n[divider_line]\n[contact]\n[divider_line]\n<h2>Contacta con nosotros</h2>\n[gmap]\n[divider_line]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-autosave', '', '', '2011-10-21 16:08:01', '2011-10-21 16:08:01', '', 17, 'http://localhost/afetec/?p=22', 0, 'revision', '', 0),
(23, 1, '2011-10-20 20:00:10', '2011-10-20 20:00:10', '[contact]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-4', '', '', '2011-10-20 20:00:10', '2011-10-20 20:00:10', '', 17, 'http://localhost/afetec/?p=23', 0, 'revision', '', 0),
(24, 1, '2011-10-20 20:04:40', '2011-10-20 20:04:40', '[contact]\r\n\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-5', '', '', '2011-10-20 20:04:40', '2011-10-20 20:04:40', '', 17, 'http://localhost/afetec/?p=24', 0, 'revision', '', 0),
(25, 1, '2011-10-20 20:06:12', '2011-10-20 20:06:12', '[tabs tabs="11"] "+$nl+"      [tab]111[/tab]\r\n[/tabs]\r\n\r\n[contact]\r\n\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-6', '', '', '2011-10-20 20:06:12', '2011-10-20 20:06:12', '', 17, 'http://localhost/afetec/?p=25', 0, 'revision', '', 0),
(26, 1, '2011-10-20 20:08:18', '2011-10-20 20:08:18', '[contact]\r\n<h1>ddddddd</h1>\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-7', '', '', '2011-10-20 20:08:18', '2011-10-20 20:08:18', '', 17, 'http://localhost/afetec/?p=26', 0, 'revision', '', 0),
(27, 1, '2011-10-20 20:09:16', '2011-10-20 20:09:16', '<h2>Contacta con nosotros</h2>\r\n[contact]\r\n<h3>Contacta con nosotros</h3>\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-8', '', '', '2011-10-20 20:09:16', '2011-10-20 20:09:16', '', 17, 'http://localhost/afetec/?p=27', 0, 'revision', '', 0),
(28, 1, '2011-10-20 20:10:13', '2011-10-20 20:10:13', '<h2>Contacta con nosotros</h2>\r\n[slicer]\r\n[divider]\r\n\r\n\r\n[contact]\r\n<h3>Contacta con nosotros</h3>\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-9', '', '', '2011-10-20 20:10:13', '2011-10-20 20:10:13', '', 17, 'http://localhost/afetec/?p=28', 0, 'revision', '', 0),
(29, 1, '2011-10-20 20:10:36', '2011-10-20 20:10:36', '<h2>Contacta con nosotros</h2>\r\n[slicer]\r\n\r\nddsdffs\r\n\r\n[divider]\r\n\r\nfsdfdssd\r\n\r\n[contact]\r\n<h3>Contacta con nosotros</h3>\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-10', '', '', '2011-10-20 20:10:36', '2011-10-20 20:10:36', '', 17, 'http://localhost/afetec/?p=29', 0, 'revision', '', 0),
(30, 1, '2011-10-20 20:10:50', '2011-10-20 20:10:50', '<h2>Contacta con nosotros</h2>\r\n[slicer]\r\n\r\nddsdffs\r\n\r\n[divider]\r\n\r\nfsdfdssd\r\n\r\n[contact]\r\n[slicer]\r\n<h3>Contacta con nosotros</h3>\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-11', '', '', '2011-10-20 20:10:50', '2011-10-20 20:10:50', '', 17, 'http://localhost/afetec/?p=30', 0, 'revision', '', 0),
(31, 1, '2011-10-20 20:11:14', '2011-10-20 20:11:14', '[title1]Contacta con nosotros[/title1]\r\n[slicer]\r\n\r\nddsdffs\r\n\r\n[divider]\r\n\r\nfsdfdssd\r\n\r\n[contact]\r\n[slicer]\r\n<h3>Contacta con nosotros</h3>\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-12', '', '', '2011-10-20 20:11:14', '2011-10-20 20:11:14', '', 17, 'http://localhost/afetec/?p=31', 0, 'revision', '', 0),
(32, 1, '2011-10-20 20:11:30', '2011-10-20 20:11:30', '[title1]Contacta con nosotros[/title1]\r\n[contact]\r\n[slicer]\r\n<h3>Contacta con nosotros</h3>\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-13', '', '', '2011-10-20 20:11:30', '2011-10-20 20:11:30', '', 17, 'http://localhost/afetec/?p=32', 0, 'revision', '', 0),
(33, 1, '2011-10-20 20:12:07', '2011-10-20 20:12:07', '[slice][down][up][divider_line]\r\n[contact]\r\n\r\n<h3>Contacta con nosotros</h3>\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-14', '', '', '2011-10-20 20:12:07', '2011-10-20 20:12:07', '', 17, 'http://localhost/afetec/?p=33', 0, 'revision', '', 0),
(34, 1, '2011-10-20 20:12:26', '2011-10-20 20:12:26', '[slice]\r\n[divider_line]\r\n[contact]\r\n\r\n<h3>Contacta con nosotros</h3>\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-15', '', '', '2011-10-20 20:12:26', '2011-10-20 20:12:26', '', 17, 'http://localhost/afetec/?p=34', 0, 'revision', '', 0),
(35, 1, '2011-10-20 20:12:54', '2011-10-20 20:12:54', '<h1>Contacta con nosotros</h1>\r\n[slice]\r\n<h2>Contacta con nosotros</h2>\r\n[divider_line]\r\n[contact]\r\n\r\n<h3>Contacta con nosotros</h3>\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-16', '', '', '2011-10-20 20:12:54', '2011-10-20 20:12:54', '', 17, 'http://localhost/afetec/?p=35', 0, 'revision', '', 0),
(36, 1, '2011-10-20 20:13:11', '2011-10-20 20:13:11', '<h1>Contacta con nosotros</h1>\r\n[slice]\r\n[contact]\r\n<h2>Contacta con nosotros</h2>\r\n[divider_line]\r\n[gmap]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-17', '', '', '2011-10-20 20:13:11', '2011-10-20 20:13:11', '', 17, 'http://localhost/afetec/?p=36', 0, 'revision', '', 0),
(37, 1, '2011-10-21 12:31:45', '2011-10-21 12:31:45', '', 'Portfolio Post 1', '', 'trash', 'closed', 'closed', '', 'portfolio-post-1', '', '', '2011-10-25 10:18:05', '2011-10-25 10:18:05', '', 0, 'http://localhost/afetec/?post_type=portfolio&#038;p=37', 0, 'portfolio', '', 0),
(38, 1, '2011-10-20 19:35:42', '2011-10-20 19:35:42', '', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-2', '', '', '2011-10-20 19:35:42', '2011-10-20 19:35:42', '', 5, 'http://localhost/afetec/?p=38', 0, 'revision', '', 0),
(39, 1, '2011-10-21 16:04:21', '2011-10-21 16:04:21', '', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-3', '', '', '2011-10-21 16:04:21', '2011-10-21 16:04:21', '', 5, 'http://localhost/afetec/?p=39', 0, 'revision', '', 0),
(40, 1, '2011-10-20 20:13:50', '2011-10-20 20:13:50', '<h1>Contacta con nosotros</h1>\r\n[divider_line]\r\n[contact]\r\n[divider_line]\r\n<h2>Contacta con nosotros</h2>\r\n[gmap]\r\n[divider_line]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-18', '', '', '2011-10-20 20:13:50', '2011-10-20 20:13:50', '', 17, 'http://localhost/afetec/?p=40', 0, 'revision', '', 0),
(41, 1, '2011-10-21 16:04:53', '2011-10-21 16:04:53', '<h1>Contacta con nosotros</h1>\r\n[divider_line]\r\n[contact]\r\n[divider_line]\r\n<h2>Contacta con nosotros</h2>\r\n[gmap]\r\n[divider_line]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-19', '', '', '2011-10-21 16:04:53', '2011-10-21 16:04:53', '', 17, 'http://localhost/afetec/?p=41', 0, 'revision', '', 0),
(42, 1, '2011-10-21 16:05:51', '2011-10-21 16:05:51', '<h1>Contacta con nosotros</h1>\r\n[divider_line]\r\n[contact]\r\n[divider_line]\r\n<h2>Contacta con nosotros</h2>\r\n[gmap]\r\n[divider_line]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-20', '', '', '2011-10-21 16:05:51', '2011-10-21 16:05:51', '', 17, 'http://localhost/afetec/?p=42', 0, 'revision', '', 0),
(43, 1, '2011-10-21 16:06:19', '2011-10-21 16:06:19', '<h1>Contacta con nosotros</h1>\r\n[divider_line]\r\n[contact]\r\n[divider_line]\r\n<h2>Contacta con nosotros</h2>\r\n[gmap]\r\n[divider_line]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-21', '', '', '2011-10-21 16:06:19', '2011-10-21 16:06:19', '', 17, 'http://localhost/afetec/?p=43', 0, 'revision', '', 0),
(44, 1, '2011-10-21 16:04:35', '2011-10-21 16:04:35', '', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-4', '', '', '2011-10-21 16:04:35', '2011-10-21 16:04:35', '', 5, 'http://localhost/afetec/?p=44', 0, 'revision', '', 0),
(45, 1, '2011-10-21 16:23:26', '2011-10-21 16:23:26', '', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-5', '', '', '2011-10-21 16:23:26', '2011-10-21 16:23:26', '', 5, 'http://localhost/afetec/?p=45', 0, 'revision', '', 0),
(46, 1, '2011-10-21 16:23:49', '2011-10-21 16:23:49', '', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-6', '', '', '2011-10-21 16:23:49', '2011-10-21 16:23:49', '', 5, 'http://localhost/afetec/?p=46', 0, 'revision', '', 0),
(47, 1, '2011-10-21 16:23:57', '2011-10-21 16:23:57', '', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-7', '', '', '2011-10-21 16:23:57', '2011-10-21 16:23:57', '', 5, 'http://localhost/afetec/?p=47', 0, 'revision', '', 0),
(48, 1, '2011-10-21 16:24:17', '2011-10-21 16:24:17', '[slider id="EDH47kWWf9dHlrqNeGws"]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-8', '', '', '2011-10-21 16:24:17', '2011-10-21 16:24:17', '', 5, 'http://localhost/afetec/?p=48', 0, 'revision', '', 0),
(49, 1, '2011-10-25 14:07:41', '2011-10-25 14:07:41', '[up]\n[slider id="vjWIiQYIhoSWDPnNoDkr"]\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\n\n[slice]\n\n[1of3] [blog cat="4" title="Últimas noticias" columns="1" style="1"] [/1of3]\n[1of3]\n<h3>¿Quiénes somos?</h3>\nNulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.\n\n[/1of3]\n[1of3_last][icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\nC/ Suero de Quiñones 6\n28002 Madrid - Spain\nTeléfono: (34) 609 785 926\ne-mail: info@afetec.com\n[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\n[/icon_box][/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-autosave', '', '', '2011-10-25 14:07:41', '2011-10-25 14:07:41', '', 5, 'http://localhost/afetec/?p=49', 0, 'revision', '', 0),
(50, 1, '2011-10-21 16:24:23', '2011-10-21 16:24:23', '[slider id="EDH47kWWf9dHlrqNeGws"]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-9', '', '', '2011-10-21 16:24:23', '2011-10-21 16:24:23', '', 5, 'http://localhost/afetec/?p=50', 0, 'revision', '', 0),
(51, 1, '2011-10-21 16:25:59', '2011-10-21 16:25:59', '[slider id="EDH47kWWf9dHlrqNeGws"]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-10', '', '', '2011-10-21 16:25:59', '2011-10-21 16:25:59', '', 5, 'http://localhost/afetec/?p=51', 0, 'revision', '', 0),
(52, 1, '2011-10-21 16:28:35', '2011-10-21 16:28:35', '', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-11', '', '', '2011-10-21 16:28:35', '2011-10-21 16:28:35', '', 5, 'http://localhost/afetec/?p=52', 0, 'revision', '', 0),
(53, 1, '2011-10-21 16:30:24', '2011-10-21 16:30:24', '', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-12', '', '', '2011-10-21 16:30:24', '2011-10-21 16:30:24', '', 5, 'http://localhost/afetec/?p=53', 0, 'revision', '', 0),
(54, 1, '2011-10-21 16:32:04', '2011-10-21 16:32:04', '[slider id="nivoSample"]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-13', '', '', '2011-10-21 16:32:04', '2011-10-21 16:32:04', '', 5, 'http://localhost/afetec/?p=54', 0, 'revision', '', 0),
(55, 1, '2011-10-21 16:35:14', '2011-10-21 16:35:14', '[slider id="nivoSample"]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-14', '', '', '2011-10-21 16:35:14', '2011-10-21 16:35:14', '', 5, 'http://localhost/afetec/?p=55', 0, 'revision', '', 0),
(56, 1, '2011-10-21 16:35:49', '2011-10-21 16:35:49', '', 'nivo-1', '', 'inherit', 'open', 'open', '', 'nivo-1', '', '', '2011-10-21 16:35:49', '2011-10-21 16:35:49', '', 5, 'http://localhost/afetec/wp-content/uploads/2011/10/nivo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(57, 1, '2011-10-21 16:35:50', '2011-10-21 16:35:50', '', 'nivo-2', '', 'inherit', 'open', 'open', '', 'nivo-2', '', '', '2011-10-21 16:35:50', '2011-10-21 16:35:50', '', 5, 'http://localhost/afetec/wp-content/uploads/2011/10/nivo-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(58, 1, '2011-10-21 16:35:51', '2011-10-21 16:35:51', '', 'nivo-3', '', 'inherit', 'open', 'open', '', 'nivo-3', '', '', '2011-10-21 16:35:51', '2011-10-21 16:35:51', '', 5, 'http://localhost/afetec/wp-content/uploads/2011/10/nivo-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(59, 1, '2011-10-21 16:35:52', '2011-10-21 16:35:52', '', 'nivo-4', '', 'inherit', 'open', 'open', '', 'nivo-4', '', '', '2011-10-21 16:35:52', '2011-10-21 16:35:52', '', 5, 'http://localhost/afetec/wp-content/uploads/2011/10/nivo-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(60, 1, '2011-10-21 16:35:32', '2011-10-21 16:35:32', '[slider id="vjWIiQYIhoSWDPnNoDkr"]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-15', '', '', '2011-10-21 16:35:32', '2011-10-21 16:35:32', '', 5, 'http://localhost/afetec/?p=60', 0, 'revision', '', 0),
(61, 1, '2011-10-21 16:35:58', '2011-10-21 16:35:58', '[slider id="vjWIiQYIhoSWDPnNoDkr"]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-16', '', '', '2011-10-21 16:35:58', '2011-10-21 16:35:58', '', 5, 'http://localhost/afetec/?p=61', 0, 'revision', '', 0),
(62, 1, '2011-10-21 16:48:06', '2011-10-21 16:48:06', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-17', '', '', '2011-10-21 16:48:06', '2011-10-21 16:48:06', '', 5, 'http://localhost/afetec/?p=62', 0, 'revision', '', 0),
(63, 1, '2011-10-21 16:55:50', '2011-10-21 16:55:50', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n[slicer]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-18', '', '', '2011-10-21 16:55:50', '2011-10-21 16:55:50', '', 5, 'http://localhost/afetec/?p=63', 0, 'revision', '', 0),
(64, 1, '2011-10-21 16:56:03', '2011-10-21 16:56:03', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n[divider]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-19', '', '', '2011-10-21 16:56:03', '2011-10-21 16:56:03', '', 5, 'http://localhost/afetec/?p=64', 0, 'revision', '', 0),
(65, 1, '2011-10-21 16:57:00', '2011-10-21 16:57:00', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slicer]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-20', '', '', '2011-10-21 16:57:00', '2011-10-21 16:57:00', '', 5, 'http://localhost/afetec/?p=65', 0, 'revision', '', 0),
(66, 1, '2011-10-21 16:58:44', '2011-10-21 16:58:44', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[sector]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-21', '', '', '2011-10-21 16:58:44', '2011-10-21 16:58:44', '', 5, 'http://localhost/afetec/?p=66', 0, 'revision', '', 0),
(67, 1, '2011-10-21 17:02:37', '2011-10-21 17:02:37', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-22', '', '', '2011-10-21 17:02:37', '2011-10-21 17:02:37', '', 5, 'http://localhost/afetec/?p=67', 0, 'revision', '', 0),
(68, 1, '2011-10-21 17:39:16', '2011-10-21 17:39:16', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n[2of3][left top="[object Window]"]Content[/left] [/2of3]\r\n[1of3_last]Content 2[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-23', '', '', '2011-10-21 17:39:16', '2011-10-21 17:39:16', '', 5, 'http://localhost/afetec/?p=68', 0, 'revision', '', 0),
(69, 1, '2011-10-21 17:41:32', '2011-10-21 17:41:32', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n[2of3]Content[/2of3]\r\n[1of3_last]Content 2[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-24', '', '', '2011-10-21 17:41:32', '2011-10-21 17:41:32', '', 5, 'http://localhost/afetec/?p=69', 0, 'revision', '', 0),
(70, 1, '2011-10-21 17:41:55', '2011-10-21 17:41:55', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n[2of3] [left top="[object Window]"]Content[/left] [/2of3]\r\n[1of3_last]Content 2[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-25', '', '', '2011-10-21 17:41:55', '2011-10-21 17:41:55', '', 5, 'http://localhost/afetec/?p=70', 0, 'revision', '', 0),
(71, 1, '2011-10-21 17:42:16', '2011-10-21 17:42:16', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[left top="[object Window]"]Content[/left]\r\n[2of3] [/2of3]\r\n[1of3_last]Content 2[/1of3_last]\r\n\r\n[left top="[object Window]"]Content[/left]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-26', '', '', '2011-10-21 17:42:16', '2011-10-21 17:42:16', '', 5, 'http://localhost/afetec/?p=71', 0, 'revision', '', 0),
(72, 1, '2011-10-21 17:43:00', '2011-10-21 17:43:00', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[right top="[object Window]" bottom="0" left="0" right="0"]Content[/right]\r\n[2of3] [/2of3]\r\n[1of3_last]Content 2[/1of3_last]\r\n\r\n[left top="[object Window]"]Content[/left]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-27', '', '', '2011-10-21 17:43:00', '2011-10-21 17:43:00', '', 5, 'http://localhost/afetec/?p=72', 0, 'revision', '', 0),
(73, 1, '2011-10-21 17:43:18', '2011-10-21 17:43:18', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[right top="[object Window]" bottom="0" left="0" right="0"]Content[/right]\r\n[2of3] [/2of3]\r\n[1of3_last]Content 2[/1of3_last]\r\n\r\n[left top="[object Window]"]Content[/left]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-28', '', '', '2011-10-21 17:43:18', '2011-10-21 17:43:18', '', 5, 'http://localhost/afetec/?p=73', 0, 'revision', '', 0),
(74, 1, '2011-10-21 17:43:30', '2011-10-21 17:43:30', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n&nbsp;', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-29', '', '', '2011-10-21 17:43:30', '2011-10-21 17:43:30', '', 5, 'http://localhost/afetec/?p=74', 0, 'revision', '', 0),
(75, 1, '2011-10-21 17:45:31', '2011-10-21 17:45:31', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n\r\n [2of3]Content[/2of3] \r\n [1of3_last]Content 2[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-30', '', '', '2011-10-21 17:45:31', '2011-10-21 17:45:31', '', 5, 'http://localhost/afetec/?p=75', 0, 'revision', '', 0),
(76, 1, '2011-10-21 17:46:04', '2011-10-21 17:46:04', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n<h1>[2of3]Content[/2of3]\r\n[1of3_last]Content 2[/1of3_last]</h1>', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-31', '', '', '2011-10-21 17:46:04', '2011-10-21 17:46:04', '', 5, 'http://localhost/afetec/?p=76', 0, 'revision', '', 0),
(77, 1, '2011-10-21 17:46:33', '2011-10-21 17:46:33', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n[2of3]<h3>Content</h3>[/2of3]\r\n[1of3_last]Content 2[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-32', '', '', '2011-10-21 17:46:33', '2011-10-21 17:46:33', '', 5, 'http://localhost/afetec/?p=77', 0, 'revision', '', 0),
(78, 1, '2011-10-21 17:53:36', '2011-10-21 17:53:36', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n[2of3]\r\n<h3>Content</h3>\r\n<p>Nulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.</p>\r\n[/2of3]\r\n[1of3_last]\r\n[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-33', '', '', '2011-10-21 17:53:36', '2011-10-21 17:53:36', '', 5, 'http://localhost/afetec/?p=78', 0, 'revision', '', 0),
(79, 1, '2011-10-21 17:56:28', '2011-10-21 17:56:28', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n[2of3]\r\n<h3>Content</h3>\r\n<p>Nulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.</p>\r\n[/2of3]\r\n[1of3_last]\r\n[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-34', '', '', '2011-10-21 17:56:28', '2011-10-21 17:56:28', '', 5, 'http://localhost/afetec/?p=79', 0, 'revision', '', 0),
(80, 1, '2011-10-21 17:58:25', '2011-10-21 17:58:25', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n[2of3]\r\n<h3>Content</h3>\r\n<p>Nulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.</p>\r\n[/2of3]\r\n[1of3_last]<strong>Afetec</strong><br/>\r\nC/ Suero de Quiñones 6<br/>\r\n28002 Madrid - Spain<br/>\r\nTeléfono: (34) 609 785 926<br/>\r\ne-mail: info@afetec.com\r\n[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-35', '', '', '2011-10-21 17:58:25', '2011-10-21 17:58:25', '', 5, 'http://localhost/afetec/?p=80', 0, 'revision', '', 0);
INSERT INTO `wpr3ss_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(81, 1, '2011-10-21 17:58:57', '2011-10-21 17:58:57', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n[2of3]\r\n<h3>Content</h3>\r\n<p>Nulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.</p>\r\n[/2of3]\r\n[1of3_last]<h4>Contacto</h4>\r\nC/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com\r\n[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-36', '', '', '2011-10-21 17:58:57', '2011-10-21 17:58:57', '', 5, 'http://localhost/afetec/?p=81', 0, 'revision', '', 0),
(82, 1, '2011-10-21 18:02:06', '2011-10-21 18:02:06', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[2of3]\r\n<h3>¿Quiénes somos?</h3>\r\nNulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.\r\n\r\n[/2of3]\r\n[1of3_last]\r\n<h4>Contacto</h4>\r\n<address>C/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com\r\n[/1of3_last]</address>&nbsp;', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-37', '', '', '2011-10-21 18:02:06', '2011-10-21 18:02:06', '', 5, 'http://localhost/afetec/?p=82', 0, 'revision', '', 0),
(83, 1, '2011-10-21 18:02:55', '2011-10-21 18:02:55', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[2of3]\r\n<h3>¿Quiénes somos?</h3>\r\nNulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.\r\n\r\n[/2of3]\r\n[1of3_last]\r\n<h4>Contacto</h4>\r\n<address>C/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com</address><address>[button size="normal" color="grey" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/1of3_last]</address>', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-38', '', '', '2011-10-21 18:02:55', '2011-10-21 18:02:55', '', 5, 'http://localhost/afetec/?p=83', 0, 'revision', '', 0),
(84, 1, '2011-10-21 18:03:13', '2011-10-21 18:03:13', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[2of3]\r\n<h3>¿Quiénes somos?</h3>\r\nNulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.\r\n\r\n[/2of3]\r\n[1of3_last]\r\n<h4>Contacto</h4>\r\n<address>C/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com</address><address>[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/1of3_last]</address>', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-39', '', '', '2011-10-21 18:03:13', '2011-10-21 18:03:13', '', 5, 'http://localhost/afetec/?p=84', 0, 'revision', '', 0),
(85, 1, '2011-10-21 18:06:17', '2011-10-21 18:06:17', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[2of3]\r\n<h3>¿Quiénes somos?</h3>\r\nNulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.\r\n\r\n[/2of3]\r\n[1of3_last]\r\n[icon_box icon="Standard Icons/trend.png" title="Contacto"]\r\n<address>C/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926</address>\r\ne-mail: info@afetec.com</address><address>[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box]\r\n[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-40', '', '', '2011-10-21 18:06:17', '2011-10-21 18:06:17', '', 5, 'http://localhost/afetec/?p=85', 0, 'revision', '', 0),
(86, 1, '2011-10-21 18:06:53', '2011-10-21 18:06:53', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[2of3]\r\n<h3>¿Quiénes somos?</h3>\r\nNulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.\r\n\r\n[/2of3]\r\n[1of3_last]\r\n[icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\r\n<address>C/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926</address>\r\ne-mail: info@afetec.com</address><address>[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box]\r\n[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-41', '', '', '2011-10-21 18:06:53', '2011-10-21 18:06:53', '', 5, 'http://localhost/afetec/?p=86', 0, 'revision', '', 0),
(87, 1, '2011-10-21 18:07:09', '2011-10-21 18:07:09', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[2of3]\r\n<h3>¿Quiénes somos?</h3>\r\nNulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.\r\n\r\n[/2of3]\r\n[1of3_last]\r\n[icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\r\n<address>C/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com</address>\r\n[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box]\r\n[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-42', '', '', '2011-10-21 18:07:09', '2011-10-21 18:07:09', '', 5, 'http://localhost/afetec/?p=87', 0, 'revision', '', 0),
(88, 1, '2011-10-21 18:07:31', '2011-10-21 18:07:31', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[2of3]\r\n<h3>¿Quiénes somos?</h3>\r\nNulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.\r\n\r\n[/2of3]\r\n[1of3_last]\r\n[icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\r\n\r\n<address>C/ Suero de Quiñones 6</address><address>28002 Madrid - Spain</address><address>Teléfono: (34) 609 785 926</address><address>e-mail: info@afetec.com</address>[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box]\r\n[/1of3_last]', 'Inicio', '', 'inherit', 'open', 'open', '', '5-revision-43', '', '', '2011-10-21 18:07:31', '2011-10-21 18:07:31', '', 5, 'http://localhost/afetec/?p=88', 0, 'revision', '', 0),
(89, 1, '2011-10-21 16:06:58', '2011-10-21 16:06:58', '<h1>Contacta con nosotros</h1>\r\n[divider_line]\r\n[contact]\r\n[divider_line]\r\n<h2>Contacta con nosotros</h2>\r\n[gmap]\r\n[divider_line]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-22', '', '', '2011-10-21 16:06:58', '2011-10-21 16:06:58', '', 17, 'http://localhost/afetec/?p=89', 0, 'revision', '', 0),
(90, 1, '2011-10-21 18:13:02', '2011-10-21 18:13:02', '<h1>Contacta con nosotros</h1>\r\n[slice]\r\n[contact]\r\n[divider_line]\r\n<h2>Contacta con nosotros</h2>\r\n[gmap]\r\n[divider_line]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-23', '', '', '2011-10-21 18:13:02', '2011-10-21 18:13:02', '', 17, 'http://localhost/afetec/?p=90', 0, 'revision', '', 0),
(91, 1, '2011-10-21 18:16:47', '2011-10-21 18:16:47', '<h1>Contacta con nosotros</h1>\r\n[slice]\r\n[contact]\r\n[divider_line]\r\n [tabs tabs="Situación"] "+$nl+" &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[tab][gmap][/tab] \r\n [/tabs]\r\n\r\n\r\n[divider_line]', 'Contacto', '', 'inherit', 'open', 'open', '', '17-revision-24', '', '', '2011-10-21 18:16:47', '2011-10-21 18:16:47', '', 17, 'http://localhost/afetec/?p=91', 0, 'revision', '', 0),
(92, 1, '2011-10-20 19:39:34', '2011-10-20 19:39:34', '', 'Blog', '', 'inherit', 'open', 'open', '', '7-revision-2', '', '', '2011-10-20 19:39:34', '2011-10-20 19:39:34', '', 7, 'http://localhost/afetec/?p=92', 0, 'revision', '', 0),
(93, 1, '2011-10-21 18:21:25', '2011-10-21 18:21:25', ' ', '', '', 'publish', 'open', 'open', '', '93', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 0, 'http://localhost/afetec/?p=93', 13, 'nav_menu_item', '', 0),
(94, 1, '2011-10-21 18:21:33', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-10-21 18:21:33', '0000-00-00 00:00:00', '', 0, 'http://localhost/afetec/?p=94', 0, 'post', '', 0),
(95, 1, '2011-10-21 18:21:38', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-10-21 18:21:38', '0000-00-00 00:00:00', '', 0, 'http://localhost/afetec/?p=95', 0, 'post', '', 0),
(96, 1, '2011-10-21 18:26:34', '2011-10-21 18:26:34', 'Mauris vitae dui ut diam egestas aliquam id vel felis. Aliquam id enim non arcu euismod dictum. Proin hendrerit adipiscing dignissim.\r\n\r\n[youtube]http://www.youtube.com/watch?v=J-QdDEQkEnc[/youtube]', 'Certificación energética de edificios', '', 'publish', 'closed', 'open', '', 'lorem-ipsum-dolor-sit-amet', '', '', '2011-10-21 19:51:17', '2011-10-21 19:51:17', '', 0, 'http://localhost/afetec/?p=96', 0, 'post', '', 0),
(97, 1, '2011-10-21 18:22:52', '2011-10-21 18:22:52', 'Mauris vitae dui ut diam egestas aliquam id vel felis. Aliquam id enim non arcu euismod dictum. Proin hendrerit adipiscing dignissim.', 'Lorem ipsum dolor sit amet', '', 'inherit', 'open', 'open', '', '96-revision', '', '', '2011-10-21 18:22:52', '2011-10-21 18:22:52', '', 96, 'http://localhost/afetec/?p=97', 0, 'revision', '', 0),
(98, 1, '2011-10-21 18:26:34', '2011-10-21 18:26:34', 'Mauris vitae dui ut diam egestas aliquam id vel felis. Aliquam id enim non arcu euismod dictum. Proin hendrerit adipiscing dignissim.\r\n\r\n<a href="http://youtu.be/J-QdDEQkEnc">Eficiencia energética</a>', 'Lorem ipsum dolor sit amet', '', 'inherit', 'closed', 'open', '', '96-revision-2', '', '', '2011-10-21 18:26:34', '2011-10-21 18:26:34', '', 96, 'http://localhost/afetec/?p=98', 0, 'revision', '', 0),
(99, 1, '2011-10-21 18:33:25', '2011-10-21 18:33:25', 'Mauris vitae dui ut diam egestas aliquam id vel felis. Aliquam id enim non arcu euismod dictum. Proin hendrerit adipiscing dignissim.\n\n<a href="http://youtu.be/J-QdDEQkEnc">Eficiencia energética</a>', 'Certificación energética de edificios', '', 'inherit', 'closed', 'open', '', '96-autosave', '', '', '2011-10-21 18:33:25', '2011-10-21 18:33:25', '', 96, 'http://localhost/afetec/?p=99', 0, 'revision', '', 0),
(100, 1, '2011-10-21 18:31:47', '2011-10-21 18:31:47', '', 'certificacion_de_edificios', '', 'inherit', 'closed', 'open', '', 'certificacion_de_edificios', '', '', '2011-10-21 18:31:47', '2011-10-21 18:31:47', '', 96, 'http://localhost/afetec/wp-content/uploads/2011/10/certificacion_de_edificios.jpg', 0, 'attachment', 'image/jpeg', 0),
(101, 1, '2011-10-21 18:28:41', '2011-10-21 18:28:41', 'Mauris vitae dui ut diam egestas aliquam id vel felis. Aliquam id enim non arcu euismod dictum. Proin hendrerit adipiscing dignissim.\r\n\r\n<a href="http://youtu.be/J-QdDEQkEnc">Eficiencia energética</a>', 'Lorem ipsum dolor sit amet', '', 'inherit', 'closed', 'open', '', '96-revision-3', '', '', '2011-10-21 18:28:41', '2011-10-21 18:28:41', '', 96, 'http://localhost/afetec/?p=101', 0, 'revision', '', 0),
(102, 1, '2011-10-21 18:32:00', '2011-10-21 18:32:00', 'Mauris vitae dui ut diam egestas aliquam id vel felis. Aliquam id enim non arcu euismod dictum. Proin hendrerit adipiscing dignissim.\r\n\r\n<a href="http://youtu.be/J-QdDEQkEnc">Eficiencia energética</a>', 'Lorem ipsum dolor sit amet', '', 'inherit', 'closed', 'open', '', '96-revision-4', '', '', '2011-10-21 18:32:00', '2011-10-21 18:32:00', '', 96, 'http://localhost/afetec/?p=102', 0, 'revision', '', 0),
(103, 1, '2011-10-20 18:53:37', '2011-10-20 18:53:37', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a publicar!.', '¡Hola mundo!', '', 'inherit', 'closed', 'open', '', '1-revision', '', '', '2011-10-20 18:53:37', '2011-10-20 18:53:37', '', 1, 'http://localhost/afetec/?p=103', 0, 'revision', '', 0),
(104, 1, '2011-10-21 18:08:04', '2011-10-21 18:08:04', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[2of3]\r\n<h3>¿Quiénes somos?</h3>\r\nNulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.\r\n\r\n[/2of3]\r\n[1of3_last]\r\n[icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\r\nC/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com\r\n[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box]\r\n[/1of3_last]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5-revision-44', '', '', '2011-10-21 18:08:04', '2011-10-21 18:08:04', '', 5, 'http://localhost/afetec/?p=104', 0, 'revision', '', 0),
(105, 1, '2011-10-21 18:45:11', '2011-10-21 18:45:11', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[2of3]\r\n[stitle]¿Quiénes somos?[/stitle]\r\nNulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.\r\n\r\n[/2of3]\r\n[1of3_last]\r\n[icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\r\nC/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com\r\n[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box]\r\n[/1of3_last]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5-revision-45', '', '', '2011-10-21 18:45:11', '2011-10-21 18:45:11', '', 5, 'http://localhost/afetec/?p=105', 0, 'revision', '', 0),
(106, 1, '2011-10-21 18:46:19', '2011-10-21 18:46:19', '[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[2of3]\r\n<h2>¿Quiénes somos?</h2>\r\nNulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.\r\n\r\n[/2of3]\r\n[1of3_last]\r\n[icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\r\nC/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com\r\n[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box]\r\n[/1of3_last]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5-revision-46', '', '', '2011-10-21 18:46:19', '2011-10-21 18:46:19', '', 5, 'http://localhost/afetec/?p=106', 0, 'revision', '', 0),
(107, 1, '2011-10-21 18:48:07', '2011-10-21 18:48:07', '[up]\r\n[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n[2of3]\r\n<h3>¿Quiénes somos?</h3>\r\nNulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.\r\n\r\n[/2of3]\r\n[1of3_last]\r\n[icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\r\nC/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com\r\n[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box]\r\n[/1of3_last]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5-revision-47', '', '', '2011-10-21 18:48:07', '2011-10-21 18:48:07', '', 5, 'http://localhost/afetec/?p=107', 0, 'revision', '', 0),
(108, 1, '2011-10-21 18:51:23', '2011-10-21 18:51:23', '[up]\r\n[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n [1of3]<h3>¿Quiénes somos?</h3>\r\n<p>Nulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.</p>\r\n[/1of3] \r\n [1of3][icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\r\nC/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com\r\n[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box][/1of3] \r\n [1of3_last]\r\n \r\n [blog cat="4" columns="3" style="1"] \r\n\r\n[/1of3_last]\r\n\r\n[slice]\r\n', 'Inicio', '', 'inherit', 'closed', 'open', '', '5-revision-48', '', '', '2011-10-21 18:51:23', '2011-10-21 18:51:23', '', 5, 'http://localhost/afetec/?p=108', 0, 'revision', '', 0),
(109, 1, '2011-10-21 18:51:37', '2011-10-21 18:51:37', '[up]\r\n[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n [1of3]<h3>¿Quiénes somos?</h3>\r\n<p>Nulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.</p>\r\n[/1of3] \r\n [1of3][icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\r\nC/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com\r\n[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box][/1of3] \r\n [1of3_last]\r\n \r\n [blog cat="4" columns="1" style="1"] \r\n\r\n[/1of3_last]\r\n\r\n[slice]\r\n', 'Inicio', '', 'inherit', 'closed', 'open', '', '5-revision-49', '', '', '2011-10-21 18:51:37', '2011-10-21 18:51:37', '', 5, 'http://localhost/afetec/?p=109', 0, 'revision', '', 0),
(110, 1, '2011-10-21 18:52:47', '2011-10-21 18:52:47', '[up]\r\n[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n [1of3] [blog cat="4" columns="1" style="1"] [/1of3] \r\n [1of3]<h3>¿Quiénes somos?</h3>\r\n<p>Nulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.</p>\r\n[/1of3] \r\n [1of3_last][icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\r\nC/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com\r\n[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box][/1of3_last]\r\n\r\n \r\n\r\n\r\n\r\n\r\n[slice]\r\n', 'Inicio', '', 'inherit', 'closed', 'open', '', '5-revision-50', '', '', '2011-10-21 18:52:47', '2011-10-21 18:52:47', '', 5, 'http://localhost/afetec/?p=110', 0, 'revision', '', 0),
(111, 1, '2011-10-21 18:53:33', '2011-10-21 18:53:33', '[up]\r\n[slider id="vjWIiQYIhoSWDPnNoDkr"]\r\n[1of4] [icon_box icon="Standard Icons/star.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box] [/1of4]\r\n[1of4] [icon_box icon="Standard Icons/briefcase.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4] [icon_box icon="Standard Icons/trend.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4]\r\n[1of4_last] [icon_box icon="Standard Icons/graph.png" title="Título"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus libero lacus, scelerisque vel sagittis a, porta ut massa. Curabitur vulputate metus ut eros ultrices commodo.[/icon_box][/1of4_last]\r\n\r\n[slice]\r\n\r\n [1of3] [blog cat="4" title="Últimas noticias" columns="1" style="1"] [/1of3] \r\n [1of3]<h3>¿Quiénes somos?</h3>\r\n<p>Nulla facilisi. Praesent vulputate arcu quis erat faucibus commodo. Curabitur mi elit, consectetur rutrum rutrum nec, dictum a enim. Nullam sit amet pellentesque risus. Nulla quis orci non ipsum fringilla aliquam eu ut metus. Suspendisse potenti.</p>\r\n[/1of3] \r\n [1of3_last][icon_box icon="Standard Icons/briefcase.png" title="Contacto"]\r\nC/ Suero de Quiñones 6\r\n28002 Madrid - Spain\r\nTeléfono: (34) 609 785 926\r\ne-mail: info@afetec.com\r\n[button size="normal" color="blue" link="http://localhost/afetec/?page_id=17" target="_blank"]Contactar[/button]\r\n[/icon_box][/1of3_last]\r\n\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n[slice]\r\n', 'Inicio', '', 'inherit', 'closed', 'open', '', '5-revision-51', '', '', '2011-10-21 18:53:33', '2011-10-21 18:53:33', '', 5, 'http://localhost/afetec/?p=111', 0, 'revision', '', 0),
(112, 1, '2011-10-21 18:18:04', '2011-10-21 18:18:04', '<h1>Contacta con nosotros</h1>\r\n[slice]\r\n[contact]\r\n[divider_line]\r\n [tabs tabs="Situación"] "+$nl+" &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[tab][gmap][/tab] \r\n [/tabs]\r\n\r\n\r\n[divider_line]', 'Contacto', '', 'inherit', 'closed', 'open', '', '17-revision-25', '', '', '2011-10-21 18:18:04', '2011-10-21 18:18:04', '', 17, 'http://localhost/afetec/?p=112', 0, 'revision', '', 0),
(113, 1, '2011-10-21 18:55:33', '2011-10-21 18:55:33', '<h2>Soluciones</h2>\r\n[divider_line]\r\n\r\n[portfolio from="a category" id="6" columns="1" limit="-1"]', 'Soluciones', '', 'publish', 'closed', 'open', '', 'soluciones', '', '', '2011-10-21 19:17:59', '2011-10-21 19:17:59', '', 0, 'http://localhost/afetec/?page_id=113', 0, 'page', '', 0),
(114, 1, '2011-10-21 18:55:27', '2011-10-21 18:55:27', '', 'Soluciones', '', 'inherit', 'closed', 'open', '', '113-revision', '', '', '2011-10-21 18:55:27', '2011-10-21 18:55:27', '', 113, 'http://localhost/afetec/?p=114', 0, 'revision', '', 0),
(115, 1, '2011-10-21 18:56:05', '2011-10-21 18:56:05', '<h1>Sistema integral de eficiencia energética</h1>\r\n[slice]\r\n\r\nEl desarrollo del concepto ..........................\r\n\r\n[frame_right] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/manos-energiasolarsol_thumb1-300x250.jpg" alt="" width="180" height="150" />[/frame_right]\r\n\r\n&nbsp;\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\r\n<p style="text-align: center;">[frame_left] <img class="aligncenter" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/energy-photovoltaic.jpg" alt="" width="485" height="316" />[/frame_left]</p>\r\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n', 'Sistema integral de eficiencia energética', '', 'publish', 'closed', 'open', '', 'sistema-integral-de-eficiencia-energetica', '', '', '2011-10-25 15:17:18', '2011-10-25 15:17:18', '', 113, 'http://localhost/afetec/?page_id=115', 0, 'page', '', 0),
(116, 1, '2011-10-21 18:55:36', '2011-10-21 18:55:36', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '115-revision', '', '', '2011-10-21 18:55:36', '2011-10-21 18:55:36', '', 115, 'http://localhost/afetec/?p=116', 0, 'revision', '', 0),
(117, 1, '2011-10-21 18:56:05', '2011-10-21 18:56:05', '', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-2', '', '', '2011-10-21 18:56:05', '2011-10-21 18:56:05', '', 115, 'http://localhost/afetec/?p=117', 0, 'revision', '', 0),
(118, 1, '2011-10-21 18:56:29', '2011-10-21 18:56:29', '<h1>Gestión global de acceso a recintos</h1>\r\n[slice]', 'Gestión global de acceso a recintos', '', 'publish', 'closed', 'open', '', 'gestion-global-de-acceso-a-recintos', '', '', '2011-10-25 15:20:38', '2011-10-25 15:20:38', '', 113, 'http://localhost/afetec/?page_id=118', 0, 'page', '', 0),
(119, 1, '2011-10-21 18:56:15', '2011-10-21 18:56:15', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '118-revision', '', '', '2011-10-21 18:56:15', '2011-10-21 18:56:15', '', 118, 'http://localhost/afetec/?p=119', 0, 'revision', '', 0),
(120, 1, '2011-10-21 18:56:56', '2011-10-21 18:56:56', '[h1]Soluciones globales de eficiencia de telecomunicación[/h1]\r\n[slice]', 'Soluciones globales de eficiencia de telecomunicación', '', 'publish', 'closed', 'open', '', 'soluciones-globales-de-eficiencia-de-telecomunicacion', '', '', '2011-10-25 15:20:16', '2011-10-25 15:20:16', '', 113, 'http://localhost/afetec/?page_id=120', 0, 'page', '', 0),
(121, 1, '2011-10-21 18:56:37', '2011-10-21 18:56:37', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '120-revision', '', '', '2011-10-21 18:56:37', '2011-10-21 18:56:37', '', 120, 'http://localhost/afetec/?p=121', 0, 'revision', '', 0),
(122, 1, '2011-10-21 18:57:44', '2011-10-21 18:57:44', ' ', '', '', 'publish', 'closed', 'open', '', '122', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 0, 'http://localhost/afetec/?p=122', 1, 'nav_menu_item', '', 0),
(123, 1, '2011-10-21 18:57:44', '2011-10-21 18:57:44', ' ', '', '', 'publish', 'closed', 'open', '', '123', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 113, 'http://localhost/afetec/?p=123', 4, 'nav_menu_item', '', 0),
(124, 1, '2011-10-21 18:57:44', '2011-10-21 18:57:44', ' ', '', '', 'publish', 'closed', 'open', '', '124', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 113, 'http://localhost/afetec/?p=124', 3, 'nav_menu_item', '', 0),
(125, 1, '2011-10-21 18:57:44', '2011-10-21 18:57:44', ' ', '', '', 'publish', 'closed', 'open', '', '125', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 113, 'http://localhost/afetec/?p=125', 2, 'nav_menu_item', '', 0),
(126, 1, '2011-10-21 18:56:10', '2011-10-21 18:56:10', '', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-3', '', '', '2011-10-21 18:56:10', '2011-10-21 18:56:10', '', 115, 'http://localhost/afetec/?p=126', 0, 'revision', '', 0),
(127, 1, '2011-10-21 18:58:25', '2011-10-21 18:58:25', '', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-4', '', '', '2011-10-21 18:58:25', '2011-10-21 18:58:25', '', 115, 'http://localhost/afetec/?p=127', 0, 'revision', '', 0);
INSERT INTO `wpr3ss_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(128, 1, '2011-10-25 14:49:38', '2011-10-25 14:49:38', '<h1>Sistema integral de eficiencia energética</h1>\n<div id="lipsum">\n\nEl desarrollo del concepto ..........................\n\n[frame_right] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/manos-energiasolarsol_thumb1-300x250.jpg" alt="" width="180" height="150" />[/frame_right]\n\n&nbsp;\n\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\n\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\n<p style="text-align: center;">[frame_left] <img class="aligncenter" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/energy-photovoltaic.jpg" alt="" width="485" height="316" />[/frame_left]</p>\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\n\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\n\n</div>', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-autosave', '', '', '2011-10-25 14:49:38', '2011-10-25 14:49:38', '', 115, 'http://localhost/afetec/?p=128', 0, 'revision', '', 0),
(129, 1, '2011-10-21 18:59:04', '2011-10-21 18:59:04', '', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-5', '', '', '2011-10-21 18:59:04', '2011-10-21 18:59:04', '', 115, 'http://localhost/afetec/?p=129', 0, 'revision', '', 0),
(130, 1, '2011-10-21 19:02:36', '2011-10-21 19:02:36', '<div id="lipsum">\r\n<h3>Sistema integral de eficiencia energética</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis erat eget urna pharetra ultrices nec ut nunc. Praesent felis metus, hendrerit sed rhoncus eget, convallis eget elit. Aliquam iaculis urna vitae tortor vehicula laoreet bibendum lorem aliquet.\r\n\r\n[divider_line]\r\n\r\n[button size="normal" color="sky" link="http://192.168.0.2/afetec/?page_id=115"]Más información[/button]\r\n\r\n&nbsp;\r\n\r\n</div>', 'Sistema integral de eficiencia energética', '', 'publish', 'closed', 'closed', '', 'sistema-integral-de-eficiencia-energetica', '', '', '2011-10-25 10:21:49', '2011-10-25 10:21:49', '', 0, 'http://localhost/afetec/?post_type=portfolio&#038;p=130', 0, 'portfolio', '', 0),
(131, 1, '2011-10-21 19:02:21', '2011-10-21 19:02:21', '', 'eficiencia-energetica', '', 'inherit', 'closed', 'open', '', 'eficiencia-energetica', '', '', '2011-10-21 19:02:21', '2011-10-21 19:02:21', '', 130, 'http://localhost/afetec/wp-content/uploads/2011/10/eficiencia-energetica.jpg', 0, 'attachment', 'image/jpeg', 0),
(132, 1, '2011-10-21 19:24:47', '2011-10-21 19:24:47', '<div id="lipsum">\n<h3>Sistema integral de eficiencia energética</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis erat eget urna pharetra ultrices nec ut nunc. Praesent felis metus, hendrerit sed rhoncus eget, convallis eget elit. Aliquam iaculis urna vitae tortor vehicula laoreet bibendum lorem aliquet.\n\n&nbsp;\n\n[button size="normal" color="sky" link="http://localhost/afetec/?page_id=115" target="_blank"]Más información[/button]\n\n&nbsp;\n\n</div>', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '130-autosave', '', '', '2011-10-21 19:24:47', '2011-10-21 19:24:47', '', 130, 'http://localhost/afetec/?p=132', 0, 'revision', '', 0),
(133, 1, '2011-10-21 18:55:33', '2011-10-21 18:55:33', '', 'Soluciones', '', 'inherit', 'closed', 'open', '', '113-revision-2', '', '', '2011-10-21 18:55:33', '2011-10-21 18:55:33', '', 113, 'http://localhost/afetec/?p=133', 0, 'revision', '', 0),
(134, 1, '2011-10-21 19:05:30', '2011-10-21 19:05:30', '[portfolio from="a category" id="6" columns="1" limit="-1"]', 'Soluciones', '', 'inherit', 'closed', 'open', '', '113-revision-3', '', '', '2011-10-21 19:05:30', '2011-10-21 19:05:30', '', 113, 'http://localhost/afetec/?p=134', 0, 'revision', '', 0),
(135, 1, '2011-10-21 19:19:52', '2011-10-21 19:19:52', '<h2>Soluciones</h2>\n[divider_line]\n\n[portfolio from="a category" id="6" columns="1" limit="-1"]', 'Soluciones', '', 'inherit', 'closed', 'open', '', '113-autosave', '', '', '2011-10-21 19:19:52', '2011-10-21 19:19:52', '', 113, 'http://localhost/afetec/?p=135', 0, 'revision', '', 0),
(136, 1, '2011-10-21 19:05:46', '2011-10-21 19:05:46', '[portfolio from="a category" id="6" columns="1" limit="-1"]', 'Soluciones', '', 'inherit', 'closed', 'open', '', '113-revision-4', '', '', '2011-10-21 19:05:46', '2011-10-21 19:05:46', '', 113, 'http://localhost/afetec/?p=136', 0, 'revision', '', 0),
(137, 1, '2011-10-21 19:07:42', '2011-10-21 19:07:42', '[portfolio from="a category" id="6" title="Soluciones" subtitle="Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies" columns="1" limit="-1"]', 'Soluciones', '', 'inherit', 'closed', 'open', '', '113-revision-5', '', '', '2011-10-21 19:07:42', '2011-10-21 19:07:42', '', 113, 'http://localhost/afetec/?p=137', 0, 'revision', '', 0),
(138, 1, '2011-10-21 19:08:08', '2011-10-21 19:08:08', '<h1>Soluciones</h1>\r\n[slice]\r\n\r\n[portfolio from="a category" id="6" title="Soluciones" subtitle="Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies" columns="1" limit="-1"]', 'Soluciones', '', 'inherit', 'closed', 'open', '', '113-revision-6', '', '', '2011-10-21 19:08:08', '2011-10-21 19:08:08', '', 113, 'http://localhost/afetec/?p=138', 0, 'revision', '', 0),
(139, 1, '2011-10-21 19:08:20', '2011-10-21 19:08:20', '<h1>Soluciones</h1>\r\n[slice]\r\n\r\n[portfolio from="a category" id="6" subtitle="Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies" columns="1" limit="-1"]', 'Soluciones', '', 'inherit', 'closed', 'open', '', '113-revision-7', '', '', '2011-10-21 19:08:20', '2011-10-21 19:08:20', '', 113, 'http://localhost/afetec/?p=139', 0, 'revision', '', 0),
(140, 1, '2011-10-21 19:10:20', '2011-10-21 19:10:20', '<h1>Soluciones</h1>\r\n[divider]\r\n\r\n[portfolio from="a category" id="6" subtitle="Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies" columns="1" limit="-1"]', 'Soluciones', '', 'inherit', 'closed', 'open', '', '113-revision-8', '', '', '2011-10-21 19:10:20', '2011-10-21 19:10:20', '', 113, 'http://localhost/afetec/?p=140', 0, 'revision', '', 0),
(141, 1, '2011-10-21 19:11:41', '2011-10-21 19:11:41', '<h1>Soluciones</h1>\r\n[divider_line]\r\n\r\n[portfolio from="a category" id="6" subtitle="Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies" columns="1" limit="-1"]', 'Soluciones', '', 'inherit', 'closed', 'open', '', '113-revision-9', '', '', '2011-10-21 19:11:41', '2011-10-21 19:11:41', '', 113, 'http://localhost/afetec/?p=141', 0, 'revision', '', 0),
(142, 1, '2011-10-21 19:12:03', '2011-10-21 19:12:03', '<h2>Soluciones</h2>\r\n[divider_line]\r\n\r\n[portfolio from="a category" id="6" subtitle="Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies" columns="1" limit="-1"]', 'Soluciones', '', 'inherit', 'closed', 'open', '', '113-revision-10', '', '', '2011-10-21 19:12:03', '2011-10-21 19:12:03', '', 113, 'http://localhost/afetec/?p=142', 0, 'revision', '', 0),
(143, 1, '2011-10-21 19:28:54', '2011-10-21 19:28:54', '<div id="lipsum">\r\n<h3>Gestión global de acceso a recintos</h3>\r\nDuis enim felis, commodo et tempor non, sodales at turpis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean augue lectus, luctus semper tincidunt nec, laoreet at sem. Sed ultrices nisl tincidunt arcu fermentum bibendum.\r\n\r\n[divider_line]\r\n\r\n[button size="normal" color="sky" link="http://192.168.0.2/afetec/?page_id=118"]Más información[/button]\r\n\r\n&nbsp;\r\n\r\n</div>', 'Gestión global de acceso a recintos', '', 'publish', 'closed', 'closed', '', 'gestion-global-de-acceso-a-recintos', '', '', '2011-10-25 10:19:42', '2011-10-25 10:19:42', '', 0, 'http://localhost/afetec/?post_type=portfolio&#038;p=143', 0, 'portfolio', '', 0),
(144, 1, '2011-10-21 19:28:39', '2011-10-21 19:28:39', '', 'alarnet_control_acceso', '', 'inherit', 'closed', 'open', '', 'alarnet_control_acceso', '', '', '2011-10-21 19:28:39', '2011-10-21 19:28:39', '', 143, 'http://localhost/afetec/wp-content/uploads/2011/10/alarnet_control_acceso.jpg', 0, 'attachment', 'image/jpeg', 0),
(145, 1, '2011-10-21 19:36:47', '2011-10-21 19:36:47', '<div id="lipsum">\r\n<h3>Soluciones globales de eficiencia de telecomunicación</h3>\r\nDuis enim felis, commodo et tempor non, sodales at turpis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean augue lectus, luctus semper tincidunt nec, laoreet at sem. Sed ultrices nisl tincidunt arcu fermentum bibendum.\r\n\r\n[divider_line]\r\n\r\n[button size="normal" color="sky" link="http://192.168.0.2/afetec/?page_id=120"]Más información[/button]\r\n\r\n</div>', 'Soluciones globales de eficiencia de telecomunicación', '', 'publish', 'closed', 'closed', '', 'soluciones-globales-de-eficiencia-de-telecomunicacion', '', '', '2011-10-25 10:18:23', '2011-10-25 10:18:23', '', 0, 'http://localhost/afetec/?post_type=portfolio&#038;p=145', 0, 'portfolio', '', 0),
(146, 1, '2011-10-21 19:36:29', '2011-10-21 19:36:29', '', 'voip1', '', 'inherit', 'closed', 'open', '', 'voip1', '', '', '2011-10-21 19:36:29', '2011-10-21 19:36:29', '', 145, 'http://localhost/afetec/wp-content/uploads/2011/10/voip1.jpg', 0, 'attachment', 'image/jpeg', 0),
(147, 1, '2011-10-23 14:13:07', '2011-10-23 14:13:07', '<div id="lipsum">\n<h3>Soluciones globales de eficiencia de telecomunicación</h3>\nDuis enim felis, commodo et tempor non, sodales at turpis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean augue lectus, luctus semper tincidunt nec, laoreet at sem. Sed ultrices nisl tincidunt arcu fermentum bibendum.\n\n[divider_line]\n\n[button size="normal" color="sky" link="http://localhost/afetec/?page_id=120"]Más información[/button]\n\n</div>', 'Soluciones globales de eficiencia de telecomunicación', '', 'inherit', 'closed', 'open', '', '145-autosave', '', '', '2011-10-23 14:13:07', '2011-10-23 14:13:07', '', 145, 'http://localhost/afetec/?p=147', 0, 'revision', '', 0),
(148, 1, '2011-10-21 18:32:23', '2011-10-21 18:32:23', 'Mauris vitae dui ut diam egestas aliquam id vel felis. Aliquam id enim non arcu euismod dictum. Proin hendrerit adipiscing dignissim.\r\n\r\n<a href="http://youtu.be/J-QdDEQkEnc">Eficiencia energética</a>', 'Certificación energética de edificios', '', 'inherit', 'closed', 'open', '', '96-revision-5', '', '', '2011-10-21 18:32:23', '2011-10-21 18:32:23', '', 96, 'http://localhost/afetec/?p=148', 0, 'revision', '', 0),
(149, 1, '2011-10-21 19:50:45', '2011-10-21 19:50:45', 'Mauris vitae dui ut diam egestas aliquam id vel felis. Aliquam id enim non arcu euismod dictum. Proin hendrerit adipiscing dignissim.\r\n\r\n[youtube]http://youtu.be/J-QdDEQkEnc[/youtube]', 'Certificación energética de edificios', '', 'inherit', 'closed', 'open', '', '96-revision-6', '', '', '2011-10-21 19:50:45', '2011-10-21 19:50:45', '', 96, 'http://localhost/afetec/?p=149', 0, 'revision', '', 0),
(150, 1, '2011-10-21 19:00:20', '2011-10-21 19:00:20', '<h1>Sistema integral de eficiencia energética</h1>\r\n<div id="lipsum">\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis erat eget urna pharetra ultrices nec ut nunc. Praesent felis metus, hendrerit sed rhoncus eget, convallis eget elit. Aliquam iaculis urna vitae tortor vehicula laoreet bibendum lorem aliquet. Vestibulum facilisis metus ac lorem commodo eget adipiscing mauris egestas. Etiam id augue non elit pharetra mattis quis sit amet ipsum. Donec iaculis, ipsum et tincidunt pellentesque, tellus nunc consectetur nulla, adipiscing malesuada leo urna nec sapien. Curabitur vel ante ut diam vehicula dapibus at non metus. Nunc hendrerit feugiat ligula, at mattis tortor convallis at. Vestibulum placerat lacus a quam imperdiet ut hendrerit mi volutpat.\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\r\n\r\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-6', '', '', '2011-10-21 19:00:20', '2011-10-21 19:00:20', '', 115, 'http://192.168.0.2/afetec/?p=150', 0, 'revision', '', 0),
(151, 1, '2011-10-25 08:44:13', '2011-10-25 08:44:13', '<h2>Productos</h2>\r\n[divider_line]\r\n \r\n[portfolio from="a category" id="7" columns="1" limit="-1"] \r\n\r\n', 'Productos', '', 'publish', 'closed', 'open', '', 'productos', '', '', '2011-10-25 10:32:33', '2011-10-25 10:32:33', '', 0, 'http://192.168.0.2/afetec/?page_id=151', 0, 'page', '', 0),
(152, 1, '2011-10-25 08:44:03', '2011-10-25 08:44:03', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '151-revision', '', '', '2011-10-25 08:44:03', '2011-10-25 08:44:03', '', 151, 'http://192.168.0.2/afetec/?p=152', 0, 'revision', '', 0),
(153, 1, '2011-10-25 08:44:13', '2011-10-25 08:44:13', '', 'Productos', '', 'inherit', 'closed', 'open', '', '151-revision-2', '', '', '2011-10-25 08:44:13', '2011-10-25 08:44:13', '', 151, 'http://192.168.0.2/afetec/?p=153', 0, 'revision', '', 0),
(154, 1, '2011-10-25 08:46:31', '2011-10-25 08:46:31', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n[slice]\r\n[list type="check"]\r\n[li]Productividad y eficiencia energética en data centers.[/li]\r\n[li]Cálculo de Métricas y Parámetros definidos en Green IT.[/li]\r\n[li] Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.[/li]\r\n[/list]\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"] [frame_left] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"] [frame_left caption="Sistema integral de eficiencia energética"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'publish', 'closed', 'open', '', 'simodec', '', '', '2011-10-25 15:16:52', '2011-10-25 15:16:52', '', 151, 'http://192.168.0.2/afetec/?page_id=154', 0, 'page', '', 0),
(155, 1, '2011-10-25 08:46:00', '2011-10-25 08:46:00', '', 'SIMODEC', '', 'inherit', 'closed', 'open', '', '154-revision', '', '', '2011-10-25 08:46:00', '2011-10-25 08:46:00', '', 154, 'http://192.168.0.2/afetec/?p=155', 0, 'revision', '', 0),
(156, 1, '2011-10-25 08:46:31', '2011-10-25 08:46:31', '', 'SIMODEC', '', 'inherit', 'closed', 'open', '', '154-revision-2', '', '', '2011-10-25 08:46:31', '2011-10-25 08:46:31', '', 154, 'http://192.168.0.2/afetec/?p=156', 0, 'revision', '', 0),
(157, 1, '2011-10-25 08:49:37', '2011-10-25 08:49:37', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<strong>[list type="plus"]\r\n[li]Control de Consumos.[/li]\r\n[li]Gestión del Gasto y Calidad.[/li]\r\n[li]Gestión de Contratos y Compras.[/li]\r\n[/list]</strong>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" />[/frame_left]\r\n[/lightbox]\r\n<h3>Beneficios</h3>\r\n[list type="plus"]\r\n[li]Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.[/li]\r\n[li]Análisis de la distribución de los recursos energéticos de la empresa.[/li]\r\n[li]Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.[/li]\r\n[li]Proporciona información relativa a la calidad de la energía y la calificación energética.[/li]\r\n[li]Permite obtener informes de sostenibilidad medioambiental.[/li]\r\n[li]Monitorización y análisis del rendimiento de las instalaciones.[/li]\r\n[li]Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.[/li]\r\n[li]Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.[/li]\r\n[/list]\r\n<h3>Características Funcionales</h3>\r\n<strong>Características Técnicas</strong>\r\n[list type="plus"]\r\n[li]Gestión de Consumos[/li]\r\n[li]Lecturas de contadores /analizadores[/li]\r\n[li]Curvas de potencia/consumo energético[/li]\r\n[li]Inventario de elementos consumidores[/li]\r\n[li]Alarmas (cortes de suministro, umbrales de consumo,...)[/li]\r\n[/list]\r\n<strong>Gestión del Gasto y Calidad</strong>\r\n[list type="plus"]\r\n[li]Carga de facturas de suministradores y detección de errores[/li]\r\n[li]Imputación interna/organizacional de costes[/li]\r\n[li]Control presupuestario[/li]\r\n[li]Facturación unificada[/li]\r\n[/list]\r\n<strong>Apoyo a la Gestión de Contratos y Compras</strong>\r\n[list type="plus"]\r\n[li]Gestión de contratos de suministro[/li]\r\n[li]Histórico de consumos y costes[/li]\r\n[li]Simulación de costes[/li]\r\n[/list]\r\n<strong>Cuadros de Mando. Análisis</strong>\r\n[list type="plus"]\r\n[li]Gráficas de evolución anual (coste y consumo) por tipo de energía[/li]\r\n[li]Estadísticas de consumo y coste (índices/normalización)[/li]\r\n[li]Excesos/penalizaciones[/li]\r\n[li]Análisis consumo/coste en energía primaria y emisiones de CO2[/li]\r\n[/list]\r\n<strong>Posibilidad de integración con otros sistemas</strong>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<strong>Herramienta de análisis y detección de resultados</strong>\r\nen materia de planificación de ahorro energético.\r\n<h3>Características Técnicas</h3>\r\n[list type="plus"]\r\n[li]Basado en tecnología Java.[/li]\r\n[li]Multiplataforma (Linux, Windows, Unix,…).[/li]\r\n[li]Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria[/li]\r\n[li]Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat[/li]\r\n[li]Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.[/li]\r\n[li]Integración con otras aplicaciones de la Plataforma Serviber[/li]\r\n[/list]\r\n<h3>Arquitectura de Instalación</h3>\r\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="540" />[/frame_left]\r\n[/lightbox]\r\n<h3>Servicios</h3>\r\n[list type="plus"]\r\n[li]Servicios de consultoría, instalación, configuración y formación (administración y usuarios).[/li]\r\n[li]Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).[/li]\r\n[li]Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).[/li]\r\n[li]Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.[/li]\r\n[/list]', 'Serviber GE - Plataforma para la Gestión Energética', '', 'publish', 'closed', 'open', '', 'serviber-ge-plataforma-para-la-gestion-energetica', '', '', '2011-10-25 15:03:14', '2011-10-25 15:03:14', '', 151, 'http://192.168.0.2/afetec/?page_id=157', 0, 'page', '', 0),
(158, 1, '2011-10-25 08:49:25', '2011-10-25 08:49:25', '', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision', '', '', '2011-10-25 08:49:25', '2011-10-25 08:49:25', '', 157, 'http://192.168.0.2/afetec/?p=158', 0, 'revision', '', 0),
(159, 1, '2011-10-25 08:48:11', '2011-10-25 08:48:11', '', 'SIMODEC para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-3', '', '', '2011-10-25 08:48:11', '2011-10-25 08:48:11', '', 154, 'http://192.168.0.2/afetec/?p=159', 0, 'revision', '', 0),
(160, 1, '2011-10-25 08:50:10', '2011-10-25 08:50:10', '', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-4', '', '', '2011-10-25 08:50:10', '2011-10-25 08:50:10', '', 154, 'http://192.168.0.2/afetec/?p=160', 0, 'revision', '', 0),
(161, 1, '2011-10-25 08:51:52', '2011-10-25 08:51:52', '[h1]C.A.R - Sistema de Control de Accesos a Recintos[/h1]\r\n[slice]', 'C.A.R - Sistema de Control de Accesos a Recintos ', '', 'publish', 'closed', 'open', '', 'c-a-r-sistema-de-control-de-accesos-a-recintos', '', '', '2011-10-25 15:21:28', '2011-10-25 15:21:28', '', 151, 'http://192.168.0.2/afetec/?page_id=161', 0, 'page', '', 0),
(162, 1, '2011-10-25 08:51:49', '2011-10-25 08:51:49', '', 'C.A.R - Sistema de Control de Accesos a Recintos ', '', 'inherit', 'closed', 'open', '', '161-revision', '', '', '2011-10-25 08:51:49', '2011-10-25 08:51:49', '', 161, 'http://192.168.0.2/afetec/?p=162', 0, 'revision', '', 0),
(163, 1, '2011-10-25 08:56:50', '2011-10-25 08:56:50', '[h1]MX ONE - Plataforma de Telefonía IP[/h1]\r\n[slice]', 'MX ONE - Plataforma de Telefonía IP', '', 'publish', 'closed', 'open', '', 'mx-one-plataforma-de-telefonia-ip', '', '', '2011-10-25 15:21:32', '2011-10-25 15:21:32', '', 151, 'http://192.168.0.2/afetec/?page_id=163', 0, 'page', '', 0),
(164, 1, '2011-10-25 08:53:38', '2011-10-25 08:53:38', '', 'MX ONE ', '', 'inherit', 'closed', 'open', '', '163-revision', '', '', '2011-10-25 08:53:38', '2011-10-25 08:53:38', '', 163, 'http://192.168.0.2/afetec/?p=164', 0, 'revision', '', 0),
(165, 1, '2011-10-25 09:07:28', '2011-10-25 09:07:28', '[h1]CONTACT CENTER - Plataforma Todo en 1[/h1]\r\n[slice]', 'CONTACT CENTER - Plataforma Todo en 1', '', 'publish', 'closed', 'open', '', 'contact-center-plataforma-todo-en-1', '', '', '2011-10-25 15:21:14', '2011-10-25 15:21:14', '', 151, 'http://192.168.0.2/afetec/?page_id=165', 0, 'page', '', 0),
(166, 1, '2011-10-25 09:07:11', '2011-10-25 09:07:11', ' ', '', '', 'publish', 'closed', 'open', '', '166', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 0, 'http://192.168.0.2/afetec/?p=166', 5, 'nav_menu_item', '', 0),
(167, 1, '2011-10-25 09:07:11', '2011-10-25 09:07:11', ' ', '', '', 'publish', 'closed', 'open', '', '167', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 151, 'http://192.168.0.2/afetec/?p=167', 9, 'nav_menu_item', '', 0),
(168, 1, '2011-10-25 09:07:11', '2011-10-25 09:07:11', ' ', '', '', 'publish', 'closed', 'open', '', '168', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 151, 'http://192.168.0.2/afetec/?p=168', 8, 'nav_menu_item', '', 0),
(169, 1, '2011-10-25 09:07:11', '2011-10-25 09:07:11', ' ', '', '', 'publish', 'closed', 'open', '', '169', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 151, 'http://192.168.0.2/afetec/?p=169', 7, 'nav_menu_item', '', 0),
(170, 1, '2011-10-25 09:07:11', '2011-10-25 09:07:11', ' ', '', '', 'publish', 'closed', 'open', '', '170', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 151, 'http://192.168.0.2/afetec/?p=170', 6, 'nav_menu_item', '', 0),
(171, 1, '2011-10-25 09:02:50', '2011-10-25 09:02:50', '', 'CONTACT CENTER - Plataforma Todo en 1', '', 'inherit', 'closed', 'open', '', '165-revision', '', '', '2011-10-25 09:02:50', '2011-10-25 09:02:50', '', 165, 'http://192.168.0.2/afetec/?p=171', 0, 'revision', '', 0),
(172, 1, '2011-10-25 09:07:52', '2011-10-25 09:07:52', ' ', '', '', 'publish', 'closed', 'open', '', '172', '', '', '2011-10-25 09:07:52', '2011-10-25 09:07:52', '', 151, 'http://192.168.0.2/afetec/?p=172', 10, 'nav_menu_item', '', 0),
(173, 1, '2011-10-25 08:50:48', '2011-10-25 08:50:48', '', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-5', '', '', '2011-10-25 08:50:48', '2011-10-25 08:50:48', '', 154, 'http://192.168.0.2/afetec/?p=173', 0, 'revision', '', 0),
(174, 1, '2011-10-25 15:05:00', '2011-10-25 15:05:00', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\n[list type="check"]\n[li]Productividad y eficiencia energética en data centers.[/li]\n[li]Cálculo de Métricas y Parámetros definidos en Green IT.[/li]\n[li] Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.[/li]\n[/list]\n\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"] [frame_left] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\n\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\n\n\n\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img class="size-full wp-image-179" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" width="600" height="314" /></a>[/caption]\n\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-autosave', '', '', '2011-10-25 15:05:00', '2011-10-25 15:05:00', '', 154, 'http://192.168.0.2/afetec/?p=174', 0, 'revision', '', 0),
(175, 1, '2011-10-25 09:10:17', '2011-10-25 09:10:17', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n<div id="lipsum">\r\n\r\nEl desarrollo del concepto ..........................\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\r\n\r\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-6', '', '', '2011-10-25 09:10:17', '2011-10-25 09:10:17', '', 154, 'http://192.168.0.2/afetec/?p=175', 0, 'revision', '', 0),
(176, 1, '2011-10-25 09:23:32', '2011-10-25 09:23:32', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n<div id="lipsum">\r\n<ul>\r\n<li>Productividad y eficiencia energética en data centers.</li>\r\n</ul>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\r\n\r\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-7', '', '', '2011-10-25 09:23:32', '2011-10-25 09:23:32', '', 154, 'http://192.168.0.2/afetec/?p=176', 0, 'revision', '', 0),
(178, 1, '2011-10-25 09:25:47', '2011-10-25 09:25:47', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n<div id="lipsum">\r\n\r\n<ul>\r\n<li>Productividad y eficiencia energética en data centers.</li>\r\n<li>Cálculo de Métricas y Parámetros definidos en Green IT.</li>\r\n<li>Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.</li>\r\n</ul>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-8', '', '', '2011-10-25 09:25:47', '2011-10-25 09:25:47', '', 154, 'http://192.168.0.2/afetec/?p=178', 0, 'revision', '', 0),
(179, 1, '2011-10-25 09:42:11', '2011-10-25 09:42:11', 'Sistema integral de eficiencia energética', 'productos-simodec-2', 'Sistema integral de eficiencia energética', 'inherit', 'closed', 'open', '', 'productos-simodec-2', '', '', '2011-10-25 09:42:11', '2011-10-25 09:42:11', '', 154, 'http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpr3ss_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(180, 1, '2011-10-25 09:39:38', '2011-10-25 09:39:38', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n<div id="lipsum">\r\n\r\n<ul>\r\n<li>Productividad y eficiencia energética en data centers.</li>\r\n<li>Cálculo de Métricas y Parámetros definidos en Green IT.</li>\r\n<li>Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.</li>\r\n</ul>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" title="productos-simodec-2" width="500" height="262" class="alignnone size-full wp-image-177" /></a>\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-9', '', '', '2011-10-25 09:39:38', '2011-10-25 09:39:38', '', 154, 'http://192.168.0.2/afetec/?p=180', 0, 'revision', '', 0),
(181, 1, '2011-10-25 09:45:00', '2011-10-25 09:45:00', '', 'productos-simodec-1', '', 'inherit', 'closed', 'open', '', 'productos-simodec-1', '', '', '2011-10-25 09:45:00', '2011-10-25 09:45:00', '', 154, 'http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(182, 1, '2011-10-25 09:43:33', '2011-10-25 09:43:33', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n<div id="lipsum">\r\n\r\n<ul>\r\n<li>Productividad y eficiencia energética en data centers.</li>\r\n<li>Cálculo de Métricas y Parámetros definidos en Green IT.</li>\r\n<li>Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.</li>\r\n</ul>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" title="productos-simodec-2" width="600" height="314" class="size-full wp-image-179" /></a>[/caption]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-10', '', '', '2011-10-25 09:43:33', '2011-10-25 09:43:33', '', 154, 'http://192.168.0.2/afetec/?p=182', 0, 'revision', '', 0),
(183, 1, '2011-10-25 08:49:37', '2011-10-25 08:49:37', '', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-2', '', '', '2011-10-25 08:49:37', '2011-10-25 08:49:37', '', 157, 'http://192.168.0.2/afetec/?p=183', 0, 'revision', '', 0),
(184, 1, '2011-10-25 15:18:44', '2011-10-25 15:18:44', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\n[slice]\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\n<strong>[list type="plus"]\n[li]Control de Consumos.[/li]\n[li]Gestión del Gasto y Calidad.[/li]\n[li]Gestión de Contratos y Compras.[/li]\n[/list]</strong>\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\n\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\n\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" />[/frame_left]\n[/lightbox]\n<h3>Beneficios</h3>\n[list type="plus"]\n[li]Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.[/li]\n[li]Análisis de la distribución de los recursos energéticos de la empresa.[/li]\n[li]Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.[/li]\n[li]Proporciona información relativa a la calidad de la energía y la calificación energética.[/li]\n[li]Permite obtener informes de sostenibilidad medioambiental.[/li]\n[li]Monitorización y análisis del rendimiento de las instalaciones.[/li]\n[li]Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.[/li]\n[li]Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.[/li]\n[/list]\n<h3>Características Funcionales</h3>\n<strong>Características Técnicas</strong>\n[list type="plus"]\n[li]Gestión de Consumos[/li]\n[li]Lecturas de contadores /analizadores[/li]\n[li]Curvas de potencia/consumo energético[/li]\n[li]Inventario de elementos consumidores[/li]\n[li]Alarmas (cortes de suministro, umbrales de consumo,...)[/li]\n[/list]\n<strong>Gestión del Gasto y Calidad</strong>\n[list type="plus"]\n[li]Carga de facturas de suministradores y detección de errores[/li]\n[li]Imputación interna/organizacional de costes[/li]\n[li]Control presupuestario[/li]\n[li]Facturación unificada[/li]\n[/list]\n<strong>Apoyo a la Gestión de Contratos y Compras</strong>\n[list type="plus"]\n[li]Gestión de contratos de suministro[/li]\n[li]Histórico de consumos y costes[/li]\n[li]Simulación de costes[/li]\n[/list]\n<strong>Cuadros de Mando. Análisis</strong>\n[list type="plus"]\n[li]Gráficas de evolución anual (coste y consumo) por tipo de energía[/li]\n[li]Estadísticas de consumo y coste (índices/normalización)[/li]\n[li]Excesos/penalizaciones[/li]\n[li]Análisis consumo/coste en energía primaria y emisiones de CO2[/li]\n[/list]\n<strong>Posibilidad de integración con otros sistemas</strong>\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\n\n<strong>Herramienta de análisis y detección de resultados</strong>\nen materia de planificación de ahorro energético.\n<h3>Características Técnicas</h3>\n[list type="plus"]\n[li]Basado en tecnología Java.[/li]\n[li]Multiplataforma (Linux, Windows, Unix,…).[/li]\n[li]Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria[/li]\n[li]Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat[/li]\n[li]Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.[/li]\n[li]Integración con otras aplicaciones de la Plataforma Serviber[/li]\n[/list]\n<h3>Arquitectura de Instalación</h3>\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="540" />[/frame_left]\n[/lightbox]\n<h3>Servicios</h3>\n[list type="plus"]\n[li]Servicios de consultoría, instalación, configuración y formación (administración y usuarios).[/li]\n[li]Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).[/li]\n[li]Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).[/li]\n[li]Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.[/li]\n[/list]', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-autosave', '', '', '2011-10-25 15:18:44', '2011-10-25 15:18:44', '', 157, 'http://192.168.0.2/afetec/?p=184', 0, 'revision', '', 0),
(185, 1, '2011-10-25 09:48:31', '2011-10-25 09:48:31', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n<div id="lipsum">\r\n\r\n<ul>\r\n<li>Productividad y eficiencia energética en data centers.</li>\r\n<li>Cálculo de Métricas y Parámetros definidos en Green IT.</li>\r\n<li>Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.</li>\r\n</ul>\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"><img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" title="Sistema Integral de eficiencia energética" width="600" height="398" class="alignnone size-full wp-image-181" /></a>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" title="Sistema Integral de eficiencia energética" width="600" height="314" class="size-full wp-image-179" /></a>[/caption]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-3', '', '', '2011-10-25 09:48:31', '2011-10-25 09:48:31', '', 157, 'http://192.168.0.2/afetec/?p=185', 0, 'revision', '', 0),
(186, 1, '2011-10-25 09:52:00', '2011-10-25 09:52:00', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n<div id="lipsum">\r\n<p>\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n</p>\r\n\r\n<ul>\r\n<li>Control de Consumos.</li>\r\n<li>Gestión del Gasto y Calidad.</li>\r\n<li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\n\r\n<p>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n</p>\r\n\r\n<p>\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n</p>\r\n\r\n\r\n\r\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" title="Sistema Integral de eficiencia energética" width="600" height="314" class="size-full wp-image-179" /></a>[/caption]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-4', '', '', '2011-10-25 09:52:00', '2011-10-25 09:52:00', '', 157, 'http://192.168.0.2/afetec/?p=186', 0, 'revision', '', 0),
(187, 1, '2011-10-25 09:52:46', '2011-10-25 09:52:46', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n<div id="lipsum">\r\n<p>\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n</p>\r\n\r\n<ul>\r\n<li>Control de Consumos.</li>\r\n<li>Gestión del Gasto y Calidad.</li>\r\n<li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\n\r\n<p>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n</p>\r\n\r\n<p>\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n</p>\r\n\r\n\r\n\r\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" title="Sistema Integral de eficiencia energética" width="600" height="314" class="size-full wp-image-179" /></a>[/caption]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-5', '', '', '2011-10-25 09:52:46', '2011-10-25 09:52:46', '', 157, 'http://192.168.0.2/afetec/?p=187', 0, 'revision', '', 0),
(188, 1, '2011-10-25 10:03:48', '2011-10-25 10:03:48', '', 'productos-serviber-1', '', 'inherit', 'closed', 'open', '', 'productos-serviber-1', '', '', '2011-10-25 10:03:48', '2011-10-25 10:03:48', '', 157, 'http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(189, 1, '2011-10-25 10:00:40', '2011-10-25 10:00:40', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n<div id="lipsum">\r\n<p>\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n</p>\r\n\r\n<ul>\r\n<li>Control de Consumos.</li>\r\n<li>Gestión del Gasto y Calidad.</li>\r\n<li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\n\r\n<p>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n</p>\r\n\r\n<p>\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n</p>\r\n\r\n\r\n\r\n<h2>Beneficios</h2>\r\n<ul>\r\n<li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n<li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n<li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n<li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n<li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n<li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n<li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n<li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n\r\n\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-6', '', '', '2011-10-25 10:00:40', '2011-10-25 10:00:40', '', 157, 'http://192.168.0.2/afetec/?p=189', 0, 'revision', '', 0),
(190, 1, '2011-10-25 10:04:32', '2011-10-25 10:04:32', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n<div id="lipsum">\r\n<p>\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n</p>\r\n\r\n<ul>\r\n<li>Control de Consumos.</li>\r\n<li>Gestión del Gasto y Calidad.</li>\r\n<li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\n\r\n<p>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n</p>\r\n\r\n<p>\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n</p>\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"><img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" title="Serviber GE" width="600" height="348" class="alignnone size-full wp-image-188" /></a>\r\n\r\n<h2>Beneficios</h2>\r\n<ul>\r\n<li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n<li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n<li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n<li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n<li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n<li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n<li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n<li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n\r\n\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-7', '', '', '2011-10-25 10:04:32', '2011-10-25 10:04:32', '', 157, 'http://192.168.0.2/afetec/?p=190', 0, 'revision', '', 0),
(191, 1, '2011-10-25 10:12:51', '2011-10-25 10:12:51', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n<div id="lipsum">\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"><img class="alignnone size-full wp-image-188" title="Serviber GE" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="600" height="348" /></a>\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n<li>Gestión de Consumos</li>\r\n<li>Lecturas de contadores /analizadores</li>\r\n<li>Curvas de potencia/consumo energético</li>\r\n<li>Inventario de elementos consumidores</li>\r\n<li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n<li>Carga de facturas de suministradores y detección de errores</li>\r\n<li>Imputación interna/organizacional de costes</li>\r\n<li>Control presupuestario</li>\r\n<li>Facturación unificada</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n<li>Gestión de contratos de suministro</li>\r\n<li>Histórico de consumos y costes</li>\r\n<li>Simulación de costes</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n<li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n<li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n<li>Excesos/penalizaciones</li>\r\n<li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-8', '', '', '2011-10-25 10:12:51', '2011-10-25 10:12:51', '', 157, 'http://192.168.0.2/afetec/?p=191', 0, 'revision', '', 0),
(192, 1, '2011-10-25 10:15:33', '2011-10-25 10:15:33', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n<div id="lipsum">\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"><img class="alignnone size-full wp-image-188" title="Serviber GE" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="600" height="348" /></a>\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n<li>Gestión de Consumos</li>\r\n<li>Lecturas de contadores /analizadores</li>\r\n<li>Curvas de potencia/consumo energético</li>\r\n<li>Inventario de elementos consumidores</li>\r\n<li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n<li>Carga de facturas de suministradores y detección de errores</li>\r\n<li>Imputación interna/organizacional de costes</li>\r\n<li>Control presupuestario</li>\r\n<li>Facturación unificada</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n<li>Gestión de contratos de suministro</li>\r\n<li>Histórico de consumos y costes</li>\r\n<li>Simulación de costes</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n<li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n<li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n<li>Excesos/penalizaciones</li>\r\n<li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n\r\n<h2>Características Técnicas</h2>\r\n<ul>\r\n<li>Basado en tecnología Java.</li>\r\n<li>Multiplataforma (Linux, Windows, Unix,…).</li>\r\n<li>Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria</li>\r\n<li>Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat</li>\r\n<li>Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.</li>\r\n<li>Integración con otras aplicaciones de la Plataforma Serviber</li>\r\n</ul>\r\n\r\n\r\n\r\n</div>', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-9', '', '', '2011-10-25 10:15:33', '2011-10-25 10:15:33', '', 157, 'http://192.168.0.2/afetec/?p=192', 0, 'revision', '', 0),
(193, 1, '2011-10-25 10:20:57', '2011-10-25 10:20:57', '', 'productos-serviber-2', '', 'inherit', 'closed', 'open', '', 'productos-serviber-2', '', '', '2011-10-25 10:20:57', '2011-10-25 10:20:57', '', 157, 'http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(194, 1, '2011-10-25 10:20:44', '2011-10-25 10:20:44', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n<div id="lipsum">\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"><img class="alignnone size-full wp-image-188" title="Serviber GE" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="600" height="348" /></a>\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n<li>Gestión de Consumos</li>\r\n<li>Lecturas de contadores /analizadores</li>\r\n<li>Curvas de potencia/consumo energético</li>\r\n<li>Inventario de elementos consumidores</li>\r\n<li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n<li>Carga de facturas de suministradores y detección de errores</li>\r\n<li>Imputación interna/organizacional de costes</li>\r\n<li>Control presupuestario</li>\r\n<li>Facturación unificada</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n<li>Gestión de contratos de suministro</li>\r\n<li>Histórico de consumos y costes</li>\r\n<li>Simulación de costes</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n<li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n<li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n<li>Excesos/penalizaciones</li>\r\n<li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n\r\n<h2>Características Técnicas</h2>\r\n<ul>\r\n<li>Basado en tecnología Java.</li>\r\n<li>Multiplataforma (Linux, Windows, Unix,…).</li>\r\n<li>Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria</li>\r\n<li>Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat</li>\r\n<li>Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.</li>\r\n<li>Integración con otras aplicaciones de la Plataforma Serviber</li>\r\n</ul>\r\n\r\n<h2>Arquitectura de Instalación</h2>\r\n\r\n<h2>Servicios</h2>\r\n<ul>\r\n<li>Servicios de consultoría, instalación, configuración y formación (administración y usuarios).</li>\r\n<li>Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).</li>\r\n<li>Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).</li>\r\n<li>Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.</li>\r\n</ul>\r\n\r\n</div>', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-10', '', '', '2011-10-25 10:20:44', '2011-10-25 10:20:44', '', 157, 'http://192.168.0.2/afetec/?p=194', 0, 'revision', '', 0),
(195, 1, '2011-10-25 10:27:32', '2011-10-25 10:27:32', '<div id="lipsum">\r\n<h3>SIMODEC - para Edificios e Instalaciones Críticas</h3>\r\n\r\n<ul>\r\n<li>Productividad y eficiencia energética en data centers.</li>\r\n<li>Cálculo de Métricas y Parámetros definidos en Green IT.</li>\r\n<li>Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.</li>\r\n</ul>\r\n\r\n[divider_line]\r\n\r\n[button size="normal" color="sky" link="http://192.168.0.2/afetec/?page_id=154"]Más información[/button]\r\n\r\n</div>', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'publish', 'closed', 'closed', '', 'simodec-para-edificios-e-instalaciones-criticas', '', '', '2011-10-25 10:29:04', '2011-10-25 10:29:04', '', 0, 'http://192.168.0.2/afetec/?post_type=portfolio&#038;p=195', 0, 'portfolio', '', 0);
INSERT INTO `wpr3ss_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(196, 1, '2011-10-25 10:32:02', '2011-10-25 10:32:02', '<h2>Productos</h2>\n[divider_line]\n \n [portfolio from="a category" id="7" columns="1" limit="-1"] \n\n[portfolio from="a category" id="6" columns="1" limit="-1"]', 'Productos', '', 'inherit', 'closed', 'open', '', '151-autosave', '', '', '2011-10-25 10:32:02', '2011-10-25 10:32:02', '', 151, 'http://192.168.0.2/afetec/?p=196', 0, 'revision', '', 0),
(197, 1, '2011-10-25 08:44:47', '2011-10-25 08:44:47', '', 'Productos', '', 'inherit', 'closed', 'open', '', '151-revision-3', '', '', '2011-10-25 08:44:47', '2011-10-25 08:44:47', '', 151, 'http://192.168.0.2/afetec/?p=197', 0, 'revision', '', 0),
(198, 1, '2011-10-25 10:32:04', '2011-10-25 10:32:04', '<h2>Productos</h2>\r\n[divider_line]\r\n \r\n [portfolio from="a category" id="7" columns="1" limit="-1"] \r\n\r\n[portfolio from="a category" id="6" columns="1" limit="-1"]', 'Productos', '', 'inherit', 'closed', 'open', '', '151-revision-4', '', '', '2011-10-25 10:32:04', '2011-10-25 10:32:04', '', 151, 'http://192.168.0.2/afetec/?p=198', 0, 'revision', '', 0),
(199, 1, '2011-10-25 10:37:16', '2011-10-25 10:37:16', ' ', '', '', 'publish', 'closed', 'open', '', '199', '', '', '2011-10-25 10:37:16', '2011-10-25 10:37:16', '', 151, 'http://192.168.0.2/afetec/?p=199', 2, 'nav_menu_item', '', 0),
(200, 1, '2011-10-25 10:37:16', '2011-10-25 10:37:16', ' ', '', '', 'publish', 'closed', 'open', '', '200', '', '', '2011-10-25 10:37:16', '2011-10-25 10:37:16', '', 151, 'http://192.168.0.2/afetec/?p=200', 1, 'nav_menu_item', '', 0),
(201, 1, '2011-10-25 08:40:09', '2011-10-25 08:40:09', '<h1>Sistema integral de eficiencia energética</h1>\r\n<div id="lipsum">\r\n\r\nEl desarrollo del concepto ..........................\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\r\n\r\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-7', '', '', '2011-10-25 08:40:09', '2011-10-25 08:40:09', '', 115, 'http://192.168.0.2/afetec/?p=201', 0, 'revision', '', 0),
(202, 1, '2011-10-25 10:46:00', '2011-10-25 10:46:00', '<div id="lipsum">\r\n<h3>Serviber GE - Plataforma para la Gestión Energética</h3>\r\n\r\n<p>\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n</p>\r\n\r\n[divider_line]\r\n\r\n[button size="normal" color="sky" link="http://192.168.0.2/afetec/?page_id=157"]Más información[/button]\r\n\r\n</div>', 'Serviber GE - Plataforma para la Gestión Energética', '', 'publish', 'closed', 'closed', '', 'serviber-ge-plataforma-para-la-gestion-energetica', '', '', '2011-10-25 10:46:00', '2011-10-25 10:46:00', '', 0, 'http://192.168.0.2/afetec/?post_type=portfolio&#038;p=202', 0, 'portfolio', '', 0),
(203, 1, '2011-10-25 09:46:20', '2011-10-25 09:46:20', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n<div id="lipsum">\r\n\r\n<ul>\r\n<li>Productividad y eficiencia energética en data centers.</li>\r\n<li>Cálculo de Métricas y Parámetros definidos en Green IT.</li>\r\n<li>Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.</li>\r\n</ul>\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"><img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" title="Sistema Integral de eficiencia energética" width="600" height="398" class="alignnone size-full wp-image-181" /></a>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" title="Sistema Integral de eficiencia energética" width="600" height="314" class="size-full wp-image-179" /></a>[/caption]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-11', '', '', '2011-10-25 09:46:20', '2011-10-25 09:46:20', '', 154, 'http://192.168.0.2/afetec/?p=203', 0, 'revision', '', 0),
(204, 1, '2011-10-25 11:02:42', '2011-10-25 11:02:42', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n<div id="lipsum">\r\n\r\n<ul>\r\n<li>Productividad y eficiencia energética en data centers.</li>\r\n<li>Cálculo de Métricas y Parámetros definidos en Green IT.</li>\r\n<li>Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.</li>\r\n</ul>\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"><img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" title="Sistema Integral de eficiencia energética" width="600" height="398" class="alignnone size-full wp-image-181" /></a>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" title="Sistema Integral de eficiencia energética" width="600" height="314" class="size-full wp-image-179" /></a>[/caption]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-12', '', '', '2011-10-25 11:02:42', '2011-10-25 11:02:42', '', 154, 'http://192.168.0.2/afetec/?p=204', 0, 'revision', '', 0),
(205, 1, '2011-10-25 11:04:44', '2011-10-25 11:04:44', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n\r\n<ul>\r\n <li>Productividad y eficiencia energética en data centers.</li>\r\n <li>Cálculo de Métricas y Parámetros definidos en Green IT.</li>\r\n <li>Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.</li>\r\n</ul>\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"><img class="alignnone size-full wp-image-181" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" width="600" height="398" /></a>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img class="size-full wp-image-179" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" width="600" height="314" /></a>[/caption]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-13', '', '', '2011-10-25 11:04:44', '2011-10-25 11:04:44', '', 154, 'http://192.168.0.2/afetec/?p=205', 0, 'revision', '', 0),
(206, 1, '2011-10-25 14:09:43', '2011-10-25 14:09:43', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n[icon_box icon="Standard Icons/star.png" title="SIMODEC"]\r\n[list type="check"]\r\n[li]Productividad y eficiencia energética en data centers.[/li]\r\n[li]Cálculo de Métricas y Parámetros definidos en Green IT.[/li]\r\n[li] Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.[/li]\r\n[/list]\r\n\r\n[/icon_box]\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"><img class="alignnone size-full wp-image-181" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" width="600" height="398" /></a>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img class="size-full wp-image-179" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" width="600" height="314" /></a>[/caption]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-14', '', '', '2011-10-25 14:09:43', '2011-10-25 14:09:43', '', 154, 'http://192.168.0.2/afetec/?p=206', 0, 'revision', '', 0),
(207, 1, '2011-10-25 14:10:36', '2011-10-25 14:10:36', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n[icon_box icon="Standard Icons/star.png" title=""]\r\n[list type="check"]\r\n[li]Productividad y eficiencia energética en data centers.[/li]\r\n[li]Cálculo de Métricas y Parámetros definidos en Green IT.[/li]\r\n[li] Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.[/li]\r\n[/list]\r\n\r\n[/icon_box]\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"><img class="alignnone size-full wp-image-181" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" width="600" height="398" /></a>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img class="size-full wp-image-179" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" width="600" height="314" /></a>[/caption]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-15', '', '', '2011-10-25 14:10:36', '2011-10-25 14:10:36', '', 154, 'http://192.168.0.2/afetec/?p=207', 0, 'revision', '', 0),
(208, 1, '2011-10-25 14:10:57', '2011-10-25 14:10:57', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n[icon_box icon="Standard Icons/star.png" title=""]\r\n<strong>[list type="check"]</strong>\r\n<strong> [li]Productividad y eficiencia energética en data centers.[/li]</strong>\r\n<strong> [li]Cálculo de Métricas y Parámetros definidos en Green IT.[/li]</strong>\r\n<strong> [li] Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.[/li]</strong>\r\n<strong> [/list]</strong>\r\n\r\n[/icon_box]\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"><img class="alignnone size-full wp-image-181" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" width="600" height="398" /></a>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img class="size-full wp-image-179" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" width="600" height="314" /></a>[/caption]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-16', '', '', '2011-10-25 14:10:57', '2011-10-25 14:10:57', '', 154, 'http://192.168.0.2/afetec/?p=208', 0, 'revision', '', 0),
(209, 1, '2011-10-25 14:11:14', '2011-10-25 14:11:14', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n[icon_box icon="Standard Icons/star.png" title=""]\r\n[list type="check"]\r\n[li]Productividad y eficiencia energética en data centers.[/li]\r\n[li]Cálculo de Métricas y Parámetros definidos en Green IT.[/li]\r\n[li] Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.[/li]\r\n[/list]\r\n\r\n[/icon_box]\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"><img class="alignnone size-full wp-image-181" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" width="600" height="398" /></a>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img class="size-full wp-image-179" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" width="600" height="314" /></a>[/caption]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-17', '', '', '2011-10-25 14:11:14', '2011-10-25 14:11:14', '', 154, 'http://192.168.0.2/afetec/?p=209', 0, 'revision', '', 0),
(210, 1, '2011-10-25 14:45:01', '2011-10-25 14:45:01', '', 'Manos energiasolarsol_thumb[1]', '', 'inherit', 'closed', 'open', '', 'manos-energiasolarsol_thumb1', '', '', '2011-10-25 14:45:01', '2011-10-25 14:45:01', '', 115, 'http://192.168.0.2/afetec/wp-content/uploads/2011/10/manos-energiasolarsol_thumb1.jpg', 0, 'attachment', 'image/jpeg', 0),
(211, 1, '2011-10-25 10:37:45', '2011-10-25 10:37:45', '<h1>Sistema integral de eficiencia energética</h1>\r\n<div id="lipsum">\r\n\r\nEl desarrollo del concepto ..........................\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\r\n\r\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-8', '', '', '2011-10-25 10:37:45', '2011-10-25 10:37:45', '', 115, 'http://192.168.0.2/afetec/?p=211', 0, 'revision', '', 0),
(212, 1, '2011-10-25 14:45:20', '2011-10-25 14:45:20', '<h1>Sistema integral de eficiencia energética</h1>\r\n<div id="lipsum">\r\n\r\nEl desarrollo del concepto ..........................\r\n\r\n<img class="alignright size-medium wp-image-210" title="Manos energiasolarsol_thumb[1]" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/manos-energiasolarsol_thumb1-300x250.jpg" alt="" width="300" height="250" />\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\r\n\r\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-9', '', '', '2011-10-25 14:45:20', '2011-10-25 14:45:20', '', 115, 'http://192.168.0.2/afetec/?p=212', 0, 'revision', '', 0),
(213, 1, '2011-10-25 14:46:38', '2011-10-25 14:46:38', '<h1>Sistema integral de eficiencia energética</h1>\r\n<div id="lipsum">\r\n\r\nEl desarrollo del concepto ..........................\r\n\r\n[frame_right] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/manos-energiasolarsol_thumb1-300x250.jpg" alt="" />[/frame_right]\r\n\r\n&nbsp;\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\r\n\r\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-10', '', '', '2011-10-25 14:46:38', '2011-10-25 14:46:38', '', 115, 'http://192.168.0.2/afetec/?p=213', 0, 'revision', '', 0),
(214, 1, '2011-10-25 14:47:21', '2011-10-25 14:47:21', '', 'energy-photovoltaic', '', 'inherit', 'closed', 'open', '', 'energy-photovoltaic', '', '', '2011-10-25 14:47:21', '2011-10-25 14:47:21', '', 115, 'http://192.168.0.2/afetec/wp-content/uploads/2011/10/energy-photovoltaic.jpg', 0, 'attachment', 'image/jpeg', 0),
(215, 1, '2011-10-25 14:46:56', '2011-10-25 14:46:56', '<h1>Sistema integral de eficiencia energética</h1>\r\n<div id="lipsum">\r\n\r\nEl desarrollo del concepto ..........................\r\n\r\n[frame_right] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/manos-energiasolarsol_thumb1-300x250.jpg" alt="" width="180" height="150" />[/frame_right]\r\n\r\n&nbsp;\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\r\n\r\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-11', '', '', '2011-10-25 14:46:56', '2011-10-25 14:46:56', '', 115, 'http://192.168.0.2/afetec/?p=215', 0, 'revision', '', 0),
(216, 1, '2011-10-25 14:47:55', '2011-10-25 14:47:55', '<h1>Sistema integral de eficiencia energética</h1>\r\n<div id="lipsum">\r\n\r\nEl desarrollo del concepto ..........................\r\n\r\n[frame_right] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/manos-energiasolarsol_thumb1-300x250.jpg" alt="" width="180" height="150" />[/frame_right]\r\n\r\n&nbsp;\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\r\n\r\n[frame_left] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/energy-photovoltaic.jpg" alt="" />[/frame_left]\r\n\r\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-12', '', '', '2011-10-25 14:47:55', '2011-10-25 14:47:55', '', 115, 'http://192.168.0.2/afetec/?p=216', 0, 'revision', '', 0);
INSERT INTO `wpr3ss_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(217, 1, '2011-10-25 14:48:19', '2011-10-25 14:48:19', '<h1>Sistema integral de eficiencia energética</h1>\r\n<div id="lipsum">\r\n\r\nEl desarrollo del concepto ..........................\r\n\r\n[frame_right] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/manos-energiasolarsol_thumb1-300x250.jpg" alt="" width="180" height="150" />[/frame_right]\r\n\r\n&nbsp;\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\r\n<p style="text-align: center;">[frame_left] <img class="aligncenter" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/energy-photovoltaic.jpg" alt="" width="808" height="526" />[/frame_left]</p>\r\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-13', '', '', '2011-10-25 14:48:19', '2011-10-25 14:48:19', '', 115, 'http://192.168.0.2/afetec/?p=217', 0, 'revision', '', 0),
(218, 1, '2011-10-25 10:21:40', '2011-10-25 10:21:40', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n<div id="lipsum">\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"><img class="alignnone size-full wp-image-188" title="Serviber GE" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="600" height="348" /></a>\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n<li>Gestión de Consumos</li>\r\n<li>Lecturas de contadores /analizadores</li>\r\n<li>Curvas de potencia/consumo energético</li>\r\n<li>Inventario de elementos consumidores</li>\r\n<li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n<li>Carga de facturas de suministradores y detección de errores</li>\r\n<li>Imputación interna/organizacional de costes</li>\r\n<li>Control presupuestario</li>\r\n<li>Facturación unificada</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n<li>Gestión de contratos de suministro</li>\r\n<li>Histórico de consumos y costes</li>\r\n<li>Simulación de costes</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n<li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n<li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n<li>Excesos/penalizaciones</li>\r\n<li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n\r\n<h2>Características Técnicas</h2>\r\n<ul>\r\n<li>Basado en tecnología Java.</li>\r\n<li>Multiplataforma (Linux, Windows, Unix,…).</li>\r\n<li>Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria</li>\r\n<li>Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat</li>\r\n<li>Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.</li>\r\n<li>Integración con otras aplicaciones de la Plataforma Serviber</li>\r\n</ul>\r\n\r\n<h2>Arquitectura de Instalación</h2>\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"><img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" title="Serviber" width="600" height="345" class="alignnone size-full wp-image-193" /></a>\r\n\r\n<h2>Servicios</h2>\r\n<ul>\r\n<li>Servicios de consultoría, instalación, configuración y formación (administración y usuarios).</li>\r\n<li>Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).</li>\r\n<li>Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).</li>\r\n<li>Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.</li>\r\n</ul>\r\n\r\n</div>', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-11', '', '', '2011-10-25 10:21:40', '2011-10-25 10:21:40', '', 157, 'http://192.168.0.2/afetec/?p=218', 0, 'revision', '', 0),
(219, 1, '2011-10-25 14:49:43', '2011-10-25 14:49:43', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n<div id="lipsum">\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n[frame_left]\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"><img class="alignnone size-full wp-image-188" title="Serviber GE" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="600" height="348" /></a>[/frame_left]\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n <li>Gestión de Consumos</li>\r\n <li>Lecturas de contadores /analizadores</li>\r\n <li>Curvas de potencia/consumo energético</li>\r\n <li>Inventario de elementos consumidores</li>\r\n <li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n <li>Carga de facturas de suministradores y detección de errores</li>\r\n <li>Imputación interna/organizacional de costes</li>\r\n <li>Control presupuestario</li>\r\n <li>Facturación unificada</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n <li>Gestión de contratos de suministro</li>\r\n <li>Histórico de consumos y costes</li>\r\n <li>Simulación de costes</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n <li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n <li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n <li>Excesos/penalizaciones</li>\r\n <li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n<ul>\r\n <li>Basado en tecnología Java.</li>\r\n <li>Multiplataforma (Linux, Windows, Unix,…).</li>\r\n <li>Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria</li>\r\n <li>Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat</li>\r\n <li>Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.</li>\r\n <li>Integración con otras aplicaciones de la Plataforma Serviber</li>\r\n</ul>\r\n<h2>Arquitectura de Instalación</h2>\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"><img class="alignnone size-full wp-image-193" title="Serviber" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="600" height="345" /></a>\r\n<h2>Servicios</h2>\r\n<ul>\r\n <li>Servicios de consultoría, instalación, configuración y formación (administración y usuarios).</li>\r\n <li>Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).</li>\r\n <li>Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).</li>\r\n <li>Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.</li>\r\n</ul>\r\n</div>', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-12', '', '', '2011-10-25 14:49:43', '2011-10-25 14:49:43', '', 157, 'http://192.168.0.2/afetec/?p=219', 0, 'revision', '', 0),
(220, 1, '2011-10-25 14:50:07', '2011-10-25 14:50:07', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n<div id="lipsum">\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n[frame_left]\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"><img class="alignnone size-full wp-image-188" title="Serviber GE" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="480" height="278" /></a>[/frame_left]\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n <li>Gestión de Consumos</li>\r\n <li>Lecturas de contadores /analizadores</li>\r\n <li>Curvas de potencia/consumo energético</li>\r\n <li>Inventario de elementos consumidores</li>\r\n <li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n <li>Carga de facturas de suministradores y detección de errores</li>\r\n <li>Imputación interna/organizacional de costes</li>\r\n <li>Control presupuestario</li>\r\n <li>Facturación unificada</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n <li>Gestión de contratos de suministro</li>\r\n <li>Histórico de consumos y costes</li>\r\n <li>Simulación de costes</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n <li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n <li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n <li>Excesos/penalizaciones</li>\r\n <li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n<ul>\r\n <li>Basado en tecnología Java.</li>\r\n <li>Multiplataforma (Linux, Windows, Unix,…).</li>\r\n <li>Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria</li>\r\n <li>Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat</li>\r\n <li>Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.</li>\r\n <li>Integración con otras aplicaciones de la Plataforma Serviber</li>\r\n</ul>\r\n<h2>Arquitectura de Instalación</h2>\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"><img class="alignnone size-full wp-image-193" title="Serviber" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="600" height="345" /></a>\r\n<h2>Servicios</h2>\r\n<ul>\r\n <li>Servicios de consultoría, instalación, configuración y formación (administración y usuarios).</li>\r\n <li>Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).</li>\r\n <li>Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).</li>\r\n <li>Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.</li>\r\n</ul>\r\n</div>', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-13', '', '', '2011-10-25 14:50:07', '2011-10-25 14:50:07', '', 157, 'http://192.168.0.2/afetec/?p=220', 0, 'revision', '', 0),
(221, 1, '2011-10-25 14:50:58', '2011-10-25 14:50:58', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n[frame_left]\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"><img class="alignnone size-full wp-image-188" title="Serviber GE" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="560" /></a>[/frame_left]\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n <li>Gestión de Consumos</li>\r\n <li>Lecturas de contadores /analizadores</li>\r\n <li>Curvas de potencia/consumo energético</li>\r\n <li>Inventario de elementos consumidores</li>\r\n <li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n <li>Carga de facturas de suministradores y detección de errores</li>\r\n <li>Imputación interna/organizacional de costes</li>\r\n <li>Control presupuestario</li>\r\n <li>Facturación unificada</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n <li>Gestión de contratos de suministro</li>\r\n <li>Histórico de consumos y costes</li>\r\n <li>Simulación de costes</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n <li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n <li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n <li>Excesos/penalizaciones</li>\r\n <li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n<ul>\r\n <li>Basado en tecnología Java.</li>\r\n <li>Multiplataforma (Linux, Windows, Unix,…).</li>\r\n <li>Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria</li>\r\n <li>Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat</li>\r\n <li>Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.</li>\r\n <li>Integración con otras aplicaciones de la Plataforma Serviber</li>\r\n</ul>\r\n<h2>Arquitectura de Instalación</h2>\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"><img class="alignnone size-full wp-image-193" title="Serviber" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="600" height="345" /></a>\r\n<h2>Servicios</h2>\r\n<ul>\r\n <li>Servicios de consultoría, instalación, configuración y formación (administración y usuarios).</li>\r\n <li>Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).</li>\r\n <li>Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).</li>\r\n <li>Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.</li>\r\n</ul>\r\n', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-14', '', '', '2011-10-25 14:50:58', '2011-10-25 14:50:58', '', 157, 'http://192.168.0.2/afetec/?p=221', 0, 'revision', '', 0),
(222, 1, '2011-10-25 14:51:14', '2011-10-25 14:51:14', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n[frame_left]\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"><img class="alignnone size-full wp-image-188" title="Serviber GE" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" /></a>[/frame_left]\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n <li>Gestión de Consumos</li>\r\n <li>Lecturas de contadores /analizadores</li>\r\n <li>Curvas de potencia/consumo energético</li>\r\n <li>Inventario de elementos consumidores</li>\r\n <li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n <li>Carga de facturas de suministradores y detección de errores</li>\r\n <li>Imputación interna/organizacional de costes</li>\r\n <li>Control presupuestario</li>\r\n <li>Facturación unificada</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n <li>Gestión de contratos de suministro</li>\r\n <li>Histórico de consumos y costes</li>\r\n <li>Simulación de costes</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n <li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n <li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n <li>Excesos/penalizaciones</li>\r\n <li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n<ul>\r\n <li>Basado en tecnología Java.</li>\r\n <li>Multiplataforma (Linux, Windows, Unix,…).</li>\r\n <li>Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria</li>\r\n <li>Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat</li>\r\n <li>Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.</li>\r\n <li>Integración con otras aplicaciones de la Plataforma Serviber</li>\r\n</ul>\r\n<h2>Arquitectura de Instalación</h2>\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"><img class="alignnone size-full wp-image-193" title="Serviber" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="600" height="345" /></a>\r\n<h2>Servicios</h2>\r\n<ul>\r\n <li>Servicios de consultoría, instalación, configuración y formación (administración y usuarios).</li>\r\n <li>Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).</li>\r\n <li>Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).</li>\r\n <li>Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.</li>\r\n</ul>\r\n', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-15', '', '', '2011-10-25 14:51:14', '2011-10-25 14:51:14', '', 157, 'http://192.168.0.2/afetec/?p=222', 0, 'revision', '', 0),
(223, 1, '2011-10-25 14:52:14', '2011-10-25 14:52:14', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n<br />\r\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"]\r\n[frame_left]\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"><img class="alignnone size-full wp-image-188" title="Serviber GE" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" /></a>[/frame_left][/lightbox]\r\n<br />\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n <li>Gestión de Consumos</li>\r\n <li>Lecturas de contadores /analizadores</li>\r\n <li>Curvas de potencia/consumo energético</li>\r\n <li>Inventario de elementos consumidores</li>\r\n <li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n <li>Carga de facturas de suministradores y detección de errores</li>\r\n <li>Imputación interna/organizacional de costes</li>\r\n <li>Control presupuestario</li>\r\n <li>Facturación unificada</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n <li>Gestión de contratos de suministro</li>\r\n <li>Histórico de consumos y costes</li>\r\n <li>Simulación de costes</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n <li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n <li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n <li>Excesos/penalizaciones</li>\r\n <li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n<ul>\r\n <li>Basado en tecnología Java.</li>\r\n <li>Multiplataforma (Linux, Windows, Unix,…).</li>\r\n <li>Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria</li>\r\n <li>Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat</li>\r\n <li>Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.</li>\r\n <li>Integración con otras aplicaciones de la Plataforma Serviber</li>\r\n</ul>\r\n<h2>Arquitectura de Instalación</h2>\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"><img class="alignnone size-full wp-image-193" title="Serviber" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="600" height="345" /></a>\r\n<h2>Servicios</h2>\r\n<ul>\r\n <li>Servicios de consultoría, instalación, configuración y formación (administración y usuarios).</li>\r\n <li>Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).</li>\r\n <li>Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).</li>\r\n <li>Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.</li>\r\n</ul>\r\n', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-16', '', '', '2011-10-25 14:52:14', '2011-10-25 14:52:14', '', 157, 'http://192.168.0.2/afetec/?p=223', 0, 'revision', '', 0),
(224, 1, '2011-10-25 14:52:34', '2011-10-25 14:52:34', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n<br />\r\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"][frame_left]\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"><img class="alignnone size-full wp-image-188" title="Serviber GE" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" /></a>[/frame_left][/lightbox]\r\n<br />\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n <li>Gestión de Consumos</li>\r\n <li>Lecturas de contadores /analizadores</li>\r\n <li>Curvas de potencia/consumo energético</li>\r\n <li>Inventario de elementos consumidores</li>\r\n <li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n <li>Carga de facturas de suministradores y detección de errores</li>\r\n <li>Imputación interna/organizacional de costes</li>\r\n <li>Control presupuestario</li>\r\n <li>Facturación unificada</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n <li>Gestión de contratos de suministro</li>\r\n <li>Histórico de consumos y costes</li>\r\n <li>Simulación de costes</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n <li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n <li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n <li>Excesos/penalizaciones</li>\r\n <li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n<ul>\r\n <li>Basado en tecnología Java.</li>\r\n <li>Multiplataforma (Linux, Windows, Unix,…).</li>\r\n <li>Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria</li>\r\n <li>Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat</li>\r\n <li>Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.</li>\r\n <li>Integración con otras aplicaciones de la Plataforma Serviber</li>\r\n</ul>\r\n<h2>Arquitectura de Instalación</h2>\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"><img class="alignnone size-full wp-image-193" title="Serviber" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="600" height="345" /></a>\r\n<h2>Servicios</h2>\r\n<ul>\r\n <li>Servicios de consultoría, instalación, configuración y formación (administración y usuarios).</li>\r\n <li>Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).</li>\r\n <li>Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).</li>\r\n <li>Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.</li>\r\n</ul>\r\n', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-17', '', '', '2011-10-25 14:52:34', '2011-10-25 14:52:34', '', 157, 'http://192.168.0.2/afetec/?p=224', 0, 'revision', '', 0);
INSERT INTO `wpr3ss_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(225, 1, '2011-10-25 14:53:29', '2011-10-25 14:53:29', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n <li>Gestión de Consumos</li>\r\n <li>Lecturas de contadores /analizadores</li>\r\n <li>Curvas de potencia/consumo energético</li>\r\n <li>Inventario de elementos consumidores</li>\r\n <li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n <li>Carga de facturas de suministradores y detección de errores</li>\r\n <li>Imputación interna/organizacional de costes</li>\r\n <li>Control presupuestario</li>\r\n <li>Facturación unificada</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n <li>Gestión de contratos de suministro</li>\r\n <li>Histórico de consumos y costes</li>\r\n <li>Simulación de costes</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n <li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n <li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n <li>Excesos/penalizaciones</li>\r\n <li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n<ul>\r\n <li>Basado en tecnología Java.</li>\r\n <li>Multiplataforma (Linux, Windows, Unix,…).</li>\r\n <li>Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria</li>\r\n <li>Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat</li>\r\n <li>Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.</li>\r\n <li>Integración con otras aplicaciones de la Plataforma Serviber</li>\r\n</ul>\r\n<h2>Arquitectura de Instalación</h2>\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"><img class="alignnone size-full wp-image-193" title="Serviber" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="600" height="345" /></a>\r\n<h2>Servicios</h2>\r\n<ul>\r\n <li>Servicios de consultoría, instalación, configuración y formación (administración y usuarios).</li>\r\n <li>Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).</li>\r\n <li>Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).</li>\r\n <li>Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.</li>\r\n</ul>\r\n', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-18', '', '', '2011-10-25 14:53:29', '2011-10-25 14:53:29', '', 157, 'http://192.168.0.2/afetec/?p=225', 0, 'revision', '', 0),
(226, 1, '2011-10-25 14:54:23', '2011-10-25 14:54:23', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n <li>Gestión de Consumos</li>\r\n <li>Lecturas de contadores /analizadores</li>\r\n <li>Curvas de potencia/consumo energético</li>\r\n <li>Inventario de elementos consumidores</li>\r\n <li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n <li>Carga de facturas de suministradores y detección de errores</li>\r\n <li>Imputación interna/organizacional de costes</li>\r\n <li>Control presupuestario</li>\r\n <li>Facturación unificada</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n <li>Gestión de contratos de suministro</li>\r\n <li>Histórico de consumos y costes</li>\r\n <li>Simulación de costes</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n <li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n <li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n <li>Excesos/penalizaciones</li>\r\n <li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n<ul>\r\n <li>Basado en tecnología Java.</li>\r\n <li>Multiplataforma (Linux, Windows, Unix,…).</li>\r\n <li>Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria</li>\r\n <li>Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat</li>\r\n <li>Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.</li>\r\n <li>Integración con otras aplicaciones de la Plataforma Serviber</li>\r\n</ul>\r\n<h2>Arquitectura de Instalación</h2>\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\n<h2>Servicios</h2>\r\n<ul>\r\n <li>Servicios de consultoría, instalación, configuración y formación (administración y usuarios).</li>\r\n <li>Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).</li>\r\n <li>Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).</li>\r\n <li>Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.</li>\r\n</ul>\r\n', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-19', '', '', '2011-10-25 14:54:23', '2011-10-25 14:54:23', '', 157, 'http://192.168.0.2/afetec/?p=226', 0, 'revision', '', 0),
(227, 1, '2011-10-25 14:55:25', '2011-10-25 14:55:25', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<ul>\r\n <li>Control de Consumos.</li>\r\n <li>Gestión del Gasto y Calidad.</li>\r\n <li>Gestión de Contratos y Compras.</li>\r\n</ul>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\n \r\n [list type="plus"] \r\n [li]ssaas\r\n[/li] \r\n [li]asasas[/li] \r\n [li]assaasas[/li] \r\n [/list]\r\n\r\n<h2>Beneficios</h2>\r\n<ul>\r\n <li>Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.</li>\r\n <li>Análisis de la distribución de los recursos energéticos de la empresa.</li>\r\n <li>Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.</li>\r\n <li>Proporciona información relativa a la calidad de la energía y la calificación energética.</li>\r\n <li>Permite obtener informes de sostenibilidad medioambiental.</li>\r\n <li>Monitorización y análisis del rendimiento de las instalaciones.</li>\r\n <li>Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.</li>\r\n <li>Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.</li>\r\n</ul>\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n<ul>\r\n <li>Gestión de Consumos</li>\r\n <li>Lecturas de contadores /analizadores</li>\r\n <li>Curvas de potencia/consumo energético</li>\r\n <li>Inventario de elementos consumidores</li>\r\n <li>Alarmas (cortes de suministro, umbrales de consumo,...)</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n<ul>\r\n <li>Carga de facturas de suministradores y detección de errores</li>\r\n <li>Imputación interna/organizacional de costes</li>\r\n <li>Control presupuestario</li>\r\n <li>Facturación unificada</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n<ul>\r\n <li>Gestión de contratos de suministro</li>\r\n <li>Histórico de consumos y costes</li>\r\n <li>Simulación de costes</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n<ul>\r\n <li>Gráficas de evolución anual (coste y consumo) por tipo de energía</li>\r\n <li>Estadísticas de consumo y coste (índices/normalización)</li>\r\n <li>Excesos/penalizaciones</li>\r\n <li>Análisis consumo/coste en energía primaria y emisiones de CO2</li>\r\n</ul>\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n<ul>\r\n <li>Basado en tecnología Java.</li>\r\n <li>Multiplataforma (Linux, Windows, Unix,…).</li>\r\n <li>Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria</li>\r\n <li>Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat</li>\r\n <li>Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.</li>\r\n <li>Integración con otras aplicaciones de la Plataforma Serviber</li>\r\n</ul>\r\n<h2>Arquitectura de Instalación</h2>\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\n<h2>Servicios</h2>\r\n<ul>\r\n <li>Servicios de consultoría, instalación, configuración y formación (administración y usuarios).</li>\r\n <li>Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).</li>\r\n <li>Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).</li>\r\n <li>Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.</li>\r\n</ul>\r\n', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-20', '', '', '2011-10-25 14:55:25', '2011-10-25 14:55:25', '', 157, 'http://192.168.0.2/afetec/?p=227', 0, 'revision', '', 0),
(228, 1, '2011-10-25 14:57:33', '2011-10-25 14:57:33', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n[list type="plus"] \r\n [li]Control de Consumos.[/li]\r\n [li]Gestión del Gasto y Calidad.[/li]\r\n [li]Gestión de Contratos y Compras.[/li]\r\n[/list]\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\n<h2>Beneficios</h2>\r\n [list type="plus"] \r\n [li]Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.[/li]\r\n [li]Análisis de la distribución de los recursos energéticos de la empresa.[/li]\r\n [li]Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.[/li]\r\n [li]Proporciona información relativa a la calidad de la energía y la calificación energética.[/li]\r\n [li]Permite obtener informes de sostenibilidad medioambiental.[/li]\r\n [li]Monitorización y análisis del rendimiento de las instalaciones.[/li]\r\n [li]Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.[/li]\r\n [li]Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.[/li]\r\n [/list]\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n[list type="plus"] \r\n [li]Gestión de Consumos[/li]\r\n [li]Lecturas de contadores /analizadores[/li]\r\n [li]Curvas de potencia/consumo energético[/li]\r\n [li]Inventario de elementos consumidores[/li]\r\n [li]Alarmas (cortes de suministro, umbrales de consumo,...)[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n[list type="plus"] \r\n [li]Carga de facturas de suministradores y detección de errores[/li]\r\n [li]Imputación interna/organizacional de costes[/li]\r\n [li]Control presupuestario[/li]\r\n [li]Facturación unificada[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n[list type="plus"] \r\n [li]Gestión de contratos de suministro[/li]\r\n [li]Histórico de consumos y costes[/li]\r\n [li]Simulación de costes[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n[list type="plus"] \r\n [li]Gráficas de evolución anual (coste y consumo) por tipo de energía[/li]\r\n [li]Estadísticas de consumo y coste (índices/normalización)[/li]\r\n [li]Excesos/penalizaciones[/li]\r\n [li]Análisis consumo/coste en energía primaria y emisiones de CO2[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n[list type="plus"] \r\n [li]Basado en tecnología Java.[/li]\r\n [li]Multiplataforma (Linux, Windows, Unix,…).[/li]\r\n [li]Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria[/li]\r\n [li]Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat[/li]\r\n [li]Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.[/li]\r\n [li]Integración con otras aplicaciones de la Plataforma Serviber[/li]\r\n[/list]\r\n<h2>Arquitectura de Instalación</h2>\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\n<h2>Servicios</h2>\r\n[list type="plus"] \r\n [li]Servicios de consultoría, instalación, configuración y formación (administración y usuarios).[/li]\r\n [li]Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).[/li]\r\n [li]Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).[/li]\r\n [li]Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.[/li]\r\n[/list]\r\n', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-21', '', '', '2011-10-25 14:57:33', '2011-10-25 14:57:33', '', 157, 'http://192.168.0.2/afetec/?p=228', 0, 'revision', '', 0),
(229, 1, '2011-10-25 14:58:16', '2011-10-25 14:58:16', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\n\r\n\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<strong>[list type="plus"] \r\n [li]Control de Consumos.[/li]\r\n [li]Gestión del Gasto y Calidad.[/li]\r\n [li]Gestión de Contratos y Compras.[/li]\r\n[/list]</strong>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\n<h2>Beneficios</h2>\r\n [list type="plus"] \r\n [li]Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.[/li]\r\n [li]Análisis de la distribución de los recursos energéticos de la empresa.[/li]\r\n [li]Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.[/li]\r\n [li]Proporciona información relativa a la calidad de la energía y la calificación energética.[/li]\r\n [li]Permite obtener informes de sostenibilidad medioambiental.[/li]\r\n [li]Monitorización y análisis del rendimiento de las instalaciones.[/li]\r\n [li]Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.[/li]\r\n [li]Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.[/li]\r\n [/list]\r\n<h2>Características Funcionales</h2>\r\n<span style="text-decoration: underline;">Características Técnicas</span>\r\n[list type="plus"] \r\n [li]Gestión de Consumos[/li]\r\n [li]Lecturas de contadores /analizadores[/li]\r\n [li]Curvas de potencia/consumo energético[/li]\r\n [li]Inventario de elementos consumidores[/li]\r\n [li]Alarmas (cortes de suministro, umbrales de consumo,...)[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n[list type="plus"] \r\n [li]Carga de facturas de suministradores y detección de errores[/li]\r\n [li]Imputación interna/organizacional de costes[/li]\r\n [li]Control presupuestario[/li]\r\n [li]Facturación unificada[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n[list type="plus"] \r\n [li]Gestión de contratos de suministro[/li]\r\n [li]Histórico de consumos y costes[/li]\r\n [li]Simulación de costes[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n[list type="plus"] \r\n [li]Gráficas de evolución anual (coste y consumo) por tipo de energía[/li]\r\n [li]Estadísticas de consumo y coste (índices/normalización)[/li]\r\n [li]Excesos/penalizaciones[/li]\r\n [li]Análisis consumo/coste en energía primaria y emisiones de CO2[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n[list type="plus"] \r\n [li]Basado en tecnología Java.[/li]\r\n [li]Multiplataforma (Linux, Windows, Unix,…).[/li]\r\n [li]Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria[/li]\r\n [li]Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat[/li]\r\n [li]Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.[/li]\r\n [li]Integración con otras aplicaciones de la Plataforma Serviber[/li]\r\n[/list]\r\n<h2>Arquitectura de Instalación</h2>\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\n<h2>Servicios</h2>\r\n[list type="plus"] \r\n [li]Servicios de consultoría, instalación, configuración y formación (administración y usuarios).[/li]\r\n [li]Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).[/li]\r\n [li]Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).[/li]\r\n [li]Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.[/li]\r\n[/list]\r\n', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-22', '', '', '2011-10-25 14:58:16', '2011-10-25 14:58:16', '', 157, 'http://192.168.0.2/afetec/?p=229', 0, 'revision', '', 0),
(230, 1, '2011-10-25 14:59:37', '2011-10-25 14:59:37', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<strong>[list type="plus"]\r\n[li]Control de Consumos.[/li]\r\n[li]Gestión del Gasto y Calidad.[/li]\r\n[li]Gestión de Contratos y Compras.[/li]\r\n[/list]</strong>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" />[/frame_left]\r\n[/lightbox]\r\n<h2>Beneficios</h2>\r\n[list type="plus"]\r\n[li]Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.[/li]\r\n[li]Análisis de la distribución de los recursos energéticos de la empresa.[/li]\r\n[li]Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.[/li]\r\n[li]Proporciona información relativa a la calidad de la energía y la calificación energética.[/li]\r\n[li]Permite obtener informes de sostenibilidad medioambiental.[/li]\r\n[li]Monitorización y análisis del rendimiento de las instalaciones.[/li]\r\n[li]Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.[/li]\r\n[li]Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.[/li]\r\n[/list]\r\n<h2>Características Funcionales</h2>\r\n[title1]Características Técnicas[/title1]\r\n[list type="plus"]\r\n[li]Gestión de Consumos[/li]\r\n[li]Lecturas de contadores /analizadores[/li]\r\n[li]Curvas de potencia/consumo energético[/li]\r\n[li]Inventario de elementos consumidores[/li]\r\n[li]Alarmas (cortes de suministro, umbrales de consumo,...)[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Gestión del Gasto y Calidad</span>\r\n[list type="plus"]\r\n[li]Carga de facturas de suministradores y detección de errores[/li]\r\n[li]Imputación interna/organizacional de costes[/li]\r\n[li]Control presupuestario[/li]\r\n[li]Facturación unificada[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Apoyo a la Gestión de Contratos y Compras</span>\r\n[list type="plus"]\r\n[li]Gestión de contratos de suministro[/li]\r\n[li]Histórico de consumos y costes[/li]\r\n[li]Simulación de costes[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Cuadros de Mando. Análisis</span>\r\n[list type="plus"]\r\n[li]Gráficas de evolución anual (coste y consumo) por tipo de energía[/li]\r\n[li]Estadísticas de consumo y coste (índices/normalización)[/li]\r\n[li]Excesos/penalizaciones[/li]\r\n[li]Análisis consumo/coste en energía primaria y emisiones de CO2[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n[list type="plus"]\r\n[li]Basado en tecnología Java.[/li]\r\n[li]Multiplataforma (Linux, Windows, Unix,…).[/li]\r\n[li]Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria[/li]\r\n[li]Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat[/li]\r\n[li]Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.[/li]\r\n[li]Integración con otras aplicaciones de la Plataforma Serviber[/li]\r\n[/list]\r\n<h2>Arquitectura de Instalación</h2>\r\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="540" />[/frame_left]\r\n[/lightbox]\r\n<h2>Servicios</h2>\r\n[list type="plus"]\r\n[li]Servicios de consultoría, instalación, configuración y formación (administración y usuarios).[/li]\r\n[li]Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).[/li]\r\n[li]Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).[/li]\r\n[li]Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.[/li]\r\n[/list]', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-23', '', '', '2011-10-25 14:59:37', '2011-10-25 14:59:37', '', 157, 'http://192.168.0.2/afetec/?p=230', 0, 'revision', '', 0),
(231, 1, '2011-10-25 15:00:02', '2011-10-25 15:00:02', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<strong>[list type="plus"]\r\n[li]Control de Consumos.[/li]\r\n[li]Gestión del Gasto y Calidad.[/li]\r\n[li]Gestión de Contratos y Compras.[/li]\r\n[/list]</strong>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" />[/frame_left]\r\n[/lightbox]\r\n<h2>Beneficios</h2>\r\n[list type="plus"]\r\n[li]Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.[/li]\r\n[li]Análisis de la distribución de los recursos energéticos de la empresa.[/li]\r\n[li]Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.[/li]\r\n[li]Proporciona información relativa a la calidad de la energía y la calificación energética.[/li]\r\n[li]Permite obtener informes de sostenibilidad medioambiental.[/li]\r\n[li]Monitorización y análisis del rendimiento de las instalaciones.[/li]\r\n[li]Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.[/li]\r\n[li]Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.[/li]\r\n[/list]\r\n<h2>Características Funcionales</h2>\r\n[title1]Características Técnicas[/title1]\r\n[list type="plus"]\r\n[li]Gestión de Consumos[/li]\r\n[li]Lecturas de contadores /analizadores[/li]\r\n[li]Curvas de potencia/consumo energético[/li]\r\n[li]Inventario de elementos consumidores[/li]\r\n[li]Alarmas (cortes de suministro, umbrales de consumo,...)[/li]\r\n[/list]\r\nGestión del Gasto y Calidad\r\n[list type="plus"]\r\n[li]Carga de facturas de suministradores y detección de errores[/li]\r\n[li]Imputación interna/organizacional de costes[/li]\r\n[li]Control presupuestario[/li]\r\n[li]Facturación unificada[/li]\r\n[/list]\r\nApoyo a la Gestión de Contratos y Compras\r\n[list type="plus"]\r\n[li]Gestión de contratos de suministro[/li]\r\n[li]Histórico de consumos y costes[/li]\r\n[li]Simulación de costes[/li]\r\n[/list]\r\nCuadros de Mando. Análisis\r\n[list type="plus"]\r\n[li]Gráficas de evolución anual (coste y consumo) por tipo de energía[/li]\r\n[li]Estadísticas de consumo y coste (índices/normalización)[/li]\r\n[li]Excesos/penalizaciones[/li]\r\n[li]Análisis consumo/coste en energía primaria y emisiones de CO2[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n[list type="plus"]\r\n[li]Basado en tecnología Java.[/li]\r\n[li]Multiplataforma (Linux, Windows, Unix,…).[/li]\r\n[li]Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria[/li]\r\n[li]Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat[/li]\r\n[li]Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.[/li]\r\n[li]Integración con otras aplicaciones de la Plataforma Serviber[/li]\r\n[/list]\r\n<h2>Arquitectura de Instalación</h2>\r\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="540" />[/frame_left]\r\n[/lightbox]\r\n<h2>Servicios</h2>\r\n[list type="plus"]\r\n[li]Servicios de consultoría, instalación, configuración y formación (administración y usuarios).[/li]\r\n[li]Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).[/li]\r\n[li]Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).[/li]\r\n[li]Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.[/li]\r\n[/list]', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-24', '', '', '2011-10-25 15:00:02', '2011-10-25 15:00:02', '', 157, 'http://192.168.0.2/afetec/?p=231', 0, 'revision', '', 0);
INSERT INTO `wpr3ss_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(232, 1, '2011-10-25 15:00:41', '2011-10-25 15:00:41', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<strong>[list type="plus"]\r\n[li]Control de Consumos.[/li]\r\n[li]Gestión del Gasto y Calidad.[/li]\r\n[li]Gestión de Contratos y Compras.[/li]\r\n[/list]</strong>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" />[/frame_left]\r\n[/lightbox]\r\n<h2>Beneficios</h2>\r\n[list type="plus"]\r\n[li]Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.[/li]\r\n[li]Análisis de la distribución de los recursos energéticos de la empresa.[/li]\r\n[li]Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.[/li]\r\n[li]Proporciona información relativa a la calidad de la energía y la calificación energética.[/li]\r\n[li]Permite obtener informes de sostenibilidad medioambiental.[/li]\r\n[li]Monitorización y análisis del rendimiento de las instalaciones.[/li]\r\n[li]Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.[/li]\r\n[li]Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.[/li]\r\n[/list]\r\n<h2>Características Funcionales</h2>\r\n[title2]Características Técnicas[/title2]\r\n[list type="plus"]\r\n[li]Gestión de Consumos[/li]\r\n[li]Lecturas de contadores /analizadores[/li]\r\n[li]Curvas de potencia/consumo energético[/li]\r\n[li]Inventario de elementos consumidores[/li]\r\n[li]Alarmas (cortes de suministro, umbrales de consumo,...)[/li]\r\n[/list]\r\nGestión del Gasto y Calidad\r\n[list type="plus"]\r\n[li]Carga de facturas de suministradores y detección de errores[/li]\r\n[li]Imputación interna/organizacional de costes[/li]\r\n[li]Control presupuestario[/li]\r\n[li]Facturación unificada[/li]\r\n[/list]\r\nApoyo a la Gestión de Contratos y Compras\r\n[list type="plus"]\r\n[li]Gestión de contratos de suministro[/li]\r\n[li]Histórico de consumos y costes[/li]\r\n[li]Simulación de costes[/li]\r\n[/list]\r\nCuadros de Mando. Análisis\r\n[list type="plus"]\r\n[li]Gráficas de evolución anual (coste y consumo) por tipo de energía[/li]\r\n[li]Estadísticas de consumo y coste (índices/normalización)[/li]\r\n[li]Excesos/penalizaciones[/li]\r\n[li]Análisis consumo/coste en energía primaria y emisiones de CO2[/li]\r\n[/list]\r\n<span style="text-decoration: underline;">Posibilidad de integración con otros sistemas</span>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<span style="text-decoration: underline;">Herramienta de análisis y detección de resultados</span>\r\nen materia de planificación de ahorro energético\r\n<h2>Características Técnicas</h2>\r\n[list type="plus"]\r\n[li]Basado en tecnología Java.[/li]\r\n[li]Multiplataforma (Linux, Windows, Unix,…).[/li]\r\n[li]Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria[/li]\r\n[li]Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat[/li]\r\n[li]Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.[/li]\r\n[li]Integración con otras aplicaciones de la Plataforma Serviber[/li]\r\n[/list]\r\n<h2>Arquitectura de Instalación</h2>\r\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="540" />[/frame_left]\r\n[/lightbox]\r\n<h2>Servicios</h2>\r\n[list type="plus"]\r\n[li]Servicios de consultoría, instalación, configuración y formación (administración y usuarios).[/li]\r\n[li]Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).[/li]\r\n[li]Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).[/li]\r\n[li]Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.[/li]\r\n[/list]', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-25', '', '', '2011-10-25 15:00:41', '2011-10-25 15:00:41', '', 157, 'http://192.168.0.2/afetec/?p=232', 0, 'revision', '', 0),
(233, 1, '2011-10-25 15:01:51', '2011-10-25 15:01:51', '<h1>Serviber GE - Plataforma para la Gestión Energética</h1>\r\nLa Gestión Energética es imprescindible para conseguir acciones de mejora en el consumo energético y en el ahorro de los costes derivados. Para ello es determinante el uso de herramientas adecuadas que faciliten la identificación y cuantificación de todos aquellos aspectos significativos susceptibles de mejora, que permitan realizar un análisis exhaustivo de los mismos, e incluso puedan simular distintos escenarios para poder discernir entre posibles alternativas de solución, ya sea a nivel de la propia infraestructura o de los precios contratados con cada suministrador. Serviber GE proporciona las herramientas para una Gestión Energética eficaz cubriendo procesos fundamentales como:\r\n<strong>[list type="plus"]\r\n[li]Control de Consumos.[/li]\r\n[li]Gestión del Gasto y Calidad.[/li]\r\n[li]Gestión de Contratos y Compras.[/li]\r\n[/list]</strong>\r\nProporciona además herramientas de análisis que facilitan el seguimiento de Planes de Ahorro y sirven de apoyo a la toma de decisiones. Serviber GE constituye una importante herramienta de gestión y decisión que simplifica las tareas, recursos técnicos y administrativos que el proceso de análisis energético habitualmente requiere.\r\n\r\nServiber GE permite centralizar de forma general e intuitiva la información relevante sobre consumos energéticos que necesita un gestor de mantenimiento, permitiéndole analizar los datos para poder aplicar políticas de eficiencia energética en su red.\r\n\r\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-1.jpg" alt="" width="540" />[/frame_left]\r\n[/lightbox]\r\n<h2>Beneficios</h2>\r\n[list type="plus"]\r\n[li]Visión global de la red energética, ayuda a planificar la evolución de la red a futuro, por ejemplo ante un crecimiento de la misma.[/li]\r\n[li]Análisis de la distribución de los recursos energéticos de la empresa.[/li]\r\n[li]Herramienta de asesoramiento en el proceso de toma de decisiones, análisis y propuestas de optimización de recursos energéticos.[/li]\r\n[li]Proporciona información relativa a la calidad de la energía y la calificación energética.[/li]\r\n[li]Permite obtener informes de sostenibilidad medioambiental.[/li]\r\n[li]Monitorización y análisis del rendimiento de las instalaciones.[/li]\r\n[li]Seguimiento de objetivos establecidos e identificación de desviaciones y sus causas.[/li]\r\n[li]Su interfaz Web favorece el acceso a los usuarios autorizados desde cualquier ordenador o dispositivo con conexión a Internet.[/li]\r\n[/list]\r\n<h2>Características Funcionales</h2>\r\n<strong>Características Técnicas</strong>\r\n[list type="plus"]\r\n[li]Gestión de Consumos[/li]\r\n[li]Lecturas de contadores /analizadores[/li]\r\n[li]Curvas de potencia/consumo energético[/li]\r\n[li]Inventario de elementos consumidores[/li]\r\n[li]Alarmas (cortes de suministro, umbrales de consumo,...)[/li]\r\n[/list]\r\n<strong>Gestión del Gasto y Calidad</strong>\r\n[list type="plus"]\r\n[li]Carga de facturas de suministradores y detección de errores[/li]\r\n[li]Imputación interna/organizacional de costes[/li]\r\n[li]Control presupuestario[/li]\r\n[li]Facturación unificada[/li]\r\n[/list]\r\n<strong>Apoyo a la Gestión de Contratos y Compras</strong>\r\n[list type="plus"]\r\n[li]Gestión de contratos de suministro[/li]\r\n[li]Histórico de consumos y costes[/li]\r\n[li]Simulación de costes[/li]\r\n[/list]\r\n<strong>Cuadros de Mando. Análisis</strong>\r\n[list type="plus"]\r\n[li]Gráficas de evolución anual (coste y consumo) por tipo de energía[/li]\r\n[li]Estadísticas de consumo y coste (índices/normalización)[/li]\r\n[li]Excesos/penalizaciones[/li]\r\n[li]Análisis consumo/coste en energía primaria y emisiones de CO2[/li]\r\n[/list]\r\n<strong>Posibilidad de integración con otros sistemas</strong>\r\ntanto para la adquisición como para la exportación de sus datos. Además posibilita la exportación de cada una de sus diferentes vistas, consultas y gráficos a formato EXCEL y PDF\r\n\r\n<strong>Herramienta de análisis y detección de resultados</strong>\r\nen materia de planificación de ahorro energético.\r\n<h2>Características Técnicas</h2>\r\n[list type="plus"]\r\n[li]Basado en tecnología Java.[/li]\r\n[li]Multiplataforma (Linux, Windows, Unix,…).[/li]\r\n[li]Interfaz de la aplicación Web, con cierto grado de personalización (como la inclusión de un logotipo) y con la posibilidad opcional de adecuación a la guía de estilo de la empresa usuaria[/li]\r\n[li]Integración con Servidores de Aplicaciones: Iboss, BEA Weblogic, IBM Websphere o Tomcat[/li]\r\n[li]Sistema modular y escalable que permita la adaptación del sistema a nuevos requerimientos en cuanto al número de usuarios simultáneos o el volumen de información a almacenar.[/li]\r\n[li]Integración con otras aplicaciones de la Plataforma Serviber[/li]\r\n[/list]\r\n<h2>Arquitectura de Instalación</h2>\r\n[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg"] [frame_left caption="Serviger GE"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-serviber-2.jpg" alt="" width="540" />[/frame_left]\r\n[/lightbox]\r\n<h2>Servicios</h2>\r\n[list type="plus"]\r\n[li]Servicios de consultoría, instalación, configuración y formación (administración y usuarios).[/li]\r\n[li]Mantenimiento funcional (básico y avanzado), correctivo y evolutivo (desarrollos a medida de las necesidades del cliente).[/li]\r\n[li]Servicio de “help desk” (consultas sobre funcionalidades, actualizaciones, tarifas, etc.).[/li]\r\n[li]Servicios gestionados y externos (outsourcing). Permite ofrecer a cada cliente condiciones de servicio de acuerdo a sus necesidades particulares.[/li]\r\n[/list]', 'Serviber GE - Plataforma para la Gestión Energética', '', 'inherit', 'closed', 'open', '', '157-revision-26', '', '', '2011-10-25 15:01:51', '2011-10-25 15:01:51', '', 157, 'http://192.168.0.2/afetec/?p=233', 0, 'revision', '', 0),
(234, 1, '2011-10-25 14:11:28', '2011-10-25 14:11:28', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n[list type="check"]\r\n[li]Productividad y eficiencia energética en data centers.[/li]\r\n[li]Cálculo de Métricas y Parámetros definidos en Green IT.[/li]\r\n[li] Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.[/li]\r\n[/list]\r\n\r\n&nbsp;\r\n\r\n<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"><img class="alignnone size-full wp-image-181" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" width="600" height="398" /></a>\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n[caption id="attachment_179" align="alignnone" width="600" caption="Sistema integral de eficiencia energética"]<a href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"><img class="size-full wp-image-179" title="Sistema Integral de eficiencia energética" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="SIMODEC" width="600" height="314" /></a>[/caption]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-18', '', '', '2011-10-25 14:11:28', '2011-10-25 14:11:28', '', 154, 'http://192.168.0.2/afetec/?p=234', 0, 'revision', '', 0),
(235, 1, '2011-10-25 15:05:34', '2011-10-25 15:05:34', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n[list type="check"]\r\n[li]Productividad y eficiencia energética en data centers.[/li]\r\n[li]Cálculo de Métricas y Parámetros definidos en Green IT.[/li]\r\n[li] Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.[/li]\r\n[/list]\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"] [frame_left] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"] [frame_left caption="Sistema integral de eficiencia energética"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="" />[/frame_left] <br />[/lightbox]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-19', '', '', '2011-10-25 15:05:34', '2011-10-25 15:05:34', '', 154, 'http://192.168.0.2/afetec/?p=235', 0, 'revision', '', 0),
(236, 1, '2011-10-25 15:05:53', '2011-10-25 15:05:53', '<h1>SIMODEC - para Edificios e Instalaciones Críticas</h1>\r\n[list type="check"]\r\n[li]Productividad y eficiencia energética en data centers.[/li]\r\n[li]Cálculo de Métricas y Parámetros definidos en Green IT.[/li]\r\n[li] Monitorización y actuación sobre Sistemas Energéticos, Entorno, Climatización, Hidráulicos y otros.[/li]\r\n[/list]\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg"] [frame_left] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-1.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\n\r\n\r\n<br />[lightbox href="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg"] [frame_left caption="Sistema integral de eficiencia energética"] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/productos-simodec-2.jpg" alt="" width="540" />[/frame_left] <br />[/lightbox]\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.', 'SIMODEC - para Edificios e Instalaciones Críticas', '', 'inherit', 'closed', 'open', '', '154-revision-20', '', '', '2011-10-25 15:05:53', '2011-10-25 15:05:53', '', 154, 'http://192.168.0.2/afetec/?p=236', 0, 'revision', '', 0),
(237, 1, '2011-10-25 14:48:36', '2011-10-25 14:48:36', '<h1>Sistema integral de eficiencia energética</h1>\r\n<div id="lipsum">\r\n\r\nEl desarrollo del concepto ..........................\r\n\r\n[frame_right] <img src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/manos-energiasolarsol_thumb1-300x250.jpg" alt="" width="180" height="150" />[/frame_right]\r\n\r\n&nbsp;\r\n\r\nAenean malesuada vehicula ipsum nec semper. Sed feugiat urna quis nulla fringilla in semper eros malesuada. Sed molestie varius consectetur. Nulla vel dui a dui posuere suscipit eu vitae lectus. Phasellus vulputate erat eget sapien tempus tincidunt. Etiam convallis nisl vel odio blandit ultrices. Nulla rutrum blandit accumsan. Praesent tincidunt pulvinar lacinia. Quisque nec lectus tellus, et vulputate felis. Mauris sit amet risus vitae quam hendrerit aliquam ac id sapien. Duis risus quam, mollis aliquet ultricies ac, ultrices eget felis. Quisque vel consectetur nisi. Proin ullamcorper ipsum ut massa tempor gravida. Curabitur cursus semper diam vel scelerisque. Aenean cursus, augue eu pretium posuere, lorem felis blandit felis, et mollis velit dui eget neque. Nunc mauris ipsum, elementum ac volutpat non, pellentesque sagittis nisi.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam vel ipsum elit, ac elementum nisl. Praesent lobortis porta accumsan. Nullam enim magna, volutpat a porta quis, porttitor ut odio. Mauris interdum, est sit amet varius lobortis, est sem suscipit erat, at dapibus nisl nisl vel dui. Etiam imperdiet commodo lobortis. Nulla eros risus, elementum sit amet vestibulum sit amet, sollicitudin eu purus. Praesent dapibus magna a augue suscipit luctus. Phasellus sit amet massa ac risus imperdiet vulputate. Sed id nunc non libero semper commodo id et lacus.\r\n<p style="text-align: center;">[frame_left] <img class="aligncenter" src="http://192.168.0.2/afetec/wp-content/uploads/2011/10/energy-photovoltaic.jpg" alt="" width="485" height="316" />[/frame_left]</p>\r\nDonec eget ante vitae neque tempus tincidunt. Sed quis odio mauris, lacinia cursus ante. Nullam et luctus quam. Phasellus posuere eleifend nunc, non laoreet diam dictum id. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas aliquet nunc et neque tempus feugiat. Quisque aliquet, urna in dapibus fermentum, est mi blandit libero, sit amet placerat neque tellus quis sem. Mauris eu augue velit. Sed at arcu dolor, sed ultrices mi. Vestibulum metus purus, mattis quis tempor id, pellentesque vitae lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas felis enim, imperdiet mollis pellentesque id, venenatis sit amet nibh. Sed a eros nunc, ac iaculis sapien. Ut vehicula tortor in dui aliquam id cursus mi ultricies.\r\n\r\nQuisque lobortis est non elit venenatis quis feugiat nibh bibendum. Mauris nibh sapien, lobortis et ultricies eget, sollicitudin quis ligula. Mauris vitae dolor augue, a commodo nulla. Maecenas vitae lacus massa. Donec placerat malesuada massa, nec aliquet metus placerat eget. Curabitur dapibus, tortor a semper malesuada, purus turpis rutrum massa, eu lacinia quam felis non quam. Vivamus molestie, arcu at ultricies facilisis, neque est egestas urna, molestie sollicitudin sem quam ac est. Sed bibendum purus vitae velit sollicitudin ac pellentesque elit pulvinar. Duis et nisl a lorem pulvinar accumsan. Duis posuere gravida risus sed porta. Suspendisse at purus sed mi dictum placerat. Pellentesque metus nisi, luctus vitae auctor vel, elementum sed dui. Nulla molestie mollis neque, vel pulvinar leo porttitor malesuada. Vivamus neque ante, pulvinar vitae luctus ultricies, auctor quis felis. Ut ullamcorper, nibh vel cursus eleifend, lorem massa fermentum neque, viverra dictum tellus nisi ac massa.\r\n\r\n</div>', 'Sistema integral de eficiencia energética', '', 'inherit', 'closed', 'open', '', '115-revision-14', '', '', '2011-10-25 14:48:36', '2011-10-25 14:48:36', '', 115, 'http://192.168.0.2/afetec/?p=237', 0, 'revision', '', 0),
(238, 1, '2011-10-20 18:53:37', '2011-10-20 18:53:37', 'Esta es una página de ejemplo, Es diferente a una entrada de un blog porque se mantiene estática y, en la mayoría de temas, se mostrará en la barra de navegación. Casi todo el mundo comienza con una página Sobre mí para presentarse a los potenciales visitantes. Puede decir algo así:\n\n<blockquote>¡Hola!: Soy físico durante el día, lector de manga por las noches y este es mi blog. Vivo en Albacete y tengo un gato llamado Alex. Me encantan los mojitos (y mirar a la gente corriendo en los parques)</blockquote>\n\nO algo así:\n\n<blockquote>La empresa Calcetines XYC se fundó en 1973, y ha estado produciendo calcetines de calidad para sus clientes desde entonces. Se encuentra en Vetusta, tiene unos 2.000 empleados e intenta ayudar en lo que puede para mejorar la vida en Vestusta</blockquote>\n\nDeberías ir a <a href="http://localhost/afetec/wp-admin/">tu escritorio</a>, borrar esta página y crear algunas nuevas con tu contenido. ¡A divertirse!', 'Página de ejemplo', '', 'inherit', 'closed', 'open', '', '2-revision', '', '', '2011-10-20 18:53:37', '2011-10-20 18:53:37', '', 2, 'http://192.168.0.2/afetec/?p=238', 0, 'revision', '', 0),
(239, 1, '2011-10-21 18:56:29', '2011-10-21 18:56:29', '', 'Gestión global de acceso a recintos', '', 'inherit', 'closed', 'open', '', '118-revision-2', '', '', '2011-10-21 18:56:29', '2011-10-21 18:56:29', '', 118, 'http://192.168.0.2/afetec/?p=239', 0, 'revision', '', 0),
(240, 1, '2011-10-25 08:56:50', '2011-10-25 08:56:50', '', 'MX ONE - Plataforma de Telefonía IP', '', 'inherit', 'closed', 'open', '', '163-revision-2', '', '', '2011-10-25 08:56:50', '2011-10-25 08:56:50', '', 163, 'http://192.168.0.2/afetec/?p=240', 0, 'revision', '', 0),
(241, 1, '2011-10-25 08:51:52', '2011-10-25 08:51:52', '', 'C.A.R - Sistema de Control de Accesos a Recintos ', '', 'inherit', 'closed', 'open', '', '161-revision-2', '', '', '2011-10-25 08:51:52', '2011-10-25 08:51:52', '', 161, 'http://192.168.0.2/afetec/?p=241', 0, 'revision', '', 0),
(242, 1, '2011-10-25 09:07:28', '2011-10-25 09:07:28', '', 'CONTACT CENTER - Plataforma Todo en 1', '', 'inherit', 'closed', 'open', '', '165-revision-2', '', '', '2011-10-25 09:07:28', '2011-10-25 09:07:28', '', 165, 'http://192.168.0.2/afetec/?p=242', 0, 'revision', '', 0),
(243, 1, '2011-10-21 18:56:56', '2011-10-21 18:56:56', '', 'Soluciones globales de eficiencia de telecomunicación', '', 'inherit', 'closed', 'open', '', '120-revision-2', '', '', '2011-10-21 18:56:56', '2011-10-21 18:56:56', '', 120, 'http://192.168.0.2/afetec/?p=243', 0, 'revision', '', 0),
(244, 1, '2011-10-25 15:18:11', '2011-10-25 15:18:11', '<h1>Gestión global de acceso a recintos</h1>\r\n[slice]', 'Gestión global de acceso a recintos', '', 'inherit', 'closed', 'open', '', '118-revision-3', '', '', '2011-10-25 15:18:11', '2011-10-25 15:18:11', '', 118, 'http://192.168.0.2/afetec/?p=244', 0, 'revision', '', 0),
(245, 1, '2011-10-25 15:19:31', '2011-10-25 15:19:31', '[h1]CONTACT CENTER - Plataforma Todo en 1[/h1]\r\n[slice]', 'CONTACT CENTER - Plataforma Todo en 1', '', 'inherit', 'closed', 'open', '', '165-revision-3', '', '', '2011-10-25 15:19:31', '2011-10-25 15:19:31', '', 165, 'http://192.168.0.2/afetec/?p=245', 0, 'revision', '', 0),
(246, 1, '2011-10-25 15:20:59', '2011-10-25 15:20:59', '[h1]CONTACT CENTER - Plataforma Todo en 1[/h1]\r\n[slice]', 'CONTACT CENTER - Plataforma Todo en 1', '', 'inherit', 'closed', 'open', '', '165-revision-4', '', '', '2011-10-25 15:20:59', '2011-10-25 15:20:59', '', 165, 'http://192.168.0.2/afetec/?p=246', 0, 'revision', '', 0),
(247, 1, '2011-10-25 15:19:09', '2011-10-25 15:19:09', '[h1]C.A.R - Sistema de Control de Accesos a Recintos[/h1]\r\n[slice]', 'C.A.R - Sistema de Control de Accesos a Recintos ', '', 'inherit', 'closed', 'open', '', '161-revision-3', '', '', '2011-10-25 15:19:09', '2011-10-25 15:19:09', '', 161, 'http://192.168.0.2/afetec/?p=247', 0, 'revision', '', 0),
(248, 1, '2011-10-25 15:18:56', '2011-10-25 15:18:56', '[h1]MX ONE - Plataforma de Telefonía IP[/h1]\r\n[slice]', 'MX ONE - Plataforma de Telefonía IP', '', 'inherit', 'closed', 'open', '', '163-revision-3', '', '', '2011-10-25 15:18:56', '2011-10-25 15:18:56', '', 163, 'http://192.168.0.2/afetec/?p=248', 0, 'revision', '', 0),
(249, 1, '2011-10-25 16:03:00', '2011-10-25 16:03:00', '', 'Serviber GE - AFETEC', '', 'inherit', 'closed', 'open', '', 'serviber-ge-afetec', '', '', '2011-10-25 16:03:00', '2011-10-25 16:03:00', '', 0, 'http://192.168.0.2/afetec/wp-content/uploads/2011/10/serviber-ge-afetec.pdf', 0, 'attachment', 'application/pdf', 0),
(250, 1, '2011-10-25 16:03:01', '2011-10-25 16:03:01', '', 'SIMODEC AFETEC', '', 'inherit', 'closed', 'open', '', 'simodec-afetec', '', '', '2011-10-25 16:03:01', '2011-10-25 16:03:01', '', 0, 'http://192.168.0.2/afetec/wp-content/uploads/2011/10/simodec-afetec.pdf', 0, 'attachment', 'application/pdf', 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wpr3ss_terms`
--
CREATE TABLE IF NOT EXISTS `wpr3ss_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
UNIQUE KEY `slug` (`slug`),
KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
--
-- Volcado de datos para la tabla `wpr3ss_terms`
--
INSERT INTO `wpr3ss_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sin categoría', 'sin-categoria', 0),
(2, 'Sitios de interés', 'sitios-de-interes', 0),
(3, 'Menú principal', 'menu-principal', 0),
(4, 'Noticias', 'noticias', 0),
(5, 'Servicios', 'servicios', 0),
(6, 'Soluciones', 'soluciones', 0),
(7, 'Productos', 'productos', 0),
(8, 'Menú lateral de solución de eficiencia energética', 'menu-lateral-de-solucion-de-eficiencia-energetica', 0),
(9, 'Documentación', 'documentacion', 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wpr3ss_term_relationships`
--
CREATE TABLE IF NOT EXISTS `wpr3ss_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `wpr3ss_term_relationships`
--
INSERT INTO `wpr3ss_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(8, 9, 0),
(9, 9, 0),
(14, 3, 0),
(15, 3, 0),
(16, 3, 0),
(20, 3, 0),
(93, 3, 0),
(96, 4, 0),
(122, 3, 0),
(123, 3, 0),
(124, 3, 0),
(125, 3, 0),
(130, 6, 0),
(143, 6, 0),
(145, 6, 0),
(166, 3, 0),
(167, 3, 0),
(168, 3, 0),
(169, 3, 0),
(170, 3, 0),
(172, 3, 0),
(195, 7, 0),
(199, 8, 0),
(200, 8, 0),
(202, 7, 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wpr3ss_term_taxonomy`
--
CREATE TABLE IF NOT EXISTS `wpr3ss_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
--
-- Volcado de datos para la tabla `wpr3ss_term_taxonomy`
--
INSERT INTO `wpr3ss_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'link_category', '', 0, 0),
(3, 3, 'nav_menu', '', 0, 15),
(4, 4, 'category', '', 0, 1),
(5, 5, 'cat-portfolio', '', 0, 0),
(6, 6, 'cat-portfolio', '', 0, 3),
(7, 7, 'cat-portfolio', '', 0, 2),
(8, 8, 'nav_menu', '', 0, 2),
(9, 9, 'link_category', '', 0, 2);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wpr3ss_usermeta`
--
CREATE TABLE IF NOT EXISTS `wpr3ss_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=30 ;
--
-- Volcado de datos para la tabla `wpr3ss_usermeta`
--
INSERT INTO `wpr3ss_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'rodax'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'show_admin_bar_admin', 'false'),
(11, 1, 'aim', ''),
(12, 1, 'yim', ''),
(13, 1, 'jabber', ''),
(14, 1, 'wpr3ss_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'),
(15, 1, 'wpr3ss_user_level', '10'),
(16, 1, 'wpr3ss_dashboard_quick_press_last_post_id', '3'),
(17, 1, 'wpr3ss_user-settings', 'm4=o&m10=o&m6=o&m7=o&hidetb=1&editor=html&m1=o&imgsize=medium&align=center&urlbutton=none&m3=o'),
(18, 1, 'wpr3ss_user-settings-time', '1319558523'),
(19, 1, 'nav_menu_recently_edited', '8'),
(20, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(21, 1, 'metaboxhidden_nav-menus', 'a:4:{i:0;s:8:"add-post";i:1;s:13:"add-portfolio";i:2;s:12:"add-post_tag";i:3;s:17:"add-cat-portfolio";}'),
(22, 1, 'meta-box-order_post', 'a:3:{s:4:"side";s:103:"submitdiv,categorydiv,tagsdiv-post_tag,postimagediv,cloud_page_post_settings,cloud_page_slider_settings";s:6:"normal";s:118:"cloud_page_header_box,postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,revisionsdiv";s:8:"advanced";s:0:"";}'),
(23, 1, 'screen_layout_post', '2'),
(24, 1, 'closedpostboxes_post', 'a:0:{}'),
(25, 1, 'metaboxhidden_post', 'a:7:{i:0;s:11:"postexcerpt";i:1;s:13:"trackbacksdiv";i:2;s:10:"postcustom";i:3;s:11:"commentsdiv";i:4;s:7:"slugdiv";i:5;s:9:"authordiv";i:6;s:12:"revisionsdiv";}'),
(26, 1, 'closedpostboxes_page', 'a:0:{}'),
(27, 1, 'metaboxhidden_page', 'a:1:{i:0;s:9:"authordiv";}'),
(28, 1, 'closedpostboxes_dashboard', 'a:3:{i:0;s:24:"dashboard_incoming_links";i:1;s:17:"dashboard_plugins";i:2;s:17:"dashboard_primary";}'),
(29, 1, 'metaboxhidden_dashboard', 'a:0:{}');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wpr3ss_users`
--
CREATE TABLE IF NOT EXISTS `wpr3ss_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(64) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(60) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Volcado de datos para la tabla `wpr3ss_users`
--
INSERT INTO `wpr3ss_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'rodax', '$P$B6JdsJvMxPBgKGjLOcvMB6yC/oYonv0', 'rodax', 'darranz@rodax-software.com', '', '2011-10-20 18:53:36', '', 0, 'rodax');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;