Lucky Rocks Launch 20/10 (%)
We would like to invite you to our Lucky Rocks event19.00u: Welcome
20.30u: Lucky Rocks Launch
21u: Food & Drinks
Click here to subscribe!
{{ ---------BEGIN THEME SETTINGS AND CONTROLS----------- }}
{% assign: Info_Block_Link_Behavior = 'new' %} {{ Options: 'Same Window' or 'new' }}
{% assign: Number_of_Info_Blocks = 2 %} {{ Options: 1 to 10 }}
{{ --INFO BLOCK 1 SETTINGS-- }}
{% assign: ib_1_title = "" %}
{% capture ib_1_desc %}
{% endcapture %}
{% assign: ib_1_display_image = 'Yes' %}
{% assign: ib_1_image = 'https://themefiend.com/wp-content/uploads/charlottedvos/LUCKYROCKS_20160729_Header_website4_1500x804.jpg' %}
{% assign: ib_1_include_image_link = 'Yes' %}
{% assign: ib_1_image_link = "http://example.com" %}
{% assign: ib_1_desc_image_order = "Desc over Image" %}
{{ ---------END THEME SETTINGS AND CONTROLS----------- }}
{% assign: iblbv = Info_Block_Link_Behavior %}
{% assign: nib = Number_of_Info_Blocks %}
{{ ib_1_title }}
{% endunless %} {% capture ib_1_desc %} {% unless ib_1_desc == blank or ib_1_desc == " " %}{{ -----------BEGIN SCRIPTS -----------}}
(function($) {
$(document).ready(function(){
$(".info_block > br, .info_block p:empty").remove();
$(".ib_desc br:first-child, .ib_desc br:first-child + br").remove();
});
var url1 = /(^|<|\s)(www\..+?\..+?)(\s|>|$)/g,
url2 = /(^|<|\s)(((https?|ftp):\/\/|mailto:).+?)(\s|>|$)/g,
linkifyThis = function () {
var childNodes = this.childNodes,
i = childNodes.length;
while(i--)
{
var n = childNodes<i>;
if (n.nodeType == 3) {
var html = $.trim(n.nodeValue);
if (html)
{
html = html.replace(/&/g, '&')
.replace(/</g, '<')
.replace(/>/g, '>')
.replace(url1, '$1<a href="http://$2">$2</a>$3')
.replace(url2, '$1<a href="$2">$2</a>$5');
$(n).after(html).remove();
}
}
else if (n.nodeType == 1 && !/^(a|button|textarea)$/i.test(n.tagName)) {
linkifyThis.call(n);
}
}
};
$.fn.linkify = function () {
return this.each(linkifyThis);
};
$('body').linkify();
$("a[@href^='www'], a[@href^='http']").attr('target','_blank');
})(jQuery);