//(c)Copyright 2008 Escobar Studios.
//Define the "go()" and the "go_blank()" functions

function go(url)
{
parent.location.href=url
}

function go_blank(url)
{
window.open(url)
}



//Featured banners

function change_page(page)
{
  alert(page);
}


$(".noselect").disableSelection();
