// For more information on installing this code, visit:
// http://blog.evri.com/index.php/widget-webpage
Evri.$(window).ready(function () {
var documentCSSSelector = 'body';
var contentCSSSelector = 'h1, p';
var widget = new Evri.Widget.ContentRecommendation();
widget.popover();
widget.placeInvocationPoints(documentCSSSelector, contentCSSSelector, {});
});