Style Collective Competitions!
Every month Style Collective brings you some fabulous prizes including designer fashion and accessories, children's clothing and toys, homewares, and delicious treats. To enter, simply sign up as a Style Collective member and then drop back each month to see what's new!
![]() | Win a VicheVIP Romantic Gift Experience valued at $195!The VicheVIP 'Romantic' gift has all the ingredients to help you get your romantic suave on. The perfect romantic idea for Valentines Day your gift includes your choice of lingerie, fresh rose petals choc coated strawberries, designer perfume, scented candle and more! How to enter... To enter, share with us the worst pickup line you have ever heard. Don't forget to visit Viche to browse the Valentines range... |
![]() | Win a girls handmade decor pack from MYLK!Visit mylk and tell us your two favourite items from their girls range (aside from the items listed in the prize)! |
function getItem(id)
{
var itm = false;
if(document.getElementById)
itm = document.getElementById(id);
else if(document.all)
itm = document.all[id];
else if(document.layers)
itm = document.layers[id];
return itm;
}
function toggleItem(id)
{
itm = getItem(id);
if(!itm)
return false;
if(itm.style.display == 'none')
itm.style.display = '';
else
itm.style.display = 'none';
return false;
}
|




function getItem(id)
{
var itm = false;
if(document.getElementById)
itm = document.getElementById(id);
else if(document.all)
itm = document.all[id];
else if(document.layers)
itm = document.layers[id];
return itm;
}
function toggleItem(id)
{
itm = getItem(id);
if(!itm)
return false;
if(itm.style.display == 'none')
itm.style.display = '';
else
itm.style.display = 'none';
return false;
}












