function browseshops()
{
	window.location = "http://www.locoshake.net/index.php";
}

function search(keyword)
{
window.location = "http://www.locoshake.net/search.php?keyword="+keyword;
} 
	
function mycoupon()
{
window.location = "http://www.locoshake.net/favcoupens.php";
}


function myfavorites()
{
window.location = "http://www.locoshake.net/showfav.php";	
} 




function nextover()
{
document.getElementById('next').src = 'images/next_hover.gif';	
}

function nextout()
{
document.getElementById('next').src = 'images/next_active.gif';	
}

function prevover()
{
document.getElementById('prev').src = 'images/prev_hover.gif';	
}

function prevout()
{
document.getElementById('prev').src = 'images/prev_active.gif';	
}