```php
require("dellAsset.class.php");
$tag = $_GET['tag'];
if(!$tag) $tag="XXXXXX";
$matos = new dellAsset(array("tag" => $tag));
if(!$matos->ServiceTag) die($matos->errormsg);
print "Service tag: ".$matos->ServiceTag."
";
print "Modele: ".$matos->SystemModel."
";
print "Type: ".$matos->SystemType."
";
print "Date de livraison: ".$matos->SystemShipDate."
";
print "Garanties:
";
foreach($matos->Warranties as $warranty) {
print "Nom: ".$warranty->ServiceLevelDescription."
";
#print "
".print_r($warranty,1).""; print "Date de debut: ".$warranty->StartDate."