<?php
/* Presentation Page-Specific Data */

$trackNum = 'V'; // Track #, roman numeral, displayed as-is
$trackName = 'Share Insights'; // Track Name, displayed as-is
$sessionNum = '1f'; // Session #, displayed as-is
$sessionName = 'Best Practice Makes Perfect - SEO Success Stories'; // Session Name, displayed as-is
$fileName = 'share14-1f-bestpractices-pawa'; // Presentation resources file name, ignore extension
$caseStudy = 'case-study_Time';
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Binti Pawa',
'title' => 'Head of SEO',
'org' => 'Time, Inc.',
'bio' => "A seasoned digital marketing and search engine optimization with over 10 years of experience in leading in-house performance driven growth for both start-ups and corporate heavyweights. Presently the Head of SEO for Time, Inc’s Affluent Media Group, working on brands such as Travel + Leisure and Food & Wine to lead, develop and integrate SEO and content strategies." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => 'Dan Reno', // Presenter 2 Name, displayed as-is
'title' => 'Vice President of Organic Media', // Presenter 2 Title, displayed as-is
'org' => 'BeFoundOnline', // Presenter 2 Organization, displayed as-is
'bio' => 'Dan Reno is a search industry veteran of more than 10 years. Having worked in paid and organic search when his career began, Dan is now head of Organic Media for Be Found Online. In his role, he sets and executes strategy for Organic Search and Content Marketing while also overseeing the growing Google Analytics practice. ' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'paired' => true,
'p1' => array(
'name' => 'Dixon Jones', // Presenter 1 Name, displayed as-is
'title' => 'Director of Marketing', // Presenter 1 Title, displayed as-is
'org' => 'Majestic', // Presenter 1 Organization, displayed as-is
),
'p2' => array(
'name' => 'Dawna Olsen', // Presenter 2 Name, displayed as-is
'title' => 'Senior Director, Corporate Marketing', // Presenter 2 Title, displayed as-is
'org' => 'Epicor Software', // Presenter 2 Organization, displayed as-is
),
'link' => 'best-practice-makes-perfect-dixon-jones-dawna-olsen'
),
1 => array(
'name' => 'Mark Munroe',
'title' => 'Director of SEO',
'org' => 'Trulia',
'link' => 'best-practice-makes-perfect-mark-munroe'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

<?php
/* Presentation Page-Specific Data */

$trackNum = 'IV'; // Track #, roman numeral, displayed as-is
$trackName = 'Content in Your Organization'; // Track Name, displayed as-is
$sessionNum = '2e'; // Session #, displayed as-is
$sessionName = 'Scaling Content - Transformation in Your Organization'; // Session Name, displayed as-is
$fileName = 'share14-2e-scalingcontent-macdonald'; // Presentation resources file name, ignore extension
$caseStudy = 'case-study_Seagate';
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Ali MacDonald',
'title' => 'Content Marketing Manager',
'org' => 'Seagate Technologies',
'bio' => "As the lead SEO strategist at Seagate Technologies, Ali is focused on developing strategic online initiatives, and implementing SEO and content marketing best practices for Seagate’s global web properties. Ali has built and executed online marketing strategies across multiple brands in the technology space, specializing in improved rankings and leveraging content in the conversion funnel." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Seth Restaino',
'title' => 'Director of Professional Services',
'org' => 'BrightEdge',
'link' => 'scaling-content-seth-restaino'
),
1 => array(
'name' => 'Guru Charan',
'title' => 'Vice President of Strategy and Business Development',
'org' => 'Biz2Credit',
'link' => 'scaling-content-guru-charan'
),
2 => array(
'name' => 'Allison Fabella', // Presenter 1 Name, displayed as-is
'title' => 'Director, Global SEO', // Presenter 1 Title, displayed as-is
'org' => 'CareerBuilder', // Presenter 1 Organization, displayed as-is
'link' => 'scaling-content-allison-fabella'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

<?php
/* Presentation Page-Specific Data */

$trackNum = 'IV'; // Track #, roman numeral, displayed as-is
$trackName = 'Content in Your Organization'; // Track Name, displayed as-is
$sessionNum = '2e'; // Session #, displayed as-is
$sessionName = 'Scaling Content - Transformation in Your Organization'; // Session Name, displayed as-is
$fileName = 'share14-2e-scalingcontent-fabella'; // Presentation resources file name, ignore extension
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Allison Fabella', // Presenter 1 Name, displayed as-is
'title' => 'Director, Global SEO', // Presenter 1 Title, displayed as-is
'org' => 'CareerBuilder', // Presenter 1 Organization, displayed as-is
'bio' => "Creates and oversees the CareerBuilder.com global strategy and competitive positions. Responsible for executing a road map for SEO enhancements and establishing productive and efficient communication channels within technology, marketing and across geographies." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Seth Restaino',
'title' => 'Director of Professional Services',
'org' => 'BrightEdge',
'link' => 'scaling-content-seth-restaino'
),
1 => array(
'name' => 'Guru Charan',
'title' => 'Vice President of Strategy and Business Development',
'org' => 'Biz2Credit',
'link' => 'scaling-content-guru-charan'
),
2 => array(
'name' => 'Ali MacDonald',
'title' => 'Content Marketing Manager',
'org' => 'Seagate Technologies',
'link' => 'scaling-content-ali-macdonald'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

<?php
/* Presentation Page-Specific Data */

$trackNum = 'IV'; // Track #, roman numeral, displayed as-is
$trackName = 'Content in Your Organization'; // Track Name, displayed as-is
$sessionNum = '2e'; // Session #, displayed as-is
$sessionName = 'Scaling Content - Transformation in Your Organization'; // Session Name, displayed as-is
$fileName = 'share14-2e-scalingcontent-charan'; // Presentation resources file name, ignore extension
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Guru Charan',
'title' => 'Vice President of Strategy and Business Development',
'org' => 'Biz2Credit',
'bio' => "Guru is responsible for developing a pipeline of potential borrowers and lenders, setting strategic direction of Biz2Credit. Guru’s background includes engineering at Intel and investment banking (mergers and acquisitions) at Lehman Brothers. He later transitioned to the corporate development and strategy group at Discover Financials, where he successfully worked on the acquisition of LendingTree HLC and Student Loan Corp among others. He led corporate M&A and Business Development at HR Block." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Seth Restaino',
'title' => 'Director of Professional Services',
'org' => 'BrightEdge',
'link' => 'scaling-content-seth-restaino'
),
1 => array(
'name' => 'Allison Fabella', // Presenter 1 Name, displayed as-is
'title' => 'Director, Global SEO', // Presenter 1 Title, displayed as-is
'org' => 'CareerBuilder', // Presenter 1 Organization, displayed as-is
'link' => 'scaling-content-allison-fabella'
),
2 => array(
'name' => 'Ali MacDonald',
'title' => 'Content Marketing Manager',
'org' => 'Seagate Technologies',
'link' => 'scaling-content-ali-macdonald'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

<?php
/* Presentation Page-Specific Data */

$trackNum = 'IV'; // Track #, roman numeral, displayed as-is
$trackName = 'Content in Your Organization'; // Track Name, displayed as-is
$sessionNum = '2e'; // Session #, displayed as-is
$sessionName = 'Scaling Content - Transformation in Your Organization'; // Session Name, displayed as-is
$fileName = 'share14-2e-scalingcontent-restaino'; // Presentation resources file name, ignore extension
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Seth Restaino',
'title' => 'Director of Professional Services',
'org' => 'BrightEdge',
'bio' => "" // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Guru Charan',
'title' => 'Vice President of Strategy and Business Development',
'org' => 'Biz2Credit',
'link' => 'scaling-content-guru-charan'
),
1 => array(
'name' => 'Allison Fabella', // Presenter 1 Name, displayed as-is
'title' => 'Director, Global SEO', // Presenter 1 Title, displayed as-is
'org' => 'CareerBuilder', // Presenter 1 Organization, displayed as-is
'link' => 'scaling-content-allison-fabella'
),
2 => array(
'name' => 'Ali MacDonald',
'title' => 'Content Marketing Manager',
'org' => 'Seagate Technologies',
'link' => 'scaling-content-ali-macdonald'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

<?php
/* Presentation Page-Specific Data */

$trackNum = 'III'; // Track #, roman numeral, displayed as-is
$trackName = 'In-House SEO'; // Track Name, displayed as-is
$sessionNum = '1e'; // Session #, displayed as-is
$sessionName = 'Scaling In-house - Building the Best Enterprise SEO Operation'; // Session Name, displayed as-is
$fileName = 'share14-1e-scalinginhouse-volk'; // Presentation resources file name, ignore extension
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Alex Volk',
'title' => 'Search Marketing Director',
'org' => 'Microsoft',
'bio' => "Responsible for leading a team of SEO professionals dedicated to increasing the quality and quantity of organic referrals to Microsoft’s corporate web properties. Alex is focused on giving online marketers and publishers a Microsoft the tools and best practices necessary to drive improved site referrals, end actions, and revenue. In his 10+ years at Microsoft, Alex has led display advertising efforts for Microsoft.com, driven competitive strategy for various Microsoft sites and developed online “centers of excellence” to increase marketer IQ for digital marketing principles at Microsoft." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Dave Lloyd',
'title' => 'Senior Manager, Global Search Marketing',
'org' => 'Adobe',
'link' => 'scaling-in-house-dave-lloyd'
),
1 => array(
'name' => 'Ngia Vang', // Presenter 1 Name, displayed as-is
'title' => 'SEO Team Lead', // Presenter 1 Title, displayed as-is
'org' => 'Experian', // Presenter 1 Organization, displayed as-is
'link' => 'scaling-in-house-ngia-vang'
),
2 => array(
'name' => 'Michael Jozaitis',
'title' => 'Manager SEO Strategy',
'org' => 'Marriott International',
'link' => 'scaling-in-house-michael-jozaitis'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

<?php
/* Presentation Page-Specific Data */

$trackNum = 'III'; // Track #, roman numeral, displayed as-is
$trackName = 'In-House SEO'; // Track Name, displayed as-is
$sessionNum = '1e'; // Session #, displayed as-is
$sessionName = 'Scaling In-house - Building the Best Enterprise SEO Operation'; // Session Name, displayed as-is
$fileName = 'share14-1e-scalinginhouse-jozaitis'; // Presentation resources file name, ignore extension
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Michael Jozaitis',
'title' => 'Manager SEO Strategy',
'org' => 'Marriott International',
'bio' => "As Manager of SEO Strategy in Marriott Digital Services (MDS), Marriott International’s comprehensive in-house digital services program. Originally founded in 2008, under the name Emerge, MDS was a hospitality industry first - a cost-recoverable opt-in service providing SEO exclusively for Marriott’s portfolio of hotels. In MDS, Michael is responsible for hotel SEO strategy, operationalizing and scaling search tactic that makeup the program. Michael is also the Marriott Hotel website technical SEO lead, focused on enhancing the platforms SEO foundation. Prior to joining Marriott, Michael was a digital strategist on the agency side with a brand of clients such as Everlast, Electrolux, IBM, Sonic Drive-in, Pearle Vision and Chase." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Dave Lloyd',
'title' => 'Senior Manager, Global Search Marketing',
'org' => 'Adobe',
'link' => 'scaling-in-house-dave-lloyd'
),
1 => array(
'name' => 'Ngia Vang', // Presenter 1 Name, displayed as-is
'title' => 'SEO Team Lead', // Presenter 1 Title, displayed as-is
'org' => 'Experian', // Presenter 1 Organization, displayed as-is
'link' => 'scaling-in-house-ngia-vang'
),
2 => array(
'name' => 'Alex Volk',
'title' => 'Search Marketing Director',
'org' => 'Microsoft',
'link' => 'scaling-in-house-alex-volk'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

<?php
/* Presentation Page-Specific Data */

$trackNum = 'III'; // Track #, roman numeral, displayed as-is
$trackName = 'In-House SEO'; // Track Name, displayed as-is
$sessionNum = '1e'; // Session #, displayed as-is
$sessionName = 'Scaling In-house - Building the Best Enterprise SEO Operation'; // Session Name, displayed as-is
$fileName = 'share14-1e-scalinginhouse-vang'; // Presentation resources file name, ignore extension
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Ngia Vang', // Presenter 1 Name, displayed as-is
'title' => 'SEO Team Lead', // Presenter 1 Title, displayed as-is
'org' => 'Experian', // Presenter 1 Organization, displayed as-is
'bio' => "Ngia manages, drives and leads the SEO strategy, implementation, priorities, matrix teams and agency relationships at Experian. She is responsible for leading the charge for all social and SEO activities at Experian. She graduated from California State University of Sacramento with a BA in Political Science." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Dave Lloyd',
'title' => 'Senior Manager, Global Search Marketing',
'org' => 'Adobe',
'link' => 'scaling-in-house-dave-lloyd'
),
1 => array(
'name' => 'Michael Jozaitis',
'title' => 'Manager SEO Strategy',
'org' => 'Marriott International',
'link' => 'scaling-in-house-michael-jozaitis'
),
2 => array(
'name' => 'Alex Volk',
'title' => 'Search Marketing Director',
'org' => 'Microsoft',
'link' => 'scaling-in-house-alex-volk'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

<?php
/* Presentation Page-Specific Data */

$trackNum = 'III'; // Track #, roman numeral, displayed as-is
$trackName = 'In-House SEO'; // Track Name, displayed as-is
$sessionNum = '1e'; // Session #, displayed as-is
$sessionName = 'Scaling In-house - Building the Best Enterprise SEO Operation'; // Session Name, displayed as-is
$fileName = 'share14-1e-scalinginhouse-lloyd'; // Presentation resources file name, ignore extension
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Dave Lloyd',
'title' => 'Senior Manager, Global Search Marketing',
'org' => 'Adobe',
'bio' => "A results driven global leader with a proven track record in digital and search marketing to extend brand presence and corporate marketing goals, Dave Lloyd leads Adobe’s Organic & Site Search program and Center of Excellence. Establishing the corporate framework and strategic direction for organic search activities across the company in close alignment with Paid Search, Display Media, Social and Web Strategy teams. Enabling cross-functional SEO and Search knowledge sharing across key groups and manage Adobe’s organic search presence in all global search engines." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Ngia Vang', // Presenter 1 Name, displayed as-is
'title' => 'SEO Team Lead', // Presenter 1 Title, displayed as-is
'org' => 'Experian', // Presenter 1 Organization, displayed as-is
'link' => 'scaling-in-house-ngia-vang'
),
1 => array(
'name' => 'Michael Jozaitis',
'title' => 'Manager SEO Strategy',
'org' => 'Marriott International',
'link' => 'scaling-in-house-michael-jozaitis'
),
2 => array(
'name' => 'Alex Volk',
'title' => 'Search Marketing Director',
'org' => 'Microsoft',
'link' => 'scaling-in-house-alex-volk'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

<?php
/* Presentation Page-Specific Data */

$trackNum = 'II'; // Track #, roman numeral, displayed as-is
$trackName = 'Content Marketing - The Path to Measurement'; // Track Name, displayed as-is
$sessionNum = '2d'; // Session #, displayed as-is
$sessionName = 'Content Metrics That Matter - Measurement, Performance & Value'; // Session Name, displayed as-is
$fileName = 'share14-2d-contentmetrics-jones'; // Presentation resources file name, ignore extension
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Dixon Jones',
'title' => 'Director of Marketing',
'org' => 'Majestic',
'bio' => "Dixon has worked on the forefront of search marketing since 1999, setting up a UK-based search marketing consultancy firm, Receptional. Dixon consistently presents at search conferences globally and has clients in all sectors including national papers and international search engines to understand their own search strategy. In 2009, Dixon became Director of Marketing for one of the world’s largest link analysis engine’s, transforming the Search Engine industry by providing link intelligence on a scale not previously open to the industry." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Marty Muse', // Presenter 1 Name, displayed as-is
'title' => 'CEO and Co-Founder', // Presenter 1 Title, displayed as-is
'org' => 'Relevance', // Presenter 1 Organization, displayed as-is
'link' => 'content-metrics-that-matter-marty-muse'
),
1 => array(
'name' => 'Seth Holladay',
'title' => 'Senior Director, Audience and Monetization',
'org' => 'NBC Universal',
'link' => 'content-metrics-that-matter-seth-holladay'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

,