ADVERTISE WITH US
Would you like to advertise on our site? Just send an email to Advertise@senioridol.com and we will contact you to discuss the many advantages of advertising with us.
>
function switchStyles()
{
//alert("+++");
if (document.all.ss1.href == "style.css")
{
document.all.ss1.href = "style1.css";
}
else
{
if(document.all.ss1.href = "style1.css")
{
document.all.ss1.href = "style2.css";
}
}
}
function switchStyles1()
{
//alert("---");
if (document.all.ss1.href != "style.css")
{
if (document.all.ss1.href == "style1.css")
{
document.all.ss1.href = "style.css";
}
else
{
if(document.all.ss1.href = "style2.css")
{
document.all.ss1.href = "style1.css";
}
}
}
}