//Select ipod by screen height so it fits
function detectpod()
{
if(screen.height<=850)
{
window.location='ipod/site/ipod2.html';
}else{
window.location='ipod/site/ipod1.html';
}
}

