Are you looking to buy a new aluminium boat in Perth
if(!$_GET["dealer"]){
if($_GET["cate"]){
$bw_content = file_get_contents("http://yachthub.com/brokers/1_bluewater_v6/main.php?dealer=chiversmarine&ToDo=list_boats&order_by=added_desc&cate=".$_GET["cate"]);
}
else{
$bw_content = file_get_contents("http://yachthub.com/brokers/1_bluewater_v6/main.php?dealer=chiversmarine&ToDo=list_boats&search=true&order_by=added_desc&new_used=".$_GET["new_used"]);
}
}else{
$bw_content = file_get_contents("http://yachthub.com/brokers/1_bluewater_v6/main.php?". $_SERVER['QUERY_STRING']);
}
echo $bw_content;
?>