j = jQuery.noConflict();

j(document).ready(function(){
//j("#pageId2100 th.qtyDelete").text("Quantity");

var thisPage = location.href.substring((location.href.lastIndexOf("/"))+1),
url = window.location.href.split("?")[0],
thisURL = url.split("/"),
thisSubPage = thisURL[3].substring(0,11);
if(thisSubPage == "cartPreview")
{
window.location = "/cart";
}	   

j('#pageId1000 #left-3 li.menuLink1 a').attr('href','/vieworders?om');
var thisPage = location.href.substring((location.href.lastIndexOf("/"))+1),
url = window.location.href.split("/")[3],
thisURL = url.split("/"),
thisSubPage = thisURL[0].substring(0,14);
if(thisSubPage == "vieworders?om")
{
j('#pageId3000 #orderRange option').eq(1).attr('selected','selected');
j("#pageId3000 #viewOrdersHistory").submit();
}	



});





