function change_link()
{
document.getElementById('blue').style.color='#00479C'
document.getElementById('switch').style.color='#FF9933'
}

function change_link_out()
{
document.getElementById('blue').style.color=''
document.getElementById('switch').style.color=''
}



function social_networking(theUrl,product,network_id)
{
document.getElementById('networktrack').src='http://www.ihomeaudio.com/track_networking.asp?theurl='+theUrl+'&product='+product+'&network='+network_id
}