﻿$(function() {
$('#homestage')
	.before('<div id="teasernav">')
    .cycle({
    	fx: 'fade',
    	speed: 400,
    	timeout: 6000,
    	pause: 1,
    	pager: '#teasernav'
    });
});
