$(function() { $("body").cupidify({ startDate: { "year": 2015, "month": 1, "day": 1 }, endDate: { "year": 2029, "month": 12, "day": 31 }, showCupid: true, cupidHeartsColor: '#C62026', cupidColor: '#C62026', cupidSize: 170, cupidMoveOnHover: true, cupidLocation: "left", showBalloons: true, balloonsLocation: "right", showWelcome: true, welcomeText: "Happy Valentines Day" }); });