| Related sites for http://www.normthompson.com/ |
| Rubaiyat Retailer of haute couture fashion clothing and accessories for the family. | | Serengeti Wildlife apparel and gifts for lovers of animals and the great outdoors. | | Shirt_Company Men's and women's apparel, hats and accessories. | | Shop_Fords Selection of men's and women's apparel. | | Smart_Turnout Regimental, racing and everyday practical clothes, shoes and accessories. | | South_Moon_Under Casual clothing, swimwear and gifts for men and women. | | Vicious_Enterprises Offering a variety of lingerie, costumes, stockings, rhinestone jewelry, clothing, belts, buckles, and pet accessories. [Does not work in all browsers, best viewed in IE.] | | A_W_Rust UK fashion and designer clothing shopping. | | The_Wealth_of_Nations Men's and women's casual and dress clothing from around the world. | | Winnipeg_Outfitters Offers an extensive collection of clothing, outerwear, footwear and accessories. | | Yoox Designer fashion clothing and accessories for men and women. Searchable by article of clothing or designer's name. | | All_Holiday_Treasures Featuring lights and decorations for Halloween, Christmas and special occasions. | | Caufield\'s_Novelty Holiday decorations, seasonal merchandise, stage lighting, magic tricks, and gag gifts. | | Celebrate_Simply How to celebrate holidays meaningfully but simply. | | Christmas_Radiance Inflatable characters, holiday lights, and lighted decorations for any occasion. | | Frenzy_Art Sells clothing, hand painted glassware and gifts to celebrate the Hispanic festival of Dia de los Muertos (Day of the Dead). | | Gorget_Studios Designer of Easter, Halloween and Christmas larger-than-life figurines and decorations. | | Great_Occasions Holiday decorations and seasonal decor. | | Happy_Holidays Candy containers, toys, and ornaments by artist Len Bentham. | | Holiday_Lighting,_Inc_ Festive lights, displays, decorative trim products, and accessories for residential, commercial, corporate, shopping center, park, and municipal needs. | | Inflatable_Seasons Inflatable displays for all occasions. | | JS_Holiday_Creations Specializing in inflatables for Christmas, fourth of July, and birthdays. | | KKQ_Enterprises,_Inc_ Offers a holiday wrapping paper organizer. Includes product benefits and usage description. | | Langelier_Designs Handcrafted indoor/outdoor wooden display holiday lawn ornaments. | | Life\'s_A_Holiday Christmas ornaments and holiday figurines and charm bracelets. | | Magical_Holiday,_Inc_ Lights, ornaments, figurines, and other holiday collectibles. | | Matthews_Holiday-Haus Decorations, cards, and ornaments for all holidays and occasions. | | Punxsutawney_Souvenirs Punxsutawney Phil and Groundhog Day souvenirs and merchandise such as stuffed animals, clothing, kitchen accessories, collectibles, and stationery. | | Quinceanera-Boutique Offers a broad range of items for Quinceanera celebrations. | | Sheerlund_Products Wholesale supplier and manufacturer of Christmas trees and accessories, and Halloween novelties. | | SilverHawk,_Inc_ Holiday decorations, party favors, and party supplies. | | Tannenbaum_Holiday_Shop Collectibles, figurines, and ornaments for most major holidays. Also offers patriotic items. | | 50wishes Features items expressly selected for celebrating 50th birthdays. | | Yard_Inflatables Airblown inflatable Christmas, Halloween, and holiday decorations for indoor and outdoor use. | | Amazon_com__Auctions Organized by category with search available. Also lists some items for Sotheby's. | | Auction_Fire Offers a variety of categories. Includes image hosting, consignment service, message board and fraud alerts. | | Auction4it_com Includes electronics, jewelry and household items. | | Auction-Warehouse Name-brand computers, peripherals, games, and electronics. | | Auctionweiser_Enterprises Includes price guides, listing fees, and FAQ. | | Bid_Monkey Includes books, electronics, coins, and computers. |
|
var isNav, isIE;
if(parseInt(navigator.appVersion) >= 4) {
if(navigator.appName == "Netscape")
isNav = true
else
isIE = true;
}
/* checks while typing*/
function maxlengthCheck(txt, evtThis, maxlength){
if(txt.value.length >= maxlength){
if (isIE)
event.keyCode = 0 // IE
else
return false; // Netscape
maxlengthHack(txt, maxlength);
return false;
}
}
/* checks for pasted in text, etc*/
function maxlengthHack(txt, maxlength){
if(txt.value.length >= maxlength){
txt.value = txt.value.substring(0,maxlength);
}
}
// Disable edit cell tab.
parent.editCell.className = "tab-button-dis";
// parent.parent.frames('toolbarbottom').altButtons.style.display = "none";
function saveForm() {
location.replace("/admin/displayeditcell.do?action=save");
}
function editCell(ruleID, itemID, slotID, itemType) {
parent.editDisplay.className = "tab-button";
if(typeof(parent.displayRules)!="undefined") {
parent.displayRules.className = "tab-button";
}
parent.editCell.className = "tab-button-on";
location.replace("/admin/displayeditcell.do?action=init&itemID=" + itemID + "&ruleID=" + ruleID + "&slotID="+ slotID + "&itemType=" + itemType );
// parent.parent.frames('toolbarbottom').altButtons.style.display= "inline";
}
Norm Thompson | Escape from the Ordinary.
arImageList = new Array ();
arSubImageList = new Array ();
function preLoadCatImages(images_array) {
for(loop = 0; loop < images_array.length; loop++)
{
arImageList[loop] = new Image();
arImageList[loop].src = images_array[loop];
}
}
function preLoadSubCatImages(images_array) {
for(loop = 0; loop < images_array.length; loop++)
{
arSubImageList[loop] = new Image();
arSubImageList[loop].src = images_array[loop];
}
}
function changeCat(frm, thisbox) {
var optiontxt = thisbox.options[thisbox.selectedIndex].value;
if (optiontxt == "0"){
return;
}
location.href = optiontxt
//frm.action = optiontxt;
//alert (frm.action);
//frm.submit();
}
var _historyParam = "";
function getHistory() { return _historyParam; }
var _urlSearch = "/shopping/msearch/search_results.jsp";
var _urlModifyHistory = "/shopping/msearch/modify_history.jsp";
var _urlUpdate = "update_prefs.jsp";
// creates a search GET action with an arbitrary number of parameters
function performSearch()
{
var url = _urlSearch;
for (var n = 0; n < (arguments.length - 1); n = n+2)
{
if (n < 1)
url += "?";
else
url += "&";
url += arguments[n] + "=" + encodeURIComponent(arguments[n+1]);
}
url = appendHistory(url, false);
window.location.href = url;
// window.location.assign(url); Does not work in Safari 1.3
}
function changePrefs(param, value)
{
var url = _urlUpdate;
url += "?param=" + param + "¶mValue=" + value;
url += "&redir=" + encodeURIComponent(document.location.href);
window.location.href = url;
// window.location.assign(url); Does not work in Safari 1.3
}
function changeContent(){
performSort(document.getElementById('sortField').value);
}
function appendHistory(url, first)
{
var newURL = url;
if (!first)
newURL += "&";
return newURL + "history=" + encodeURIComponent(getHistory());
}
function performRefinementSearch(form, defaultText)
{
var text = document.getElementById('refineText').value;
if (text == '')
{
alert("Please enter keyword or item number.");
form.refineText.value = defaultText;
return false;
} else if (text == defaultText) {
alert("Please enter keyword or item number.");
form.refineText.value = defaultText;
return false;
}
var refineObj = document.getElementById("searchInResults");
if (refineObj != null) refine = refineObj.checked;
if (refine)
performSearch("freeText", text, "refine", "1");
else
performSearch("freeText", text, "newSearch","true");
// (above) If new search, must set flag for reset of products displayed per page.
}
function performAltSearch(text)
{
performSearch("freeText", text, "refine", "2");
}
function performModifyHistory(modifyType, uid)
{
var url = _urlModifyHistory + "?modifyType="
+ modifyType + "&uid=" + uid;
url = appendHistory(url, false);
window.location.href = url;
// window.location.assign(url); Does not work in Safari 1.3
}
function performSort(sortField)
{
performSearch("sort_field", sortField, "refine", "1");
}
function performAttributeSort(sortField)
{
performSearch("sort_attribute", sortField, "refine", "1");
}
function removeEntry(entry)
{
performModifyHistory('2', entry);
}
function removeAfter(entry)
{
performModifyHistory('1', entry);
}
function getURLParam(strParamName){
var strReturn = "";
var strHref = window.location.href;
if ( strHref.indexOf("?") > -1 ){
var strQueryString = strHref.substr(strHref.indexOf("?")).toLowerCase();
var aQueryString = strQueryString.split("&");
for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){
if ( aQueryString[iParam].indexOf(strParamName.toLowerCase() + "=") > -1 ){
var aParam = aQueryString[iParam].split("=");
strReturn = aParam[1];
break;
}
}
}
return strReturn;
}
function switchStyle(tableItm, buttonItm, sumItm)
{
if (tableItm.style.display=="")
{
tableItm.style.display="none";
buttonItm.src="http://image.normthompson.com/images/us/global/globalgraphics/msearchgraphics/arrow_down.gif";
if (sumItm != null)
sumItm.style.display="";
}
else
{
tableItm.style.display="";
buttonItm.src="http://image.normthompson.com/images/us/global/globalgraphics/msearchgraphics/arrow_up.gif";
if (sumItm != null)
sumItm.style.display="none";
}
}
[0 Items $0.00]
function checkFieldsSearch() {
var searchtxt=Trim(document.searchForm.freeText.value);
// Anomaly 46947: strip # sign before checking value or submitting form
searchtxt = searchtxt.replace(/#/g, '');
var defaultSearchText = 'Keyword or item#'.replace(/#/g, '');
document.searchForm.freeText.value = searchtxt;
if (searchtxt == '')
{
alert("Please enter keyword or item#.");
document.searchForm.freeText.value = 'Keyword or item#';
return false;
} else if (searchtxt == defaultSearchText) {
alert("Please enter keyword or item#.");
document.searchForm.freeText.value = 'Keyword or item#';
return false;
} else {
return true;
}
}
function Trim(inString){
return LTrim(RTrim(inString));
}
function LTrim(inString){
return inString.replace(/^\s+/,'');
}
function RTrim(inString){
return inString.replace(/\s+$/,'');
}
     
var the_topimages = new Array("http://image.normthompson.com/images/us/global/globalnav/globalnav01_on.gif",
"http://image.normthompson.com/images/us/global/globalnav/globalnav01_off.gif"
,"http://image.normthompson.com/images/us/global/globalnav/globalnav02_on.gif",
"http://image.normthompson.com/images/us/global/globalnav/globalnav02_off.gif"
,"http://image.normthompson.com/images/us/global/globalnav/globalnav03_on.gif",
"http://image.normthompson.com/images/us/global/globalnav/globalnav03_off.gif"
,"http://image.normthompson.com/images/us/global/globalnav/globalnav04_on.gif",
"http://image.normthompson.com/images/us/global/globalnav/globalnav04_off.gif"
,"http://image.normthompson.com/images/us/global/globalnav/globalnav05_on.gif",
"http://image.normthompson.com/images/us/global/globalnav/globalnav05_off.gif"
,"http://image.normthompson.com/images/us/global/globalnav/globalnav07_on.gif",
"http://image.normthompson.com/images/us/global/globalnav/globalnav07_off.gif"
,"http://image.normthompson.com/images/us/global/globalnav/globalnav08_on.gif",
"http://image.normthompson.com/images/us/global/globalnav/globalnav08_off.gif"
);
preLoadCatImages(the_topimages);
/* SWFObject v2.1
Copyright (c) 2007-2008 Geoff Stearns, Michael Williams, and Bobby van der Sluis
This software is released under the MIT License
*/
var swfobject=function(){var b="undefined",Q="object",n="Shockwave Flash",p="ShockwaveFlash.ShockwaveFlash",P="application/x-shockwave-flash",m="SWFObjectExprInst",j=window,K=document,T=navigator,o=[],N=[],i=[],d=[],J,Z=null,M=null,l=null,e=false,A=false;var h=function(){var v=typeof K.getElementById!=b&&typeof K.getElementsByTagName!=b&&typeof K.createElement!=b,AC=[0,0,0],x=null;if(typeof T.plugins!=b&&typeof T.plugins[n]==Q){x=T.plugins[n].description;if(x&&!(typeof T.mimeTypes!=b&&T.mimeTypes[P]&&!T.mimeTypes[P].enabledPlugin)){x=x.replace(/^.*\s+(\S+\s+\S+$)/,"$1");AC[0]=parseInt(x.replace(/^(.*)\..*$/,"$1"),10);AC[1]=parseInt(x.replace(/^.*\.(.*)\s.*$/,"$1"),10);AC[2]=/r/.test(x)?parseInt(x.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof j.ActiveXObject!=b){var y=null,AB=false;try{y=new ActiveXObject(p+".7")}catch(t){try{y=new ActiveXObject(p+".6");AC=[6,0,21];y.AllowScriptAccess="always"}catch(t){if(AC[0]==6){AB=true}}if(!AB){try{y=new ActiveXObject(p)}catch(t){}}}if(!AB&&y){try{x=y.GetVariable("$version");if(x){x=x.split(" ")[1].split(",");AC=[parseInt(x[0],10),parseInt(x[1],10),parseInt(x[2],10)]}}catch(t){}}}}var AD=T.userAgent.toLowerCase(),r=T.platform.toLowerCase(),AA=/webkit/.test(AD)?parseFloat(AD.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,q=false,z=r?/win/.test(r):/win/.test(AD),w=r?/mac/.test(r):/mac/.test(AD);/*@cc_on q=true;@if(@_win32)z=true;@elif(@_mac)w=true;@end@*/return{w3cdom:v,pv:AC,webkit:AA,ie:q,win:z,mac:w}}();var L=function(){if(!h.w3cdom){return }f(H);if(h.ie&&h.win){try{K.write("");J=C("__ie_ondomload");if(J){I(J,"onreadystatechange",S)}}catch(q){}}if(h.webkit&&typeof K.readyState!=b){Z=setInterval(function(){if(/loaded|complete/.test(K.readyState)){E()}},10)}if(typeof K.addEventListener!=b){K.addEventListener("DOMContentLoaded",E,null)}R(E)}();function S(){if(J.readyState=="complete"){J.parentNode.removeChild(J);E()}}function E(){if(e){return }if(h.ie&&h.win){var v=a("span");try{var u=K.getElementsByTagName("body")[0].appendChild(v);u.parentNode.removeChild(u)}catch(w){return }}e=true;if(Z){clearInterval(Z);Z=null}var q=o.length;for(var r=0;r
#enews table {
border-top: 1px solid #505453;
border-bottom: 1px solid #505453;
margin: 4px 0 4px 0;
width: 768px;
}
#enews table tr td {
padding: 7px 5px 6px 5px;
}
#enews form {
margin: 0;
}
#enews input.navemailbox {
height: 18px;
width: 150px;
font-size: 10px;
}
function myOpenWindowHomeEnews() {
email=document.forms.emailformEnews.Email.value;
// strip white space
var cleanemail = email.replace(/ +/g, '');
if( cleanemail!='' && cleanemail != 'EnterYourEmail'){
openMe('/links.jsp?id=5&email='+cleanemail,'backorder');
}else{
alert("Please enter email address");
}
return false;
}
WOMEN'S CLOTHING:
Underwire Bra Camis
Women's Tunics
Women's Shirts
Women's Sweaters
Women's Pants
Women's Slimming Jeans
Women's Petites Clothing
Women's Plus Size Clothing
Women's Travel Clothing
Women's Robes & Pajamas
Women's Activewear
Women's Slippers
Women's Coats & Jackets
MEN'S CLOTHING:
Men's Shirts
Men's Sweaters
Men's Sportcoats
Men's Comfort-Waist Pants
Men's Washable Wool Pants
Men's Travel Clothing
Men's Pajamas & Robes
Men's Slippers
Men's Socks
Men's Underwear
Men's Belts
Men's Wallets
Men's Warm Ups & Loungewear
Men's Coats & Jackets
FAVORITES:
Baggallini Rolling Tote
Underwire Bra Camis
Dream Jeans
Knit Jeans
Prima Cotton Tops
Calida Nightgown
Men's No-Iron Shirts
Men's Adjustable Waist Pants
Microfiber Warm Ups
Washable Suede Travel Jackets
Earth Shoes
Wolky Shoes
Privo Shoes
TRAVEL:
Women's Travel Clothing
Men's Travel Clothing
Men's Travel Blazers & Jackets
Washable Travel Suede Jackets
Travel Accessories
Travel-Savvy Shoes
Luggage and Luggage Sets
Travel Bags
Travel Wallets
Toiletry Bags
Jewelry Rolls & Cases
Travel Gifts
BAGS & ACCESSORIES:
Baggallini Rolling Tote
Baggallini Bags
Anuschka Handbags
Healthy Back Bags
PacSafe Travel Bags
Anne McAlpin Travel Bags
Ellington Bags
Travelon Bags
Samsonite Travel Accessories
Osgoode Marley Wallets
SALE:
New Markdowns
Summer Sale
Men's Shirts on Sale
Women's Tees on Sale
Women's Handbags on Sale
Women's Shoes on Sale
Women's Pants on Sale
Women's Dresses on Sale
Men's Pants on Sale
Gourmet Food on Sale
Final Clearance Sale
Visit our Outlet Stores
Norm Thompson is UpFront
thefind.upfront.init('tf_upfront_badge', '95484908fba3d7dd1b488776c79ef6ea')
Catalog Request
Online Catalog
Great Fit Guide
Purchase Gift Card
Gift Finder
Shoe Finder
Site Map
Customer Service
Easy Returns & Exchanges
FAQs
Contact Us
Access My Account
Who We Are
Corporate Responsibility
Job Opportunities
Affiliates
Terms of Use
Escape from the Ordinary
and never miss our latest news, specials or sales.
function myOpenWindowHome() {
email=document.forms.emailform.Email.value;
// strip white space
var cleanemail = email.replace(/ +/g, '');
if( cleanemail!='' && cleanemail != 'YourEmailAddress'){
openMe('/links.jsp?id=5&email='+cleanemail,'backorder');
}else{
alert("Please enter email address");
}
return false;
}
Privacy and Security
s.pageName='Home Page';
s_code=s.t();if(s_code)document.write(s_code);
document.write(unescape("%3Cscript src="http://www.normthompson.com//" + (location.protocol=="https:" ? "https://" : "http://") + "cn.clickable.net/js/cct.js' type='text/javascript'%3E%3C/script%3E"));
document.cookie=cct.CookieCheck(document.cookie);
cct.cct_log('0820-3P7acg9e3V5i6e3w88af4d03af3eab88e6de80a1');
©2010 Norm Thompson | Solutions | Sahalie

//variables for all pages
var resx = new Object();
resx.appid="Orchardbrands04";
resx.top1=100000;
resx.top2=100000;
resx.rrcat="OrchardbrandsC04";
resx.rrnum=3;
resx.lkmatch=/iProductID%3D\d+/i; // Dependent on URLs on site, we will determine this value
resx.rrec=false;
resx.rrelem="home_rr";
|
|