// Popup Home

 ajpopup1 = new AJPopup(350);
 ajpopup1.addHeader("Click on one of the following");
 ajpopup1.addLinkWithTarget("MarketViews.TV Home Page","http://www.marketviews.tv/","_top");
 ajpopup1.addLinkWithTarget("Aegean Research/Analysis Home Page","http://www.aegeancapital.com","_blank");
 ajpopup1.addLinkWithTarget("MarketViews.TV Subscriber Home Page (Log In)","http://www.marketviews.tv/paidservices/subscribers.asp","_top");
 ajpopup1.createPopup();
 
// MARKET ANALYSIS
 
 ajpopup2 = new AJPopup(150);
 ajpopup2.addHeader("Click on one of the following");
 ajpopup2.addLinkWithTarget("Market Timing","http://Graphics.aegeancapital.com/freeservices/markettiming/index.htm","main");
 ajpopup2.addLinkWithTarget("Monthly Report","http://aegeancapital.com/subscriberservices/tour.htm","main");
 ajpopup2.addLinkWithTarget("More","http://aegeancapital.com/subscriberservices/tour.htm","main");
 ajpopup2.createPopup();

// Popup Free Services 
 
 ajpopup3 = new AJPopup(150);
 ajpopup3.addHeader("Click on one of the following");
 ajpopup3.addLinkWithTarget("Interviews","http://marketviews.tv/freeservices/archives1/marketviews.htm","main");
 ajpopup3.addLinkWithTarget("The Best Of ...","http://marketviews.tv/freeservices/BestoftheBest/index.htm","main");
 ajpopup3.addLinkWithTarget("Tutorials","http://www.aegeancapital.com/subscriberservices/tutorials/index.htm","main");
 ajpopup3.addLinkWithTarget("Editorials","http://Graphics.aegeancapital.com/freeservices/editorials/index.htm","main");
 ajpopup3.createPopup();
