Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of DavidLanz | > | Hippo Shopping Cart | > | shopping_cart.js | > | Download | ||
|
Download |
function redirectpage(urlpath) { //alert(urlpath); try { location.href=urlpath; } catch(e) { } } |