Author Archives: admin

Got Talent

Her Singing STOPPED Simon Cowell From Pressing The RED Buzzer Kids Got Talent[Read More]

A Look on Diet Fitness

Many people nowadays are very much conscious about their own health and fitness. In addition[Read More]

Buying Discount Vitamins

There are a number of ways that you can find discount vitamins. The most common[Read More]

Beauty and Fitness

Health is wealth. By being physically fit, it can make a person look lean both[Read More]

How to Get Out of Your Cash Advance Addiction

Cash advance loans can be addictive — when you need them they are there and[Read More]

Vegan Alternatives To Gelatin

Gelatin serves both nutritional and culinary roles innonvegetarian diets; however, a lot of vegetarians andall[Read More]

The 24 Hour Fitness Path

The Twenty Four Hour fitness center is like your one stop shop to everything about[Read More]

Welcome!

Welcome to Side Avenue. We’re currently working on the site and hopefully it is going[Read More]

Our Blog
Check out all the latest
Shopping has never been so easy
Cookie Notification .cookie-notification { position: fixed; bottom: 0; left: 0; width: 100%; padding: 10px; background-color: #333; color: #fff; text-align: center; } .cookie-notification button { background-color: #fff; color: #333; border: none; padding: 5px 10px; margin: 0 10px; cursor: pointer; } const notification = document.querySelector('.cookie-notification'); const acceptButton = document.getElementById('accept-cookies'); const declineButton = document.getElementById('decline-cookies'); acceptButton.addEventListener('click', () => { notification.style.display = 'none'; // Hide the notification // You can also set a cookie here to remember user's preference }); declineButton.addEventListener('click', () => { notification.style.display = 'none'; // Hide the notification // You might want to adjust your website behavior based on user's choice });