You are on page 1of 38

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.

org/TR/html4/st
rict.dtd">
<html>
<head>
</div>
<!-- End of #Header-->
<div id="headerShadows">
<div class="rightShadow"></div>
<div class="leftShadow"></div>
</div>
<!-- End of #HeaderShadows-->
<div class="contentWrapper">
<div class="preview-tab preview-tab-desktop"
>
<iframe src="http://www.wix.com/demone2/wedding-01-orly" width="
100%" height="100%"></iframe>
</div>
<!--</div>--><!-- End of .content-->
</div>
<!-- End of .contentWrapper-->
<div id="dialog-overlay"></div>
<div id="dialog-box">
<a id="close-pop-up-button" href="#">Close Pop Up Button</a>
<div class="dialog-content">
<h1 class="dialog-title">&#8216;Wedding Website&#8217; - Website Tem
plate</h1>
<div class="leftColumn">
<h3>Good For:</h3>
<div id="dialog-good-for">Weddings, engagements, wedding photogr
aphers</div>
<h3>Description:</h3>
<div id="dialog-description" itemprop="description">Prepare for
the big day with this chic and charming template. Customize the text and upload
photos to share the story of your love. This is the perfect place for guests to
RSVP, view the schedule of events, and browse your gift registry.</div>
</div>
<div class="rightColumn">
<span>
<h3>Difficulty:&nbsp;</h3>
<div id="dialog-difficulty" itemprop="di
fficulty">Easy</div>
</span>
<span itemprop="offers" itemscope itemtype="http
://schema.org/Offer">
<h3>Price:&nbsp;</h3>
<div id="dialog-price" itemprop="price">
Free</div>
<link itemprop="availability" href="http
://schema.org/InStock"/>
</span>
<a href="#" id="dialog-edit-now">Edit now</a>
</div>
<div class="clearBoth">&nbsp;</div>
</div>
<div class="dialog-box-shadows">

<div class="leftShadow"></div>
<div class="rightShadow"></div>
</div>
</div>
<!-- End of #dialog-box-->
</div>
<!-- End of #container-->
<!--Scripts after page loads-->
<script src="http://static.wix.com/services/third-party/jquery/1.4.3/min/jquery.
js" type="text/javascript"></script>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/components/scrollbar/custom-scrollbar.js"></scrip
t>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/common.js"></script>
<script src="http://static.parastorage.com/services/wix-html-template-viewer/1.7
76.0/js/template_viewer.js" type="text/javascript"></script>
<script type="text/javascript">
//https://docs.google.com/document/u/1/d/1EHEI_6Ll5FuLSEQv_SItCEWK1Da0m8-VSY
TdWRVe5tY/pub
var adoricInterface;
var BIDomain = window.location.host.indexOf('wixpress') != -1 ? 'http://frog
.wixpress.com/' : 'http://frog.wix.com/';
var W = W || {};
W.Adoric = W.Adoric || (function () {
function getAndSendUserProfile() {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
var biReposnse = JSON.parse(xmlhttp.responseText);
var userData = biReposnse.payload && biReposnse.payload.fiel
ds;
var params = {};
params.publishedSite = params.premium = params.savedSite = p
arams.secondTimeOnMA = false;
if (userData) {
for (var i = 0; i < userData.length; i++) {
var user = userData[i];
var sendToAdoric = '';
var paramBoolean = 'no';
switch (user.name) {
case 'first_publish':
params['publishedSite'] = !!user.value;
break;
case 'first_premium_site_id':
params['premium'] = !!user.value;
break;
case 'first_saved_site_date':
params['savedSite'] = !!user.value;
break;
case 'first_dashboard_visit_date':
params['secondTimeOnMA'] = !!user.value;
break;

}
}
}
var info = document.cookie.split('; ');
var cookieData = {};
info.forEach(function (index) {
var arr = index.split('=');
if (arr[0] === '_wixUIDX') {
cookieData[arr[0]] = arr[1];
}
});
params['Registered'] = !!cookieData['_wixUIDX'];
adoricInterface.trigger(this, 'userProfile', params);
}
}
xmlhttp.open("GET", "/_api/wix-bi-profile-server/userprofile?fields=
first_publish,first_premium_site_id,first_saved_site_date,first_dashboard_visit_
date&accept=json", true);
xmlhttp.send();
}
var biMap = {
close: {
0: {type: 'closed by click link redirect', evid: 666},
1: {type: 'closed [by submit form]', evid: 666},
2: {type: 'closed [by autoclose timer]', evid: 37},
4: {type: 'closed by user', evid: 36}
},
show: {
0: {type: 'show default', evid: 35},
1: {type: 'show [by timer]', evid: 35},
4: {type: 'show by mouseout', evid: 35}
},
click: {
0: {type: 'template click', evid: 38},
1: {type: 'form click', evid: 666}
},
versionSelected: {
0: {type: 'version selected', evid: 40}
}
};
function setPageLink(link) {
adoricInterface && adoricInterface.trigger(this, 'setDynamicLink', {
'ident_url_any_text': link});
}
return {
getAndSendUserProfile: getAndSendUserProfile,
setPageLink: setPageLink,
biMap: biMap
}
})();
function AdoricReady() {
adoricInterface = window.adoric;
function makeCallback(eventId) {

return function (data) {


var id;
var reasonKey = data.reason || 0;
switch (eventId) {
case 'lightbox:before:show':
id = 'show';
break;
case 'lightbox:before:close':
id = 'close';
break;
case 'lightbox:before:click':
id = 'click';
break;
case 'version:selected':
id = 'versionSelected';
break;
}
if (W.Adoric.biMap[id][reasonKey].evid === 666) {
return
}
var params = 'evid=' + W.Adoric.biMap[id][reasonKey].evid + '&lb
_id=' + data.lightbox.id + '&adoric_uuid=' + data.userId;
params += eventId === 'lightbox:before:click' ? '&value=' + data
.track + '&action=click&type=link' : '';
new Image(0, 0).src = BIDomain + 'spettatore_bi?src=2&' + params
+ '&_=' + new Date().getTime();
}
}
W.Adoric.getAndSendUserProfile();
adoricInterface && adoricInterface.on('version:selected', makeCallback('
version:selected'));
adoricInterface && adoricInterface.on('lightbox:before:show', makeCallba
ck('lightbox:before:show'));
adoricInterface && adoricInterface.on('lightbox:before:click', makeCallb
ack('lightbox:before:click'));
adoricInterface && adoricInterface.on('lightbox:before:close', makeCallb
ack('lightbox:before:close'));
W.Adoric.setPageLink('http://editor.wix.com/html/editor/web/
renderer/new?metaSiteId=eb8b896d-4d3e-40ba-b772-4de33867c299&siteId=eb8b896d-4d3
e-40ba-b772-4de33867c299')
}
</script>
<script type="text/javascript" async class="__ADORIC__" id="__ADORI
C__SCRIPT__" src="https://adoric.com/adoric.js?key=7d2e5d7f21df290e88ffd343d418d
c25" onload="AdoricReady()"></script>
<div style="visibility: hidden">view_template_v.vm</div>
</body>
</html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/h
tml4/strict.dtd">
<html>
<head>
</div>
<!-- End of #Header-->
<div id="headerShadows">
<div class="rightShadow"></div>
<div class="leftShadow"></div>
</div>
<!-- End of #HeaderShadows-->
<div class="contentWrapper">

<div class="preview-tab preview-tab-desktop"


>
<iframe src="http://www.wix.com/demone2/wedding-01-orly" width="
100%" height="100%"></iframe>
</div>
<!--</div>--><!-- End of .content-->
</div>
<!-- End of .contentWrapper-->
<div id="dialog-overlay"></div>
<div id="dialog-box">
<a id="close-pop-up-button" href="#">Close Pop Up Button</a>
<div class="dialog-content">
<h1 class="dialog-title">&#8216;Wedding Website&#8217; - Website Tem
plate</h1>
<div class="leftColumn">
<h3>Good For:</h3>
<div id="dialog-good-for">Weddings, engagements, wedding photogr
aphers</div>
<h3>Description:</h3>
<div id="dialog-description" itemprop="description">Prepare for
the big day with this chic and charming template. Customize the text and upload
photos to share the story of your love. This is the perfect place for guests to
RSVP, view the schedule of events, and browse your gift registry.</div>
</div>
<div class="rightColumn">
<span>
<h3>Difficulty:&nbsp;</h3>
<div id="dialog-difficulty" itemprop="di
fficulty">Easy</div>
</span>
<span itemprop="offers" itemscope itemtype="http
://schema.org/Offer">
<h3>Price:&nbsp;</h3>
<div id="dialog-price" itemprop="price">
Free</div>
<link itemprop="availability" href="http
://schema.org/InStock"/>
</span>
<a href="#" id="dialog-edit-now">Edit now</a>
</div>
<div class="clearBoth">&nbsp;</div>
</div>
<div class="dialog-box-shadows">
<div class="leftShadow"></div>
<div class="rightShadow"></div>
</div>
</div>
<!-- End of #dialog-box-->
</div>
<!-- End of #container-->
<!--Scripts after page loads-->
<script src="http://static.wix.com/services/third-party/jquery/1.4.3/min/jquery.
js" type="text/javascript"></script>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h

tml-template-viewer/1.776.0/js/components/scrollbar/custom-scrollbar.js"></scrip
t>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/common.js"></script>
<script src="http://static.parastorage.com/services/wix-html-template-viewer/1.7
76.0/js/template_viewer.js" type="text/javascript"></script>
<script type="text/javascript">
//https://docs.google.com/document/u/1/d/1EHEI_6Ll5FuLSEQv_SItCEWK1Da0m8-VSY
TdWRVe5tY/pub
var adoricInterface;
var BIDomain = window.location.host.indexOf('wixpress') != -1 ? 'http://frog
.wixpress.com/' : 'http://frog.wix.com/';
var W = W || {};
W.Adoric = W.Adoric || (function () {
function getAndSendUserProfile() {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
var biReposnse = JSON.parse(xmlhttp.responseText);
var userData = biReposnse.payload && biReposnse.payload.fiel
ds;
var params = {};
params.publishedSite = params.premium = params.savedSite = p
arams.secondTimeOnMA = false;
if (userData) {
for (var i = 0; i < userData.length; i++) {
var user = userData[i];
var sendToAdoric = '';
var paramBoolean = 'no';
switch (user.name) {
case 'first_publish':
params['publishedSite'] = !!user.value;
break;
case 'first_premium_site_id':
params['premium'] = !!user.value;
break;
case 'first_saved_site_date':
params['savedSite'] = !!user.value;
break;
case 'first_dashboard_visit_date':
params['secondTimeOnMA'] = !!user.value;
break;
}
}
}
var info = document.cookie.split('; ');
var cookieData = {};
info.forEach(function (index) {
var arr = index.split('=');
if (arr[0] === '_wixUIDX') {
cookieData[arr[0]] = arr[1];
}
});
params['Registered'] = !!cookieData['_wixUIDX'];
adoricInterface.trigger(this, 'userProfile', params);

}
}
xmlhttp.open("GET", "/_api/wix-bi-profile-server/userprofile?fields=
first_publish,first_premium_site_id,first_saved_site_date,first_dashboard_visit_
date&accept=json", true);
xmlhttp.send();
}
var biMap = {
close: {
0: {type: 'closed by click link redirect', evid: 666},
1: {type: 'closed [by submit form]', evid: 666},
2: {type: 'closed [by autoclose timer]', evid: 37},
4: {type: 'closed by user', evid: 36}
},
show: {
0: {type: 'show default', evid: 35},
1: {type: 'show [by timer]', evid: 35},
4: {type: 'show by mouseout', evid: 35}
},
click: {
0: {type: 'template click', evid: 38},
1: {type: 'form click', evid: 666}
},
versionSelected: {
0: {type: 'version selected', evid: 40}
}
};
function setPageLink(link) {
adoricInterface && adoricInterface.trigger(this, 'setDynamicLink', {
'ident_url_any_text': link});
}
return {
getAndSendUserProfile: getAndSendUserProfile,
setPageLink: setPageLink,
biMap: biMap
}
})();
function AdoricReady() {
adoricInterface = window.adoric;
function makeCallback(eventId) {
return function (data) {
var id;
var reasonKey = data.reason || 0;
switch (eventId) {
case 'lightbox:before:show':
id = 'show';
break;
case 'lightbox:before:close':
id = 'close';
break;
case 'lightbox:before:click':
id = 'click';
break;

case 'version:selected':
id = 'versionSelected';
break;
}
if (W.Adoric.biMap[id][reasonKey].evid === 666) {
return
}
var params = 'evid=' + W.Adoric.biMap[id][reasonKey].evid + '&lb
_id=' + data.lightbox.id + '&adoric_uuid=' + data.userId;
params += eventId === 'lightbox:before:click' ? '&value=' + data
.track + '&action=click&type=link' : '';
new Image(0, 0).src = BIDomain + 'spettatore_bi?src=2&' + params
+ '&_=' + new Date().getTime();
}
}
W.Adoric.getAndSendUserProfile();
adoricInterface && adoricInterface.on('version:selected', makeCallback('
version:selected'));
adoricInterface && adoricInterface.on('lightbox:before:show', makeCallba
ck('lightbox:before:show'));
adoricInterface && adoricInterface.on('lightbox:before:click', makeCallb
ack('lightbox:before:click'));
adoricInterface && adoricInterface.on('lightbox:before:close', makeCallb
ack('lightbox:before:close'));
W.Adoric.setPageLink('http://editor.wix.com/html/editor/web/
renderer/new?metaSiteId=eb8b896d-4d3e-40ba-b772-4de33867c299&siteId=eb8b896d-4d3
e-40ba-b772-4de33867c299')
}
</script>
<script type="text/javascript" async class="__ADORIC__" id="__ADORI
C__SCRIPT__" src="https://adoric.com/adoric.js?key=7d2e5d7f21df290e88ffd343d418d
c25" onload="AdoricReady()"></script>
<div style="visibility: hidden">view_template_v.vm</div>
</body>
</html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/h
tml4/strict.dtd">
<html>
<head>
</div>
<!-- End of #Header-->
<div id="headerShadows">
<div class="rightShadow"></div>
<div class="leftShadow"></div>
</div>
<!-- End of #HeaderShadows-->
<div class="contentWrapper">
<div class="preview-tab preview-tab-desktop"
>
<iframe src="http://www.wix.com/demone2/wedding-01-orly" width="
100%" height="100%"></iframe>
</div>
<!--</div>--><!-- End of .content-->
</div>
<!-- End of .contentWrapper-->
<div id="dialog-overlay"></div>
<div id="dialog-box">
<a id="close-pop-up-button" href="#">Close Pop Up Button</a>

<div class="dialog-content">
<h1 class="dialog-title">&#8216;Wedding Website&#8217; - Website Tem
plate</h1>
<div class="leftColumn">
<h3>Good For:</h3>
<div id="dialog-good-for">Weddings, engagements, wedding photogr
aphers</div>
<h3>Description:</h3>
<div id="dialog-description" itemprop="description">Prepare for
the big day with this chic and charming template. Customize the text and upload
photos to share the story of your love. This is the perfect place for guests to
RSVP, view the schedule of events, and browse your gift registry.</div>
</div>
<div class="rightColumn">
<span>
<h3>Difficulty:&nbsp;</h3>
<div id="dialog-difficulty" itemprop="di
fficulty">Easy</div>
</span>
<span itemprop="offers" itemscope itemtype="http
://schema.org/Offer">
<h3>Price:&nbsp;</h3>
<div id="dialog-price" itemprop="price">
Free</div>
<link itemprop="availability" href="http
://schema.org/InStock"/>
</span>
<a href="#" id="dialog-edit-now">Edit now</a>
</div>
<div class="clearBoth">&nbsp;</div>
</div>
<div class="dialog-box-shadows">
<div class="leftShadow"></div>
<div class="rightShadow"></div>
</div>
</div>
<!-- End of #dialog-box-->
</div>
<!-- End of #container-->
<!--Scripts after page loads-->
<script src="http://static.wix.com/services/third-party/jquery/1.4.3/min/jquery.
js" type="text/javascript"></script>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/components/scrollbar/custom-scrollbar.js"></scrip
t>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/common.js"></script>
<script src="http://static.parastorage.com/services/wix-html-template-viewer/1.7
76.0/js/template_viewer.js" type="text/javascript"></script>
<script type="text/javascript">
//https://docs.google.com/document/u/1/d/1EHEI_6Ll5FuLSEQv_SItCEWK1Da0m8-VSY
TdWRVe5tY/pub
var adoricInterface;

var BIDomain = window.location.host.indexOf('wixpress') != -1 ? 'http://frog


.wixpress.com/' : 'http://frog.wix.com/';
var W = W || {};
W.Adoric = W.Adoric || (function () {
function getAndSendUserProfile() {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
var biReposnse = JSON.parse(xmlhttp.responseText);
var userData = biReposnse.payload && biReposnse.payload.fiel
ds;
var params = {};
params.publishedSite = params.premium = params.savedSite = p
arams.secondTimeOnMA = false;
if (userData) {
for (var i = 0; i < userData.length; i++) {
var user = userData[i];
var sendToAdoric = '';
var paramBoolean = 'no';
switch (user.name) {
case 'first_publish':
params['publishedSite'] = !!user.value;
break;
case 'first_premium_site_id':
params['premium'] = !!user.value;
break;
case 'first_saved_site_date':
params['savedSite'] = !!user.value;
break;
case 'first_dashboard_visit_date':
params['secondTimeOnMA'] = !!user.value;
break;
}
}
}
var info = document.cookie.split('; ');
var cookieData = {};
info.forEach(function (index) {
var arr = index.split('=');
if (arr[0] === '_wixUIDX') {
cookieData[arr[0]] = arr[1];
}
});
params['Registered'] = !!cookieData['_wixUIDX'];
adoricInterface.trigger(this, 'userProfile', params);
}
}
xmlhttp.open("GET", "/_api/wix-bi-profile-server/userprofile?fields=
first_publish,first_premium_site_id,first_saved_site_date,first_dashboard_visit_
date&accept=json", true);
xmlhttp.send();
}
var biMap = {
close: {
0: {type: 'closed by click link redirect', evid: 666},
1: {type: 'closed [by submit form]', evid: 666},
2: {type: 'closed [by autoclose timer]', evid: 37},

4: {type: 'closed by user', evid: 36}


},
show: {
0: {type: 'show default', evid: 35},
1: {type: 'show [by timer]', evid: 35},
4: {type: 'show by mouseout', evid: 35}
},
click: {
0: {type: 'template click', evid: 38},
1: {type: 'form click', evid: 666}
},
versionSelected: {
0: {type: 'version selected', evid: 40}
}
};
function setPageLink(link) {
adoricInterface && adoricInterface.trigger(this, 'setDynamicLink', {
'ident_url_any_text': link});
}
return {
getAndSendUserProfile: getAndSendUserProfile,
setPageLink: setPageLink,
biMap: biMap
}
})();
function AdoricReady() {
adoricInterface = window.adoric;
function makeCallback(eventId) {
return function (data) {
var id;
var reasonKey = data.reason || 0;
switch (eventId) {
case 'lightbox:before:show':
id = 'show';
break;
case 'lightbox:before:close':
id = 'close';
break;
case 'lightbox:before:click':
id = 'click';
break;
case 'version:selected':
id = 'versionSelected';
break;
}
if (W.Adoric.biMap[id][reasonKey].evid === 666) {
return
}
var params = 'evid=' + W.Adoric.biMap[id][reasonKey].evid + '&lb
_id=' + data.lightbox.id + '&adoric_uuid=' + data.userId;
params += eventId === 'lightbox:before:click' ? '&value=' + data
.track + '&action=click&type=link' : '';
new Image(0, 0).src = BIDomain + 'spettatore_bi?src=2&' + params
+ '&_=' + new Date().getTime();

}
}
W.Adoric.getAndSendUserProfile();
adoricInterface && adoricInterface.on('version:selected', makeCallback('
version:selected'));
adoricInterface && adoricInterface.on('lightbox:before:show', makeCallba
ck('lightbox:before:show'));
adoricInterface && adoricInterface.on('lightbox:before:click', makeCallb
ack('lightbox:before:click'));
adoricInterface && adoricInterface.on('lightbox:before:close', makeCallb
ack('lightbox:before:close'));
W.Adoric.setPageLink('http://editor.wix.com/html/editor/web/
renderer/new?metaSiteId=eb8b896d-4d3e-40ba-b772-4de33867c299&siteId=eb8b896d-4d3
e-40ba-b772-4de33867c299')
}
</script>
<script type="text/javascript" async class="__ADORIC__" id="__ADORI
C__SCRIPT__" src="https://adoric.com/adoric.js?key=7d2e5d7f21df290e88ffd343d418d
c25" onload="AdoricReady()"></script>
<div style="visibility: hidden">view_template_v.vm</div>
</body>
</html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/h
tml4/strict.dtd">
<html>
<head>
</div>
<!-- End of #Header-->
<div id="headerShadows">
<div class="rightShadow"></div>
<div class="leftShadow"></div>
</div>
<!-- End of #HeaderShadows-->
<div class="contentWrapper">
<div class="preview-tab preview-tab-desktop"
>
<iframe src="http://www.wix.com/demone2/wedding-01-orly" width="
100%" height="100%"></iframe>
</div>
<!--</div>--><!-- End of .content-->
</div>
<!-- End of .contentWrapper-->
<div id="dialog-overlay"></div>
<div id="dialog-box">
<a id="close-pop-up-button" href="#">Close Pop Up Button</a>
<div class="dialog-content">
<h1 class="dialog-title">&#8216;Wedding Website&#8217; - Website Tem
plate</h1>
<div class="leftColumn">
<h3>Good For:</h3>
<div id="dialog-good-for">Weddings, engagements, wedding photogr
aphers</div>
<h3>Description:</h3>
<div id="dialog-description" itemprop="description">Prepare for
the big day with this chic and charming template. Customize the text and upload
photos to share the story of your love. This is the perfect place for guests to

RSVP, view the schedule of events, and browse your gift registry.</div>
</div>
<div class="rightColumn">
<span>
<h3>Difficulty:&nbsp;</h3>
<div id="dialog-difficulty" itemprop="di
fficulty">Easy</div>
</span>
<span itemprop="offers" itemscope itemtype="http
://schema.org/Offer">
<h3>Price:&nbsp;</h3>
<div id="dialog-price" itemprop="price">
Free</div>
<link itemprop="availability" href="http
://schema.org/InStock"/>
</span>
<a href="#" id="dialog-edit-now">Edit now</a>
</div>
<div class="clearBoth">&nbsp;</div>
</div>
<div class="dialog-box-shadows">
<div class="leftShadow"></div>
<div class="rightShadow"></div>
</div>
</div>
<!-- End of #dialog-box-->
</div>
<!-- End of #container-->
<!--Scripts after page loads-->
<script src="http://static.wix.com/services/third-party/jquery/1.4.3/min/jquery.
js" type="text/javascript"></script>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/components/scrollbar/custom-scrollbar.js"></scrip
t>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/common.js"></script>
<script src="http://static.parastorage.com/services/wix-html-template-viewer/1.7
76.0/js/template_viewer.js" type="text/javascript"></script>
<script type="text/javascript">
//https://docs.google.com/document/u/1/d/1EHEI_6Ll5FuLSEQv_SItCEWK1Da0m8-VSY
TdWRVe5tY/pub
var adoricInterface;
var BIDomain = window.location.host.indexOf('wixpress') != -1 ? 'http://frog
.wixpress.com/' : 'http://frog.wix.com/';
var W = W || {};
W.Adoric = W.Adoric || (function () {
function getAndSendUserProfile() {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
var biReposnse = JSON.parse(xmlhttp.responseText);
var userData = biReposnse.payload && biReposnse.payload.fiel
ds;
var params = {};
params.publishedSite = params.premium = params.savedSite = p

arams.secondTimeOnMA = false;
if (userData) {
for (var i = 0; i < userData.length; i++) {
var user = userData[i];
var sendToAdoric = '';
var paramBoolean = 'no';
switch (user.name) {
case 'first_publish':
params['publishedSite'] = !!user.value;
break;
case 'first_premium_site_id':
params['premium'] = !!user.value;
break;
case 'first_saved_site_date':
params['savedSite'] = !!user.value;
break;
case 'first_dashboard_visit_date':
params['secondTimeOnMA'] = !!user.value;
break;
}
}
}
var info = document.cookie.split('; ');
var cookieData = {};
info.forEach(function (index) {
var arr = index.split('=');
if (arr[0] === '_wixUIDX') {
cookieData[arr[0]] = arr[1];
}
});
params['Registered'] = !!cookieData['_wixUIDX'];
adoricInterface.trigger(this, 'userProfile', params);
}
}
xmlhttp.open("GET", "/_api/wix-bi-profile-server/userprofile?fields=
first_publish,first_premium_site_id,first_saved_site_date,first_dashboard_visit_
date&accept=json", true);
xmlhttp.send();
}
var biMap = {
close: {
0: {type: 'closed by click link redirect', evid: 666},
1: {type: 'closed [by submit form]', evid: 666},
2: {type: 'closed [by autoclose timer]', evid: 37},
4: {type: 'closed by user', evid: 36}
},
show: {
0: {type: 'show default', evid: 35},
1: {type: 'show [by timer]', evid: 35},
4: {type: 'show by mouseout', evid: 35}
},
click: {
0: {type: 'template click', evid: 38},
1: {type: 'form click', evid: 666}
},
versionSelected: {
0: {type: 'version selected', evid: 40}

}
};
function setPageLink(link) {
adoricInterface && adoricInterface.trigger(this, 'setDynamicLink', {
'ident_url_any_text': link});
}
return {
getAndSendUserProfile: getAndSendUserProfile,
setPageLink: setPageLink,
biMap: biMap
}
})();
function AdoricReady() {
adoricInterface = window.adoric;
function makeCallback(eventId) {
return function (data) {
var id;
var reasonKey = data.reason || 0;
switch (eventId) {
case 'lightbox:before:show':
id = 'show';
break;
case 'lightbox:before:close':
id = 'close';
break;
case 'lightbox:before:click':
id = 'click';
break;
case 'version:selected':
id = 'versionSelected';
break;
}
if (W.Adoric.biMap[id][reasonKey].evid === 666) {
return
}
var params = 'evid=' + W.Adoric.biMap[id][reasonKey].evid + '&lb
_id=' + data.lightbox.id + '&adoric_uuid=' + data.userId;
params += eventId === 'lightbox:before:click' ? '&value=' + data
.track + '&action=click&type=link' : '';
new Image(0, 0).src = BIDomain + 'spettatore_bi?src=2&' + params
+ '&_=' + new Date().getTime();
}
}
W.Adoric.getAndSendUserProfile();
adoricInterface && adoricInterface.on('version:selected', makeCallback('
version:selected'));
adoricInterface && adoricInterface.on('lightbox:before:show', makeCallba
ck('lightbox:before:show'));
adoricInterface && adoricInterface.on('lightbox:before:click', makeCallb
ack('lightbox:before:click'));
adoricInterface && adoricInterface.on('lightbox:before:close', makeCallb
ack('lightbox:before:close'));
W.Adoric.setPageLink('http://editor.wix.com/html/editor/web/

renderer/new?metaSiteId=eb8b896d-4d3e-40ba-b772-4de33867c299&siteId=eb8b896d-4d3
e-40ba-b772-4de33867c299')
}
</script>
<script type="text/javascript" async class="__ADORIC__" id="__ADORI
C__SCRIPT__" src="https://adoric.com/adoric.js?key=7d2e5d7f21df290e88ffd343d418d
c25" onload="AdoricReady()"></script>
<div style="visibility: hidden">view_template_v.vm</div>
</body>
</html>v<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/
html4/strict.dtd">
<html>
<head>
</div>
<!-- End of #Header-->
<div id="headerShadows">
<div class="rightShadow"></div>
<div class="leftShadow"></div>
</div>
<!-- End of #HeaderShadows-->
<div class="contentWrapper">
<div class="preview-tab preview-tab-desktop"
>
<iframe src="http://www.wix.com/demone2/wedding-01-orly" width="
100%" height="100%"></iframe>
</div>
<!--</div>--><!-- End of .content-->
</div>
<!-- End of .contentWrapper-->
<div id="dialog-overlay"></div>
<div id="dialog-box">
<a id="close-pop-up-button" href="#">Close Pop Up Button</a>
<div class="dialog-content">
<h1 class="dialog-title">&#8216;Wedding Website&#8217; - Website Tem
plate</h1>
<div class="leftColumn">
<h3>Good For:</h3>
<div id="dialog-good-for">Weddings, engagements, wedding photogr
aphers</div>
<h3>Description:</h3>
<div id="dialog-description" itemprop="description">Prepare for
the big day with this chic and charming template. Customize the text and upload
photos to share the story of your love. This is the perfect place for guests to
RSVP, view the schedule of events, and browse your gift registry.</div>
</div>
<div class="rightColumn">
<span>
<h3>Difficulty:&nbsp;</h3>
<div id="dialog-difficulty" itemprop="di
fficulty">Easy</div>
</span>
<span itemprop="offers" itemscope itemtype="http
://schema.org/Offer">
<h3>Price:&nbsp;</h3>
<div id="dialog-price" itemprop="price">
Free</div>

<link itemprop="availability" href="http


://schema.org/InStock"/>
</span>
<a href="#" id="dialog-edit-now">Edit now</a>
</div>
<div class="clearBoth">&nbsp;</div>
</div>
<div class="dialog-box-shadows">
<div class="leftShadow"></div>
<div class="rightShadow"></div>
</div>
</div>
<!-- End of #dialog-box-->
</div>
<!-- End of #container-->
<!--Scripts after page loads-->
<script src="http://static.wix.com/services/third-party/jquery/1.4.3/min/jquery.
js" type="text/javascript"></script>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/components/scrollbar/custom-scrollbar.js"></scrip
t>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/common.js"></script>
<script src="http://static.parastorage.com/services/wix-html-template-viewer/1.7
76.0/js/template_viewer.js" type="text/javascript"></script>
<script type="text/javascript">
//https://docs.google.com/document/u/1/d/1EHEI_6Ll5FuLSEQv_SItCEWK1Da0m8-VSY
TdWRVe5tY/pub
var adoricInterface;
var BIDomain = window.location.host.indexOf('wixpress') != -1 ? 'http://frog
.wixpress.com/' : 'http://frog.wix.com/';
var W = W || {};
W.Adoric = W.Adoric || (function () {
function getAndSendUserProfile() {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
var biReposnse = JSON.parse(xmlhttp.responseText);
var userData = biReposnse.payload && biReposnse.payload.fiel
ds;
var params = {};
params.publishedSite = params.premium = params.savedSite = p
arams.secondTimeOnMA = false;
if (userData) {
for (var i = 0; i < userData.length; i++) {
var user = userData[i];
var sendToAdoric = '';
var paramBoolean = 'no';
switch (user.name) {
case 'first_publish':
params['publishedSite'] = !!user.value;
break;
case 'first_premium_site_id':
params['premium'] = !!user.value;

break;
case 'first_saved_site_date':
params['savedSite'] = !!user.value;
break;
case 'first_dashboard_visit_date':
params['secondTimeOnMA'] = !!user.value;
break;
}
}
}
var info = document.cookie.split('; ');
var cookieData = {};
info.forEach(function (index) {
var arr = index.split('=');
if (arr[0] === '_wixUIDX') {
cookieData[arr[0]] = arr[1];
}
});
params['Registered'] = !!cookieData['_wixUIDX'];
adoricInterface.trigger(this, 'userProfile', params);
}
}
xmlhttp.open("GET", "/_api/wix-bi-profile-server/userprofile?fields=
first_publish,first_premium_site_id,first_saved_site_date,first_dashboard_visit_
date&accept=json", true);
xmlhttp.send();
}
var biMap = {
close: {
0: {type: 'closed by click link redirect', evid: 666},
1: {type: 'closed [by submit form]', evid: 666},
2: {type: 'closed [by autoclose timer]', evid: 37},
4: {type: 'closed by user', evid: 36}
},
show: {
0: {type: 'show default', evid: 35},
1: {type: 'show [by timer]', evid: 35},
4: {type: 'show by mouseout', evid: 35}
},
click: {
0: {type: 'template click', evid: 38},
1: {type: 'form click', evid: 666}
},
versionSelected: {
0: {type: 'version selected', evid: 40}
}
};
function setPageLink(link) {
adoricInterface && adoricInterface.trigger(this, 'setDynamicLink', {
'ident_url_any_text': link});
}
return {
getAndSendUserProfile: getAndSendUserProfile,
setPageLink: setPageLink,
biMap: biMap
}

})();
function AdoricReady() {
adoricInterface = window.adoric;
function makeCallback(eventId) {
return function (data) {
var id;
var reasonKey = data.reason || 0;
switch (eventId) {
case 'lightbox:before:show':
id = 'show';
break;
case 'lightbox:before:close':
id = 'close';
break;
case 'lightbox:before:click':
id = 'click';
break;
case 'version:selected':
id = 'versionSelected';
break;
}
if (W.Adoric.biMap[id][reasonKey].evid === 666) {
return
}
var params = 'evid=' + W.Adoric.biMap[id][reasonKey].evid + '&lb
_id=' + data.lightbox.id + '&adoric_uuid=' + data.userId;
params += eventId === 'lightbox:before:click' ? '&value=' + data
.track + '&action=click&type=link' : '';
new Image(0, 0).src = BIDomain + 'spettatore_bi?src=2&' + params
+ '&_=' + new Date().getTime();
}
}
W.Adoric.getAndSendUserProfile();
adoricInterface && adoricInterface.on('version:selected', makeCallback('
version:selected'));
adoricInterface && adoricInterface.on('lightbox:before:show', makeCallba
ck('lightbox:before:show'));
adoricInterface && adoricInterface.on('lightbox:before:click', makeCallb
ack('lightbox:before:click'));
adoricInterface && adoricInterface.on('lightbox:before:close', makeCallb
ack('lightbox:before:close'));
W.Adoric.setPageLink('http://editor.wix.com/html/editor/web/
renderer/new?metaSiteId=eb8b896d-4d3e-40ba-b772-4de33867c299&siteId=eb8b896d-4d3
e-40ba-b772-4de33867c299')
}
</script>
<script type="text/javascript" async class="__ADORIC__" id="__ADORI
C__SCRIPT__" src="https://adoric.com/adoric.js?key=7d2e5d7f21df290e88ffd343d418d
c25" onload="AdoricReady()"></script>
<div style="visibility: hidden">view_template_v.vm</div>
</body>
</html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/h
tml4/strict.dtd">
<html>
<head>

</div>
<!-- End of #Header-->
<div id="headerShadows">
<div class="rightShadow"></div>
<div class="leftShadow"></div>
</div>
<!-- End of #HeaderShadows-->
<div class="contentWrapper">
<div class="preview-tab preview-tab-desktop"
>
<iframe src="http://www.wix.com/demone2/wedding-01-orly" width="
100%" height="100%"></iframe>
</div>
<!--</div>--><!-- End of .content-->
</div>
<!-- End of .contentWrapper-->
<div id="dialog-overlay"></div>
<div id="dialog-box">
<a id="close-pop-up-button" href="#">Close Pop Up Button</a>
<div class="dialog-content">
<h1 class="dialog-title">&#8216;Wedding Website&#8217; - Website Tem
plate</h1>
<div class="leftColumn">
<h3>Good For:</h3>
<div id="dialog-good-for">Weddings, engagements, wedding photogr
aphers</div>
<h3>Description:</h3>
<div id="dialog-description" itemprop="description">Prepare for
the big day with this chic and charming template. Customize the text and upload
photos to share the story of your love. This is the perfect place for guests to
RSVP, view the schedule of events, and browse your gift registry.</div>
</div>
<div class="rightColumn">
<span>
<h3>Difficulty:&nbsp;</h3>
<div id="dialog-difficulty" itemprop="di
fficulty">Easy</div>
</span>
<span itemprop="offers" itemscope itemtype="http
://schema.org/Offer">
<h3>Price:&nbsp;</h3>
<div id="dialog-price" itemprop="price">
Free</div>
<link itemprop="availability" href="http
://schema.org/InStock"/>
</span>
<a href="#" id="dialog-edit-now">Edit now</a>
</div>
<div class="clearBoth">&nbsp;</div>
</div>
<div class="dialog-box-shadows">
<div class="leftShadow"></div>
<div class="rightShadow"></div>
</div>
</div>
<!-- End of #dialog-box-->

</div>
<!-- End of #container-->
<!--Scripts after page loads-->
<script src="http://static.wix.com/services/third-party/jquery/1.4.3/min/jquery.
js" type="text/javascript"></script>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/components/scrollbar/custom-scrollbar.js"></scrip
t>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/common.js"></script>
<script src="http://static.parastorage.com/services/wix-html-template-viewer/1.7
76.0/js/template_viewer.js" type="text/javascript"></script>
<script type="text/javascript">
//https://docs.google.com/document/u/1/d/1EHEI_6Ll5FuLSEQv_SItCEWK1Da0m8-VSY
TdWRVe5tY/pub
var adoricInterface;
var BIDomain = window.location.host.indexOf('wixpress') != -1 ? 'http://frog
.wixpress.com/' : 'http://frog.wix.com/';
var W = W || {};
W.Adoric = W.Adoric || (function () {
function getAndSendUserProfile() {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
var biReposnse = JSON.parse(xmlhttp.responseText);
var userData = biReposnse.payload && biReposnse.payload.fiel
ds;
var params = {};
params.publishedSite = params.premium = params.savedSite = p
arams.secondTimeOnMA = false;
if (userData) {
for (var i = 0; i < userData.length; i++) {
var user = userData[i];
var sendToAdoric = '';
var paramBoolean = 'no';
switch (user.name) {
case 'first_publish':
params['publishedSite'] = !!user.value;
break;
case 'first_premium_site_id':
params['premium'] = !!user.value;
break;
case 'first_saved_site_date':
params['savedSite'] = !!user.value;
break;
case 'first_dashboard_visit_date':
params['secondTimeOnMA'] = !!user.value;
break;
}
}
}
var info = document.cookie.split('; ');
var cookieData = {};

info.forEach(function (index) {
var arr = index.split('=');
if (arr[0] === '_wixUIDX') {
cookieData[arr[0]] = arr[1];
}
});
params['Registered'] = !!cookieData['_wixUIDX'];
adoricInterface.trigger(this, 'userProfile', params);
}
}
xmlhttp.open("GET", "/_api/wix-bi-profile-server/userprofile?fields=
first_publish,first_premium_site_id,first_saved_site_date,first_dashboard_visit_
date&accept=json", true);
xmlhttp.send();
}
var biMap = {
close: {
0: {type: 'closed by click link redirect', evid: 666},
1: {type: 'closed [by submit form]', evid: 666},
2: {type: 'closed [by autoclose timer]', evid: 37},
4: {type: 'closed by user', evid: 36}
},
show: {
0: {type: 'show default', evid: 35},
1: {type: 'show [by timer]', evid: 35},
4: {type: 'show by mouseout', evid: 35}
},
click: {
0: {type: 'template click', evid: 38},
1: {type: 'form click', evid: 666}
},
versionSelected: {
0: {type: 'version selected', evid: 40}
}
};
function setPageLink(link) {
adoricInterface && adoricInterface.trigger(this, 'setDynamicLink', {
'ident_url_any_text': link});
}
return {
getAndSendUserProfile: getAndSendUserProfile,
setPageLink: setPageLink,
biMap: biMap
}
})();
function AdoricReady() {
adoricInterface = window.adoric;
function makeCallback(eventId) {
return function (data) {
var id;
var reasonKey = data.reason || 0;
switch (eventId) {
case 'lightbox:before:show':

id = 'show';
break;
case 'lightbox:before:close':
id = 'close';
break;
case 'lightbox:before:click':
id = 'click';
break;
case 'version:selected':
id = 'versionSelected';
break;
}
if (W.Adoric.biMap[id][reasonKey].evid === 666) {
return
}
var params = 'evid=' + W.Adoric.biMap[id][reasonKey].evid + '&lb
_id=' + data.lightbox.id + '&adoric_uuid=' + data.userId;
params += eventId === 'lightbox:before:click' ? '&value=' + data
.track + '&action=click&type=link' : '';
new Image(0, 0).src = BIDomain + 'spettatore_bi?src=2&' + params
+ '&_=' + new Date().getTime();
}
}
W.Adoric.getAndSendUserProfile();
adoricInterface && adoricInterface.on('version:selected', makeCallback('
version:selected'));
adoricInterface && adoricInterface.on('lightbox:before:show', makeCallba
ck('lightbox:before:show'));
adoricInterface && adoricInterface.on('lightbox:before:click', makeCallb
ack('lightbox:before:click'));
adoricInterface && adoricInterface.on('lightbox:before:close', makeCallb
ack('lightbox:before:close'));
W.Adoric.setPageLink('http://editor.wix.com/html/editor/web/
renderer/new?metaSiteId=eb8b896d-4d3e-40ba-b772-4de33867c299&siteId=eb8b896d-4d3
e-40ba-b772-4de33867c299')
}
</script>
<script type="text/javascript" async class="__ADORIC__" id="__ADORI
C__SCRIPT__" src="https://adoric.com/adoric.js?key=7d2e5d7f21df290e88ffd343d418d
c25" onload="AdoricReady()"></script>
<div style="visibility: hidden">view_template_v.vm</div>
</body>
</html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/h
tml4/strict.dtd">
<html>
<head>
</div>
<!-- End of #Header-->
<div id="headerShadows">
<div class="rightShadow"></div>
<div class="leftShadow"></div>
</div>
<!-- End of #HeaderShadows-->
<div class="contentWrapper">
<div class="preview-tab preview-tab-desktop"
>
<iframe src="http://www.wix.com/demone2/wedding-01-orly" width="
100%" height="100%"></iframe>
</div>

<!--</div>--><!-- End of .content-->


</div>
<!-- End of .contentWrapper-->
<div id="dialog-overlay"></div>
<div id="dialog-box">
<a id="close-pop-up-button" href="#">Close Pop Up Button</a>
<div class="dialog-content">
<h1 class="dialog-title">&#8216;Wedding Website&#8217; - Website Tem
plate</h1>
<div class="leftColumn">
<h3>Good For:</h3>
<div id="dialog-good-for">Weddings, engagements, wedding photogr
aphers</div>
<h3>Description:</h3>
<div id="dialog-description" itemprop="description">Prepare for
the big day with this chic and charming template. Customize the text and upload
photos to share the story of your love. This is the perfect place for guests to
RSVP, view the schedule of events, and browse your gift registry.</div>
</div>
<div class="rightColumn">
<span>
<h3>Difficulty:&nbsp;</h3>
<div id="dialog-difficulty" itemprop="di
fficulty">Easy</div>
</span>
<span itemprop="offers" itemscope itemtype="http
://schema.org/Offer">
<h3>Price:&nbsp;</h3>
<div id="dialog-price" itemprop="price">
Free</div>
<link itemprop="availability" href="http
://schema.org/InStock"/>
</span>
<a href="#" id="dialog-edit-now">Edit now</a>
</div>
<div class="clearBoth">&nbsp;</div>
</div>
<div class="dialog-box-shadows">
<div class="leftShadow"></div>
<div class="rightShadow"></div>
</div>
</div>
<!-- End of #dialog-box-->
</div>
<!-- End of #container-->
<!--Scripts after page loads-->
<script src="http://static.wix.com/services/third-party/jquery/1.4.3/min/jquery.
js" type="text/javascript"></script>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/components/scrollbar/custom-scrollbar.js"></scrip
t>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/common.js"></script>
<script src="http://static.parastorage.com/services/wix-html-template-viewer/1.7

76.0/js/template_viewer.js" type="text/javascript"></script>
<script type="text/javascript">
//https://docs.google.com/document/u/1/d/1EHEI_6Ll5FuLSEQv_SItCEWK1Da0m8-VSY
TdWRVe5tY/pub
var adoricInterface;
var BIDomain = window.location.host.indexOf('wixpress') != -1 ? 'http://frog
.wixpress.com/' : 'http://frog.wix.com/';
var W = W || {};
W.Adoric = W.Adoric || (function () {
function getAndSendUserProfile() {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
var biReposnse = JSON.parse(xmlhttp.responseText);
var userData = biReposnse.payload && biReposnse.payload.fiel
ds;
var params = {};
params.publishedSite = params.premium = params.savedSite = p
arams.secondTimeOnMA = false;
if (userData) {
for (var i = 0; i < userData.length; i++) {
var user = userData[i];
var sendToAdoric = '';
var paramBoolean = 'no';
switch (user.name) {
case 'first_publish':
params['publishedSite'] = !!user.value;
break;
case 'first_premium_site_id':
params['premium'] = !!user.value;
break;
case 'first_saved_site_date':
params['savedSite'] = !!user.value;
break;
case 'first_dashboard_visit_date':
params['secondTimeOnMA'] = !!user.value;
break;
}
}
}
var info = document.cookie.split('; ');
var cookieData = {};
info.forEach(function (index) {
var arr = index.split('=');
if (arr[0] === '_wixUIDX') {
cookieData[arr[0]] = arr[1];
}
});
params['Registered'] = !!cookieData['_wixUIDX'];
adoricInterface.trigger(this, 'userProfile', params);
}
}
xmlhttp.open("GET", "/_api/wix-bi-profile-server/userprofile?fields=
first_publish,first_premium_site_id,first_saved_site_date,first_dashboard_visit_
date&accept=json", true);

xmlhttp.send();
}
var biMap = {
close: {
0: {type: 'closed by click link redirect', evid: 666},
1: {type: 'closed [by submit form]', evid: 666},
2: {type: 'closed [by autoclose timer]', evid: 37},
4: {type: 'closed by user', evid: 36}
},
show: {
0: {type: 'show default', evid: 35},
1: {type: 'show [by timer]', evid: 35},
4: {type: 'show by mouseout', evid: 35}
},
click: {
0: {type: 'template click', evid: 38},
1: {type: 'form click', evid: 666}
},
versionSelected: {
0: {type: 'version selected', evid: 40}
}
};
function setPageLink(link) {
adoricInterface && adoricInterface.trigger(this, 'setDynamicLink', {
'ident_url_any_text': link});
}
return {
getAndSendUserProfile: getAndSendUserProfile,
setPageLink: setPageLink,
biMap: biMap
}
})();
function AdoricReady() {
adoricInterface = window.adoric;
function makeCallback(eventId) {
return function (data) {
var id;
var reasonKey = data.reason || 0;
switch (eventId) {
case 'lightbox:before:show':
id = 'show';
break;
case 'lightbox:before:close':
id = 'close';
break;
case 'lightbox:before:click':
id = 'click';
break;
case 'version:selected':
id = 'versionSelected';
break;
}
if (W.Adoric.biMap[id][reasonKey].evid === 666) {

return
}
var params = 'evid=' + W.Adoric.biMap[id][reasonKey].evid + '&lb
_id=' + data.lightbox.id + '&adoric_uuid=' + data.userId;
params += eventId === 'lightbox:before:click' ? '&value=' + data
.track + '&action=click&type=link' : '';
new Image(0, 0).src = BIDomain + 'spettatore_bi?src=2&' + params
+ '&_=' + new Date().getTime();
}
}
W.Adoric.getAndSendUserProfile();
adoricInterface && adoricInterface.on('version:selected', makeCallback('
version:selected'));
adoricInterface && adoricInterface.on('lightbox:before:show', makeCallba
ck('lightbox:before:show'));
adoricInterface && adoricInterface.on('lightbox:before:click', makeCallb
ack('lightbox:before:click'));
adoricInterface && adoricInterface.on('lightbox:before:close', makeCallb
ack('lightbox:before:close'));
W.Adoric.setPageLink('http://editor.wix.com/html/editor/web/
renderer/new?metaSiteId=eb8b896d-4d3e-40ba-b772-4de33867c299&siteId=eb8b896d-4d3
e-40ba-b772-4de33867c299')
}
</script>
<script type="text/javascript" async class="__ADORIC__" id="__ADORI
C__SCRIPT__" src="https://adoric.com/adoric.js?key=7d2e5d7f21df290e88ffd343d418d
c25" onload="AdoricReady()"></script>
<div style="visibility: hidden">view_template_v.vm</div>
</body>
</html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/h
tml4/strict.dtd">
<html>
<head>
</div>
<!-- End of #Header-->
<div id="headerShadows">
<div class="rightShadow"></div>
<div class="leftShadow"></div>
</div>
<!-- End of #HeaderShadows-->
<div class="contentWrapper">
<div class="preview-tab preview-tab-desktop"
>
<iframe src="http://www.wix.com/demone2/wedding-01-orly" width="
100%" height="100%"></iframe>
</div>
<!--</div>--><!-- End of .content-->
</div>
<!-- End of .contentWrapper-->
<div id="dialog-overlay"></div>
<div id="dialog-box">
<a id="close-pop-up-button" href="#">Close Pop Up Button</a>
<div class="dialog-content">
<h1 class="dialog-title">&#8216;Wedding Website&#8217; - Website Tem
plate</h1>
<div class="leftColumn">
<h3>Good For:</h3>

<div id="dialog-good-for">Weddings, engagements, wedding photogr


aphers</div>
<h3>Description:</h3>
<div id="dialog-description" itemprop="description">Prepare for
the big day with this chic and charming template. Customize the text and upload
photos to share the story of your love. This is the perfect place for guests to
RSVP, view the schedule of events, and browse your gift registry.</div>
</div>
<div class="rightColumn">
<span>
<h3>Difficulty:&nbsp;</h3>
<div id="dialog-difficulty" itemprop="di
fficulty">Easy</div>
</span>
<span itemprop="offers" itemscope itemtype="http
://schema.org/Offer">
<h3>Price:&nbsp;</h3>
<div id="dialog-price" itemprop="price">
Free</div>
<link itemprop="availability" href="http
://schema.org/InStock"/>
</span>
<a href="#" id="dialog-edit-now">Edit now</a>
</div>
<div class="clearBoth">&nbsp;</div>
</div>
<div class="dialog-box-shadows">
<div class="leftShadow"></div>
<div class="rightShadow"></div>
</div>
</div>
<!-- End of #dialog-box-->
</div>
<!-- End of #container-->
<!--Scripts after page loads-->
<script src="http://static.wix.com/services/third-party/jquery/1.4.3/min/jquery.
js" type="text/javascript"></script>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/components/scrollbar/custom-scrollbar.js"></scrip
t>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/common.js"></script>
<script src="http://static.parastorage.com/services/wix-html-template-viewer/1.7
76.0/js/template_viewer.js" type="text/javascript"></script>
<script type="text/javascript">
//https://docs.google.com/document/u/1/d/1EHEI_6Ll5FuLSEQv_SItCEWK1Da0m8-VSY
TdWRVe5tY/pub
var adoricInterface;
var BIDomain = window.location.host.indexOf('wixpress') != -1 ? 'http://frog
.wixpress.com/' : 'http://frog.wix.com/';
var W = W || {};
W.Adoric = W.Adoric || (function () {
function getAndSendUserProfile() {

var xmlhttp = new XMLHttpRequest();


xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
var biReposnse = JSON.parse(xmlhttp.responseText);
var userData = biReposnse.payload && biReposnse.payload.fiel
ds;
var params = {};
params.publishedSite = params.premium = params.savedSite = p
arams.secondTimeOnMA = false;
if (userData) {
for (var i = 0; i < userData.length; i++) {
var user = userData[i];
var sendToAdoric = '';
var paramBoolean = 'no';
switch (user.name) {
case 'first_publish':
params['publishedSite'] = !!user.value;
break;
case 'first_premium_site_id':
params['premium'] = !!user.value;
break;
case 'first_saved_site_date':
params['savedSite'] = !!user.value;
break;
case 'first_dashboard_visit_date':
params['secondTimeOnMA'] = !!user.value;
break;
}
}
}
var info = document.cookie.split('; ');
var cookieData = {};
info.forEach(function (index) {
var arr = index.split('=');
if (arr[0] === '_wixUIDX') {
cookieData[arr[0]] = arr[1];
}
});
params['Registered'] = !!cookieData['_wixUIDX'];
adoricInterface.trigger(this, 'userProfile', params);
}
}
xmlhttp.open("GET", "/_api/wix-bi-profile-server/userprofile?fields=
first_publish,first_premium_site_id,first_saved_site_date,first_dashboard_visit_
date&accept=json", true);
xmlhttp.send();
}
var biMap = {
close: {
0: {type:
1: {type:
2: {type:
4: {type:
},
show: {
0: {type:
1: {type:

'closed
'closed
'closed
'closed

by click link redirect', evid: 666},


[by submit form]', evid: 666},
[by autoclose timer]', evid: 37},
by user', evid: 36}

'show default', evid: 35},


'show [by timer]', evid: 35},

4: {type: 'show by mouseout', evid: 35}


},
click: {
0: {type: 'template click', evid: 38},
1: {type: 'form click', evid: 666}
},
versionSelected: {
0: {type: 'version selected', evid: 40}
}
};
function setPageLink(link) {
adoricInterface && adoricInterface.trigger(this, 'setDynamicLink', {
'ident_url_any_text': link});
}
return {
getAndSendUserProfile: getAndSendUserProfile,
setPageLink: setPageLink,
biMap: biMap
}
})();
function AdoricReady() {
adoricInterface = window.adoric;
function makeCallback(eventId) {
return function (data) {
var id;
var reasonKey = data.reason || 0;
switch (eventId) {
case 'lightbox:before:show':
id = 'show';
break;
case 'lightbox:before:close':
id = 'close';
break;
case 'lightbox:before:click':
id = 'click';
break;
case 'version:selected':
id = 'versionSelected';
break;
}
if (W.Adoric.biMap[id][reasonKey].evid === 666) {
return
}
var params = 'evid=' + W.Adoric.biMap[id][reasonKey].evid + '&lb
_id=' + data.lightbox.id + '&adoric_uuid=' + data.userId;
params += eventId === 'lightbox:before:click' ? '&value=' + data
.track + '&action=click&type=link' : '';
new Image(0, 0).src = BIDomain + 'spettatore_bi?src=2&' + params
+ '&_=' + new Date().getTime();
}
}
W.Adoric.getAndSendUserProfile();
adoricInterface && adoricInterface.on('version:selected', makeCallback('

version:selected'));
adoricInterface && adoricInterface.on('lightbox:before:show', makeCallba
ck('lightbox:before:show'));
adoricInterface && adoricInterface.on('lightbox:before:click', makeCallb
ack('lightbox:before:click'));
adoricInterface && adoricInterface.on('lightbox:before:close', makeCallb
ack('lightbox:before:close'));
W.Adoric.setPageLink('http://editor.wix.com/html/editor/web/
renderer/new?metaSiteId=eb8b896d-4d3e-40ba-b772-4de33867c299&siteId=eb8b896d-4d3
e-40ba-b772-4de33867c299')
}
</script>
<script type="text/javascript" async class="__ADORIC__" id="__ADORI
C__SCRIPT__" src="https://adoric.com/adoric.js?key=7d2e5d7f21df290e88ffd343d418d
c25" onload="AdoricReady()"></script>
<div style="visibility: hidden">view_template_v.vm</div>
</body>
</html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/h
tml4/strict.dtd">
<html>
<head>
</div>
<!-- End of #Header-->
<div id="headerShadows">
<div class="rightShadow"></div>
<div class="leftShadow"></div>
</div>
<!-- End of #HeaderShadows-->
<div class="contentWrapper">
<div class="preview-tab preview-tab-desktop"
>
<iframe src="http://www.wix.com/demone2/wedding-01-orly" width="
100%" height="100%"></iframe>
</div>
<!--</div>--><!-- End of .content-->
</div>
<!-- End of .contentWrapper-->
<div id="dialog-overlay"></div>
<div id="dialog-box">
<a id="close-pop-up-button" href="#">Close Pop Up Button</a>
<div class="dialog-content">
<h1 class="dialog-title">&#8216;Wedding Website&#8217; - Website Tem
plate</h1>
<div class="leftColumn">
<h3>Good For:</h3>
<div id="dialog-good-for">Weddings, engagements, wedding photogr
aphers</div>
<h3>Description:</h3>
<div id="dialog-description" itemprop="description">Prepare for
the big day with this chic and charming template. Customize the text and upload
photos to share the story of your love. This is the perfect place for guests to
RSVP, view the schedule of events, and browse your gift registry.</div>
</div>
<div class="rightColumn">
<span>
<h3>Difficulty:&nbsp;</h3>

<div id="dialog-difficulty" itemprop="di


fficulty">Easy</div>
</span>
<span itemprop="offers" itemscope itemtype="http
://schema.org/Offer">
<h3>Price:&nbsp;</h3>
<div id="dialog-price" itemprop="price">
Free</div>
<link itemprop="availability" href="http
://schema.org/InStock"/>
</span>
<a href="#" id="dialog-edit-now">Edit now</a>
</div>
<div class="clearBoth">&nbsp;</div>
</div>
<div class="dialog-box-shadows">
<div class="leftShadow"></div>
<div class="rightShadow"></div>
</div>
</div>
<!-- End of #dialog-box-->
</div>
<!-- End of #container-->
<!--Scripts after page loads-->
<script src="http://static.wix.com/services/third-party/jquery/1.4.3/min/jquery.
js" type="text/javascript"></script>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/components/scrollbar/custom-scrollbar.js"></scrip
t>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/common.js"></script>
<script src="http://static.parastorage.com/services/wix-html-template-viewer/1.7
76.0/js/template_viewer.js" type="text/javascript"></script>
<script type="text/javascript">
//https://docs.google.com/document/u/1/d/1EHEI_6Ll5FuLSEQv_SItCEWK1Da0m8-VSY
TdWRVe5tY/pub
var adoricInterface;
var BIDomain = window.location.host.indexOf('wixpress') != -1 ? 'http://frog
.wixpress.com/' : 'http://frog.wix.com/';
var W = W || {};
W.Adoric = W.Adoric || (function () {
function getAndSendUserProfile() {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
var biReposnse = JSON.parse(xmlhttp.responseText);
var userData = biReposnse.payload && biReposnse.payload.fiel
ds;
var params = {};
params.publishedSite = params.premium = params.savedSite = p
arams.secondTimeOnMA = false;
if (userData) {
for (var i = 0; i < userData.length; i++) {
var user = userData[i];

var sendToAdoric = '';


var paramBoolean = 'no';
switch (user.name) {
case 'first_publish':
params['publishedSite'] = !!user.value;
break;
case 'first_premium_site_id':
params['premium'] = !!user.value;
break;
case 'first_saved_site_date':
params['savedSite'] = !!user.value;
break;
case 'first_dashboard_visit_date':
params['secondTimeOnMA'] = !!user.value;
break;
}
}
}
var info = document.cookie.split('; ');
var cookieData = {};
info.forEach(function (index) {
var arr = index.split('=');
if (arr[0] === '_wixUIDX') {
cookieData[arr[0]] = arr[1];
}
});
params['Registered'] = !!cookieData['_wixUIDX'];
adoricInterface.trigger(this, 'userProfile', params);
}
}
xmlhttp.open("GET", "/_api/wix-bi-profile-server/userprofile?fields=
first_publish,first_premium_site_id,first_saved_site_date,first_dashboard_visit_
date&accept=json", true);
xmlhttp.send();
}
var biMap = {
close: {
0: {type: 'closed by click link redirect', evid: 666},
1: {type: 'closed [by submit form]', evid: 666},
2: {type: 'closed [by autoclose timer]', evid: 37},
4: {type: 'closed by user', evid: 36}
},
show: {
0: {type: 'show default', evid: 35},
1: {type: 'show [by timer]', evid: 35},
4: {type: 'show by mouseout', evid: 35}
},
click: {
0: {type: 'template click', evid: 38},
1: {type: 'form click', evid: 666}
},
versionSelected: {
0: {type: 'version selected', evid: 40}
}
};
function setPageLink(link) {
adoricInterface && adoricInterface.trigger(this, 'setDynamicLink', {

'ident_url_any_text': link});
}
return {
getAndSendUserProfile: getAndSendUserProfile,
setPageLink: setPageLink,
biMap: biMap
}
})();
function AdoricReady() {
adoricInterface = window.adoric;
function makeCallback(eventId) {
return function (data) {
var id;
var reasonKey = data.reason || 0;
switch (eventId) {
case 'lightbox:before:show':
id = 'show';
break;
case 'lightbox:before:close':
id = 'close';
break;
case 'lightbox:before:click':
id = 'click';
break;
case 'version:selected':
id = 'versionSelected';
break;
}
if (W.Adoric.biMap[id][reasonKey].evid === 666) {
return
}
var params = 'evid=' + W.Adoric.biMap[id][reasonKey].evid + '&lb
_id=' + data.lightbox.id + '&adoric_uuid=' + data.userId;
params += eventId === 'lightbox:before:click' ? '&value=' + data
.track + '&action=click&type=link' : '';
new Image(0, 0).src = BIDomain + 'spettatore_bi?src=2&' + params
+ '&_=' + new Date().getTime();
}
}
W.Adoric.getAndSendUserProfile();
adoricInterface && adoricInterface.on('version:selected', makeCallback('
version:selected'));
adoricInterface && adoricInterface.on('lightbox:before:show', makeCallba
ck('lightbox:before:show'));
adoricInterface && adoricInterface.on('lightbox:before:click', makeCallb
ack('lightbox:before:click'));
adoricInterface && adoricInterface.on('lightbox:before:close', makeCallb
ack('lightbox:before:close'));
W.Adoric.setPageLink('http://editor.wix.com/html/editor/web/
renderer/new?metaSiteId=eb8b896d-4d3e-40ba-b772-4de33867c299&siteId=eb8b896d-4d3
e-40ba-b772-4de33867c299')
}
</script>
<script type="text/javascript" async class="__ADORIC__" id="__ADORI
C__SCRIPT__" src="https://adoric.com/adoric.js?key=7d2e5d7f21df290e88ffd343d418d

c25" onload="AdoricReady()"></script>
<div style="visibility: hidden">view_template_v.vm</div>
</body>
</html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/h
tml4/strict.dtd">
<html>
<head>
</div>
<!-- End of #Header-->
<div id="headerShadows">
<div class="rightShadow"></div>
<div class="leftShadow"></div>
</div>
<!-- End of #HeaderShadows-->
<div class="contentWrapper">
<div class="preview-tab preview-tab-desktop"
>
<iframe src="http://www.wix.com/demone2/wedding-01-orly" width="
100%" height="100%"></iframe>
</div>
<!--</div>--><!-- End of .content-->
</div>
<!-- End of .contentWrapper-->
<div id="dialog-overlay"></div>
<div id="dialog-box">
<a id="close-pop-up-button" href="#">Close Pop Up Button</a>
<div class="dialog-content">
<h1 class="dialog-title">&#8216;Wedding Website&#8217; - Website Tem
plate</h1>
<div class="leftColumn">
<h3>Good For:</h3>
<div id="dialog-good-for">Weddings, engagements, wedding photogr
aphers</div>
<h3>Description:</h3>
<div id="dialog-description" itemprop="description">Prepare for
the big day with this chic and charming template. Customize the text and upload
photos to share the story of your love. This is the perfect place for guests to
RSVP, view the schedule of events, and browse your gift registry.</div>
</div>
<div class="rightColumn">
<span>
<h3>Difficulty:&nbsp;</h3>
<div id="dialog-difficulty" itemprop="di
fficulty">Easy</div>
</span>
<span itemprop="offers" itemscope itemtype="http
://schema.org/Offer">
<h3>Price:&nbsp;</h3>
<div id="dialog-price" itemprop="price">
Free</div>
<link itemprop="availability" href="http
://schema.org/InStock"/>
</span>
<a href="#" id="dialog-edit-now">Edit now</a>
</div>

<div class="clearBoth">&nbsp;</div>
</div>
<div class="dialog-box-shadows">
<div class="leftShadow"></div>
<div class="rightShadow"></div>
</div>
</div>
<!-- End of #dialog-box-->
</div>
<!-- End of #container-->
<!--Scripts after page loads-->
<script src="http://static.wix.com/services/third-party/jquery/1.4.3/min/jquery.
js" type="text/javascript"></script>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/components/scrollbar/custom-scrollbar.js"></scrip
t>
<script type="text/javascript" src="http://static.parastorage.com/services/wix-h
tml-template-viewer/1.776.0/js/common.js"></script>
<script src="http://static.parastorage.com/services/wix-html-template-viewer/1.7
76.0/js/template_viewer.js" type="text/javascript"></script>
<script type="text/javascript">
//https://docs.google.com/document/u/1/d/1EHEI_6Ll5FuLSEQv_SItCEWK1Da0m8-VSY
TdWRVe5tY/pub
var adoricInterface;
var BIDomain = window.location.host.indexOf('wixpress') != -1 ? 'http://frog
.wixpress.com/' : 'http://frog.wix.com/';
var W = W || {};
W.Adoric = W.Adoric || (function () {
function getAndSendUserProfile() {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
var biReposnse = JSON.parse(xmlhttp.responseText);
var userData = biReposnse.payload && biReposnse.payload.fiel
ds;
var params = {};
params.publishedSite = params.premium = params.savedSite = p
arams.secondTimeOnMA = false;
if (userData) {
for (var i = 0; i < userData.length; i++) {
var user = userData[i];
var sendToAdoric = '';
var paramBoolean = 'no';
switch (user.name) {
case 'first_publish':
params['publishedSite'] = !!user.value;
break;
case 'first_premium_site_id':
params['premium'] = !!user.value;
break;
case 'first_saved_site_date':
params['savedSite'] = !!user.value;
break;

case 'first_dashboard_visit_date':
params['secondTimeOnMA'] = !!user.value;
break;
}
}
}
var info = document.cookie.split('; ');
var cookieData = {};
info.forEach(function (index) {
var arr = index.split('=');
if (arr[0] === '_wixUIDX') {
cookieData[arr[0]] = arr[1];
}
});
params['Registered'] = !!cookieData['_wixUIDX'];
adoricInterface.trigger(this, 'userProfile', params);
}
}
xmlhttp.open("GET", "/_api/wix-bi-profile-server/userprofile?fields=
first_publish,first_premium_site_id,first_saved_site_date,first_dashboard_visit_
date&accept=json", true);
xmlhttp.send();
}
var biMap = {
close: {
0: {type: 'closed by click link redirect', evid: 666},
1: {type: 'closed [by submit form]', evid: 666},
2: {type: 'closed [by autoclose timer]', evid: 37},
4: {type: 'closed by user', evid: 36}
},
show: {
0: {type: 'show default', evid: 35},
1: {type: 'show [by timer]', evid: 35},
4: {type: 'show by mouseout', evid: 35}
},
click: {
0: {type: 'template click', evid: 38},
1: {type: 'form click', evid: 666}
},
versionSelected: {
0: {type: 'version selected', evid: 40}
}
};
function setPageLink(link) {
adoricInterface && adoricInterface.trigger(this, 'setDynamicLink', {
'ident_url_any_text': link});
}
return {
getAndSendUserProfile: getAndSendUserProfile,
setPageLink: setPageLink,
biMap: biMap
}
})();
function AdoricReady() {
adoricInterface = window.adoric;

function makeCallback(eventId) {
return function (data) {
var id;
var reasonKey = data.reason || 0;
switch (eventId) {
case 'lightbox:before:show':
id = 'show';
break;
case 'lightbox:before:close':
id = 'close';
break;
case 'lightbox:before:click':
id = 'click';
break;
case 'version:selected':
id = 'versionSelected';
break;
}
if (W.Adoric.biMap[id][reasonKey].evid === 666) {
return
}
var params = 'evid=' + W.Adoric.biMap[id][reasonKey].evid + '&lb
_id=' + data.lightbox.id + '&adoric_uuid=' + data.userId;
params += eventId === 'lightbox:before:click' ? '&value=' + data
.track + '&action=click&type=link' : '';
new Image(0, 0).src = BIDomain + 'spettatore_bi?src=2&' + params
+ '&_=' + new Date().getTime();
}
}
W.Adoric.getAndSendUserProfile();
adoricInterface && adoricInterface.on('version:selected', makeCallback('
version:selected'));
adoricInterface && adoricInterface.on('lightbox:before:show', makeCallba
ck('lightbox:before:show'));
adoricInterface && adoricInterface.on('lightbox:before:click', makeCallb
ack('lightbox:before:click'));
adoricInterface && adoricInterface.on('lightbox:before:close', makeCallb
ack('lightbox:before:close'));
W.Adoric.setPageLink('http://editor.wix.com/html/editor/web/
renderer/new?metaSiteId=eb8b896d-4d3e-40ba-b772-4de33867c299&siteId=eb8b896d-4d3
e-40ba-b772-4de33867c299')
}
</script>
<script type="text/javascript" async class="__ADORIC__" id="__ADORI
C__SCRIPT__" src="https://adoric.com/adoric.js?key=7d2e5d7f21df290e88ffd343d418d
c25" onload="AdoricReady()"></script>
<div style="visibility: hidden">view_template_v.vm</div>
</body>
</html>

You might also like