<%@ page session=false %> <%@ page import = "java.util.*" %> <%@ page import = "java.net.*" %> <%-- This is Java stuff to create a lookup table. As we test/develop with other sites, we add coding for them --%> <% Hashtable topsiteID = new Hashtable(); // build hashtable topsiteID.put("txcn_gold", "txcnmovgoldstory_top.jsp"); topsiteID.put("nwcn_gold", "nwcnmovgoldstory_top.jsp"); topsiteID.put("nwcn", "nwcnmovgoldstory_top.jsp"); topsiteID.put("dallasnews","dallasnewstech_top.jsp"); topsiteID.put("kmov","kmovtech_top.jsp"); topsiteID.put("kmov_gold","kmovmovgoldstory_top.jsp"); topsiteID.put("krem","kremmovgoldstory_top.jsp"); topsiteID.put("krem_gold","kremmovgoldstory_top.jsp"); topsiteID.put("kingtest","kingtmovtestst_top.jsp"); topsiteID.put("king5","kingmovgoldstory_top.jsp"); topsiteID.put("pe_gold","pemovgoldstory_top.jsp"); topsiteID.put("kgw","kgwtech_top.jsp"); topsiteID.put("inland","inlandtech_top.jsp"); topsiteID.put("kmsb","kmsbtech_top.jsp"); topsiteID.put("azfamily","azfamilytech_top.jsp"); topsiteID.put("ktvb_gold","ktvbmovgoldstory_top.jsp"); topsiteID.put("kskn","kskntech_top.jsp"); topsiteID.put("whas","whasmovgoldstory_top.jsp"); topsiteID.put("whas11","whasmovgoldstory_top.jsp"); topsiteID.put("whas_gold","whasmovgoldstory_top.jsp"); topsiteID.put("wwl","wwltech_top.jsp"); topsiteID.put("wwl_gold","wwlmovgoldstory_top.jsp"); topsiteID.put("khou","khoumovgoldstory_top.jsp"); topsiteID.put("khou_gold","khoumovgoldstory_top.jsp"); topsiteID.put("nbc6","nbc6movgoldstory_top.jsp"); topsiteID.put("nbc6_gold","nbc6movgoldstory_top.jsp"); topsiteID.put("mysanantonio","mysanantoniotech_top.jsp"); topsiteID.put("dentonrc_gold","dentonrcmovgoldstory_top.jsp"); topsiteID.put("wvec","wvecmovgoldstory_top.jsp"); topsiteID.put("wvec_gold","wvecmovgoldstory_top.jsp"); topsiteID.put("kvue","kvuemovgoldstory_top.jsp"); topsiteID.put("kvue_gold","kvuemovgoldstory_top.jsp"); topsiteID.put("projo","projotech_top.jsp"); topsiteID.put("wfaa","wfaatech_top.jsp"); topsiteID.put("arlington","arlingtontech_top.jsp"); String rsiteid=""; if (request.getHeader("Referer") != null) { String referer = request.getHeader("Referer"); int startAt = 0; if (referer.indexOf("http://www.") != -1) { startAt = 11; //index of 1st char after 'http://www.' in url } else { if (referer.indexOf(".") != -1) { startAt = referer.indexOf("."); //index of 1st char startAt = startAt + 1; } } rsiteid = referer.substring(startAt, referer.indexOf(".com")); } if((String)topsiteID.get(rsiteid) == null) rsiteid = ""; if (rsiteid == "") { Cookie cookies[] = request.getCookies(); Cookie cookie = null; if (cookies != null) { for (int i=0; i < cookies.length; ++i) { if (cookies[i].getName().equals("Siteid")) { cookie = cookies[i]; rsiteid = URLDecoder.decode(cookie.getValue()); break; } else {} } } } if (rsiteid == "") rsiteid = "dallasnews"; String Thisisthetoptemplateid = (String)topsiteID.get(rsiteid); %> <%-- This JSP coding does a server-side include of the HTML which represents the top template --%> Clockstoppers

for action violence and mild language

03/28/2002

By Nancy Churnin / Movie Critic of The Dallas Morning News


Paramount Pictures
Jesse Bradford and Robin Thomas in Clockstoppers.
Director: Jonathan Frakes
Starring: Jesse Bradford, Paula Garces, Gariyaki Mutambirwa, Robin Thomas, French Stewart
Movie trailer
Movie web site
If there's one thing we're desperately short of in this harried world, it's time. And that makes the premise of Clockstoppers appealing – even when that premise is used in the interest of better teenage high jinks rather than anything remotely helpful to humanity.

Teenager Zak Gibbs (Jesse Bradford) stumbles across what he thinks is an old watch that no one in his house wants. It turns out the watch is an invention on which his father has been collaborating. It can put the wearer in "hypertime" – making him move so quickly that he is invisible. Meanwhile the rest of the world moves so comparatively slowly, it seems frozen.

Zak's father, George Gibbs (Robin Thomas) envisions the wonders the device could make possible, including lifesaving operations by doctors moving in hypertime.

Bad-guy Gates (Michael Biehn), who is after George and Zak, envisions using it to take over the world.

But Zak and his new girlfriend, Francesca (Paula Garces), use it to beat the traffic, help their friend Meeker (Gariyaki Mutambirwa) impress a party crowd with his dancing, and settle scores with a policewoman giving out parking tickets and a used-car dealer selling the car Zak wants to buy.

The hypertime idea recalls an old Star Trek episode in which the Enterprise is invaded by an alien race the crew members can't see because the aliens move faster than they do. Fittingly, Star Trek actor and director Jonathan Frakes directs Clockstoppers, showing a deft feel for the sci-fi special effects, including water that stops midstream and Zak's frozen mid-leap through broken glass as a blast of liquid nitrogen slows him down from hypertime to real time.

Mr. Bradford, already a screen veteran at 22 (King of the Hill and Bring It On), doesn't get to do much beyond fall for pretty Ms. Garces, save his dad and have goofy Excellent Adventure-type fun. But he does these well.

In keeping with the PG rating, there's no sex beyond a few kisses, no blood or death and just mild language. The characters – even the bad guys – use guns filled with liquid nitrogen to slow their enemies from hypertime to real time.

This is escapist, science-fiction fun, with a little relativity theory thrown in. And it should work just fine for the pre-teen crowd.

<%@ page session=false %> <%@ page import = "java.util.*" %> <%@ page import = "java.net.*" %> <%-- This is Java stuff to create a lookup table. As we test/develop with other sites, we add coding for them --%> <% Hashtable topsiteID = new Hashtable(); // build hashtable topsiteID.put("txcn_gold", "txcnmovgoldstory_bot.jsp"); topsiteID.put("nwcn_gold", "nwcnmovgoldstory_bot.jsp"); topsiteID.put("nwcn", "nwcnmovgoldstory_bot.jsp"); topsiteID.put("dallasnews","dallasnewstech_bot.jsp"); topsiteID.put("kmov","kmovtech_bot.jsp"); topsiteID.put("kmov_gold","kmovmovgoldstory_bot.jsp"); topsiteID.put("krem","kremmovgoldstory_bot.jsp"); topsiteID.put("krem_gold","kremmovgoldstory_bot.jsp"); topsiteID.put("kingtest","kingmovtestst_bot.jsp"); topsiteID.put("king5","kingmovgoldstory_bot.jsp"); topsiteID.put("pe","pemovgoldstory_bot.jsp"); topsiteID.put("pe_gold","petestgoldstory_bot.jsp"); topsiteID.put("kgw","kgwtech_bot.jsp"); topsiteID.put("inland","inlandtech_bot.jsp"); topsiteID.put("kmsb","kmsbtech_bot.jsp"); topsiteID.put("azfamily","azfamilytech_bot.jsp"); topsiteID.put("ktvb_gold","ktvbmovgoldstory_bot.jsp"); topsiteID.put("kskn","kskntech_bot.jsp"); topsiteID.put("whas","whasmovgoldstory_bot.jsp"); topsiteID.put("whas11","whasmovgoldstory_bot.jsp"); topsiteID.put("whas_gold","whasmovgoldstory_bot.jsp"); topsiteID.put("wwl","wwlmovgoldstory_bot.jsp"); topsiteID.put("wwl_gold","wwlmovgoldstory_bot.jsp"); topsiteID.put("khou","khoumovgoldstory_bot.jsp"); topsiteID.put("khou_gold","khoumovgoldstory_bot.jsp"); topsiteID.put("nbc6","nbc6movgoldstory_bot.jsp"); topsiteID.put("nbc6_gold","nbc6movgoldstory_bot.jsp"); topsiteID.put("mysanantonio","mysanantoniotech_bot.jsp"); topsiteID.put("dentonrc_gold","dentonrcmovgoldstory_bot.jsp"); topsiteID.put("wvec","wvecmovgoldstory_bot.jsp"); topsiteID.put("wvec_gold","wvecmovgoldstory_bot.jsp"); topsiteID.put("kvue","kvuemovgoldstory_bot.jsp"); topsiteID.put("kvue_gold","kvuemovgoldstory_bot.jsp"); topsiteID.put("projo","projotech_bot.jsp"); topsiteID.put("wfaa","wfaatech_bot.jsp"); topsiteID.put("arlington","arlingtontech_bot.jsp"); String rsiteid=""; if (request.getHeader("Referer") != null) { String referer = request.getHeader("Referer"); int startAt = 0; if (referer.indexOf("http://www.") != -1) { startAt = 11; //index of 1st char after 'http://www.' in url } else { if (referer.indexOf(".") != -1) { startAt = referer.indexOf("."); //index of 1st char startAt = startAt + 1; } } rsiteid = referer.substring(startAt, referer.indexOf(".com")); } if((String)topsiteID.get(rsiteid) == null) rsiteid = ""; if (rsiteid == "") { Cookie cookies[] = request.getCookies(); Cookie cookie = null; if (cookies != null) { for (int i=0; i < cookies.length; ++i) { if (cookies[i].getName().equals("Siteid")) { cookie = cookies[i]; rsiteid = URLDecoder.decode(cookie.getValue()); break; } else {} } } } if (rsiteid == "") rsiteid = "dallasnews"; String Thisisthetoptemplateid = (String)topsiteID.get(rsiteid); %> <%-- This JSP coding does a server-side include of the HTML which represents the top template --%>