hx: Page Down Test

{{ ------------BEGIN SETTINGS AND CONTROLS------------ }}

{% assign: Theme_Fiend_Lab_UserName = 'YourUserName' %}
{% assign: Image_Source = 'Self-hosted' %} {{ Options: 'Lab' or 'Self-hosted' }}

{{ ----HOME PAGE BANNER IMAGE SETTINGS---- }}

{% assign: Image_Source = 'Self-hosted' %} {{ Options: 'Lab' or 'Self-hosted' }}

{{ Note: Choosing 'Lab' as your Image_Source means that your home page image will use the images you uploaded to your Theme Fiend Lab account }}

{{ Note: Only set Home_Page_Banner_Image_Url if you chose 'Self-hosted' Option }}
{{ Image uploaded to Theme Fiend Lab account will appear automatically if named ‘home-banner’ }}

{% assign: Home_Page_Banner_Link = 'http://www.kerietsol.com/category/new' %}

{% assign: Home_Page_Banner_Image_Url = 'http://i1276.photobucket.com/albums/y461/KerietSol/Website%20Header/FringeBenefitsCover.jpg' %}
{{ ------------END SETTINGS AND CONTROLS------------ }}

{% assign: Lab = 'http://themefiend.com/lab/images/' %}

{% assign No_Img = 'http://themefiend.com/images/no.png' %}

<!--
var image1=new Image()
image1.src="http://i1276.photobucket.com/albums/y461/KerietSol/Website%20Header/FringeBenefitsCover.jpg"
var image2=new Image()
image2.src="http://i1276.photobucket.com/albums/y461/KerietSol/Website%20Header/AllThatGlittersisGoldWSCover860X500.jpg"
var image3=new Image()
image3.src="http://i1276.photobucket.com/albums/y461/KerietSol/Collection1FBLikeandSharePoster862x500.jpg"
//-->



<!--
//variable that will increment through the images
var step=1
//a variable that will keep track of the image currently being displayed.
var whichimage=1
function slideit(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.slide.src=eval("image"+step+".src")
whichimage=step
//change the no of step according to the number of pics
if (step<3)
step++
else
step=1
//call function "slideit()" every 4 seconds
setTimeout("slideit()",4000)
}
//set link for the images
slideit()
function slidelink(){
if (whichimage==1)
window.location="http://www.kerietsol.com/category/new"
else if (whichimage==2)
window.location="http://www.kerietsol.com/early-birds-promo"
else if (whichimage==3)
window.location="http://goo.gl/h44yK"
}
//-->

Featured Products

{% if products.featured != blank %}

{% for product in products.featured %} {% endfor %}

{% else %}

No products found.

{% endif %}

var k = jQuery.noConflict();

k(document).ready(function() {

// Or, hide them
k("img").error(function(){
k(this).hide();
});
k("a").each(function() {
k(this).attr("href", k(this).attr("href").replace("http://yourshop.bigcartel.com/", "{{ store.url }}")
});

});