// Wrap code with module pattern.
(function() {
var global = this;
// widget constructor function
global.HFE_TravelFinds_450_150_1 = function(dealData) {
var widget_style = '450_150_1';
var widget_id=Math.floor(Math.random()*10000);
// Don't do style for Fodor's or for Tix4Tonight
if (dealData.partner_id != "515" && dealData.partner_id != "518") {
var styleHTML = '';
// Drop in the widget's id
styleHTML = styleHTML.replace(/#hfe-widget/g,"#hfe-widget-"+widget_id);
document.write(styleHTML);
}
document.write('
');
var widget = document.getElementById('hfe-widget-'+widget_id);
// Create header widget DOM fragment
var dealListHTML = '';
dealListHTML +='';
for (var i = 0; i < dealData.deals.length; i++) {
var deal = dealData.deals[i];
dealListHTML += '- '+deal.promo_text+'
';
}
dealListHTML +='
';
dealListHTML += 'Find More Deals';
// Analytics call
dealListHTML += '';
widget.innerHTML = dealListHTML;
};
})();
var dealData = {"default_url" : "http://fodors-finds.hotels-for-everyone.com/landmark_pages/view_point/Stephansdom/48.2081/16.3738?pid=515&spec=0", "tagline_1" : "Fodor's Finds", "tagline_2" : "Fodor's Find", "title_1" : "Fodor's Finds Finds Hotels Near Stephansdom", "title_2" : "Stephansdom", "title_3" : "hotels near Stephansdom", "title_4" : "near Stephansdom", "title_5" : "near Stephansdom", "domain" : "fodors-finds.hotels-for-everyone.com", "widget_domain" : "fodors.hotels-for-everyone.com", "type" : "landmark", "img_domain" : "img1.hotels-for-everyone.com", "phone" : "800-916-8592", "partner_id" : "515", "destination" : "vienna", "name_slug" : "stephansdom", "city_state_country" : "Vienna, Austria", "min_date" : "02/08/2012", "max_date" : "01/03/2013", "click_tracking_code" : "onclick=\"linkCode(this,'event32');\" rel=\"nofollow\"", "category" : "", "hotel_id" : "", "hotel_name" : "", "deals" : [ {"promo_text" : "Hotel Papageno - Stay 2 Nts, Save 20%", "url" : "http://fodors-finds.hotels-for-everyone.com/booking/hotel_details?pid=515&hid=113200&checkIn=02/15/2012&checkOut=02/17/2012", "discovered" : "02/07/2012", "source" : "Deal from 000", "hotel_id" : "113200"}, {"promo_text" : "Mercure Imlauer Wien - Stay 2 Nts, Save 30%", "url" : "http://fodors-finds.hotels-for-everyone.com/booking/hotel_details?pid=515&hid=129932&checkIn=02/15/2012&checkOut=02/17/2012", "discovered" : "02/07/2012", "source" : "Deal from 000", "hotel_id" : "129932"}, {"promo_text" : "Hotel Imlauer Nestroy Wien - Stay 2 Nts, Save 30%", "url" : "http://fodors-finds.hotels-for-everyone.com/booking/hotel_details?pid=515&hid=332839&checkIn=02/15/2012&checkOut=02/17/2012", "discovered" : "02/07/2012", "source" : "Deal from 000", "hotel_id" : "332839"}]};
HFE_TravelFinds_450_150_1(dealData);