Lucky Rocks Launch 20/10 (%)

We would like to invite you to our Lucky Rocks event

19.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 %}

{% if nib >= 1 %}
{% unless ib_1_title == blank or ib_1_title == " " %}

{{ ib_1_title }}

{% endunless %} {% capture ib_1_desc %} {% unless ib_1_desc == blank or ib_1_desc == " " %}
{{ ib_1_desc | paragraphs }}
{% endunless %} {% endcapture %} {% capture ib_1_image %}{% if ib_1_display_image contains 'es' %} {% if ib_1_include_image_link contains 'es' %}{% else %} {% endif %} {% endif %}{% endcapture %} {% if ib_1_desc_image_order contains 'Desc ov' %}{{ ib_1_desc }}{{ ib_1_image }}{% else %}{{ ib_1_image }}{{ ib_1_desc }}{% endif %}
{% endif %}

{{ -----------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, '&amp;')
.replace(/</g, '&lt;')
.replace(/>/g, '&gt;')
.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);