NovaMetis Designs provides Internet and Advertising Solutions that help businesses establish, re-create and/or re-direct their web and advertising presence.

We take a planned approach to building websites and creating your corporate image through market research in order to help you act on a successful course of action.

Our in house designers and programmers have the expertise and experience to take your business to the next level.
''){ ?>
".stripslashes($row[title])."
"; print "".$row[display_date].""; $content = str_replace(" />", ">", $row[content]); print stripslashes($content); } ?>
"; // list the blog archives $sql = "select * from blog order by id desc"; $result = @mysql_query($sql); print ""; print ""; while ($row = @mysql_fetch_array($result, MYSQL_ASSOC)) { $string = strip_tags(stripslashes($row["title"])); if($string == '') $string = strip_tags(stripslashes($row["content"])); $string = str_replace(" ","",$string); $id = $row[id]; $date = $row[display_date]; // format the teaser $short_string = substr($string, 0, 120); $teaser = teaser_string($short_string, "60"); $link = "news.php?id=". $id; print ""; } print ""; ?>