<!-- // begin
var ipaddress = '66.8.219.196';

function shopping(product) {
 if (product != ""){
  top.location.href='http://' + ipaddress + '/treasure/treasure.asp?productcode=' + product + '&store=' + document.URL;
 }else{
  top.location.href='http://' + ipaddress + '/treasure/treasure.asp?store=' + document.URL;
 }
}

function linkto(pageadx) {
  window.location.href='http://' + ipaddress + '/' + pageadx;
}


function windowto(pageadx,pagetitle) {
	window2=window.open('http://' + ipaddress + '/' + pageadx,pagetitle,'');
	window2.focus();
}

// end -->
