--- mmsg_msgfaxmain.java	Tue Jun 14 16:15:06 2005
+++ mmsg_msgicqmain.java	Tue Jun 14 16:15:06 2005
@@ -11,10 +11,10 @@
  * This virtual HTML page draws the marketing message.
  * 
  */
-public class mmsg_msgfaxmain extends VirtualPortalPage {
-   
-    public  mmsg_msgfaxmain ( HttpPresentationComms comms) {
-	super(comms, "mmsg_msgfaxmain", false);
+public class mmsg_msgicqmain extends VirtualPortalPage {
+    
+    public  mmsg_msgicqmain ( HttpPresentationComms comms) {
+	super(comms, "mmsg_msgicqmain", false);
     }
     
     public boolean processData() {
@@ -30,7 +30,7 @@
         }
 
         //set the url popup message
-        Link link = new Link("pmsg_msgfaxmain");
+        Link link = new Link("pmsg_msgicqmain");
         Element url = getElement("the_url");
         url.setAttribute("value", link.toString());  
                 
@@ -38,6 +38,6 @@
     }
     
     public boolean processTemplate( ) {
-        return true;
+	return true;
     }
 }
