|
|
| About site: Auctions/Specialty - Virtual Judaica |
Return to Shopping |
| About site: http://www.virtualjudaica.com/ |
Title: Auctions/Specialty - Virtual Judaica Featuring rare Hebrew books, antique Judaica and art. |
|
|
|
|
XSNitro_-_The_online_motorcycle_auction_ Buy and sell motorcycles, powersports, cars, trucks, apparel, collectibles, parts and accessories and everything for motorized vehicles.
| IBMega Provides a complete selection of home audio, video, and accessories products.
| ICUBE Specializes in gadgets not available in the United States. Products include subnotebooks, mobile phones, consumer electronics, and accessories.
| idcdeal Specializes in DVD movies and home audio and video devices.
| IGO_Mobile_Technology_Outfitter Accessories for laptops, cell phones and PDA's.
| Imagination_Supply Offers a selection of computers, software, audio and video, and games items.
|
|
| Alexa statistic for http://www.virtualjudaica.com/ |
Please visit: http://www.virtualjudaica.com/
|
| Related sites for http://www.virtualjudaica.com/ |
| Import_Best_Buy Offers satellite receivers and car audio components. | | Impulse_eStore Offers electronic office equipment, home audio and video products and projector lamps. | | Impulse_Free Offers VCR & DVD players, digital cameras, home theaters equipments and security cameras. | | Innovations_House Offers quicktionary, beeping wallets, jotto desks, luggage locators, atomic clocks, nightvision scopes, nightstar flashlights, and solar panels. | | International_Electronics,_Inc_ Sells 110-220 volt multi-system consumer electronics. | | Isolysis Offers a range of cameras, memory cards, games, tech toys and gadgets, Bluetooth devices and electronics. | | it200 Sells cameras, videocams and mobile phones. | | AberBid Online auctions for high performance computer hardware upgrades, motherboards, motherboard kits, processors and memory. | | The_Auction_Depot_Computer_Sales Offers limited computer auction sales. New items are generally added daily. | | C/Net_Clearance_Center Provides auctions for computer systems, hardware, and software. | | CompUSA_Auctions Auctions of refurbished, discontinued, and returned items, organized by category. | | Computer_Care_Auctions Free computer and software auctions. Also has options for other categories. | | Dell_Computer_Auction Online auction house for Dell computers. | | Earthweb_Direct Buy new or visit the online auction for computer related products. | | Morgan_Auction Online computer auction of surplus computer equipment. | | U-1_ca Canadian site which has online auctions, classifieds, and free ads. | | WholesaleAuction_com Dealer only auction site for computer related merchandise. | | Abracadaver_Productions Features rotting bodies, tombstones and funerary ornaments, and related artwork. | | Banshee_Press Offers custom graphics and t-shirts, and Banshee Press magazine, the publication of the Home Haunters of America. Includes purchasing instructions and links. | | Boneyard_Bargains Anatomically correct skeletons and bones, plus lighting and novelties. | | Bump_In_The_Night_Productions Features Halloween masks, monster puppets and dolls, and haunted house props for horror movies. | | Carnage_Industries Suppliers of costumes, masks, props, animatronics, haunted house supplies, special effects and magic. | | Cemetery_Gate_Productions Offers Halloween masks and props. Custom costumes and masks for collectors and the haunted attraction industry. | | The_Chamber_of_Horrors Masks, props, adult and children's costumes, body parts and other novelties. Shipments outside USA require fax verification. | | Cowlacious_Designs Electronic products to use in Halloween haunted houses, yard displays, and props. | | Creative_Corpses Maker of lifesize poseable corpses and heads, made to order. Based in Virginia. | | Cryptic_Imports Offers various human skull props with wholesale discounts. Based in South Carolina. | | Custom_Creatures Life-sized rotting corpse, and company theme merchandise; order by e-mail. Also makes custom creatures for the professional or theatrical industry. | | Dark_Candles Features solid black, vampire, graveyard, and Halloween themed candles, in and dark and delectable scent combinations such as leather, and absinthe. | | Dark_Enchantments Gothic and Halloween novelty items. Order by mail, fax or toll-free telephone. | | Darkside_Displays Specializes in decorations, props, costumes, novelties and party ideas. Also caters to other dark themed events including retirement and over-the-hill. | | Death_Studios Produces masks, props, mask making materials, and haunted house supplies. Product catalog, related links, and a tutorial. | | Ded_Mann_Inc_ Offering craft coffin boxes for use in mailings and for decoration. | | The_Ed_Gein_Collection Props for the industry or the home haunter. Specializes in handmade corpse props, skull candy bowls, and other terrifying items. [Graphics intensive.] | | Elite_Costume_House Theatrical make-ip, face paints, and supplies. Featuring brands such as Ben Nye, Kryolan, and Cinema Secrets. | | The_Fright_Catalog Specializes in Halloween decorations, masks, props, animatronics, costumes, special effects, and accessories. Based in Worcester, Massachusetts. | | Fright_Studios Halloween props and displays. | | FrightShop_com Year-round sales of items including masks, props, lighting, music and prosthetic. International orders welcome. | | Global_Halloween_Alliance Sells a magazine online, and links to other Halloween sites. | | Halloween_By_Mail Halloween and fall decorations, including pumpkins, witches, skeletons, and lights. |
|
This is shops2006.com cache of m/ as retrieved on 2008.07.25 shops2006.com's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Rare Hebrew books Antique Judaica,Judaica Auctions and Jewish Bibliography
var clockLocalStartTime = new Date();var clockServerStartTime = new Date(2008,7,25,9,10,44);function simpleFindObj(name, inLayer) {
return document[name] || (document.all && document.all[name])
|| (document.getElementById && document.getElementById(name))
|| (document.layers && inLayer && document.layers[inLayer].document[name]);
}
var clockIncrementMillis = 1000;
var localTime;
var clockOffset;
var clockExpirationLocal;
var clockShowsSeconds = true;
var clockTimerID = null;
function clockInit(localDateObject, serverDateObject)
{
var origRemoteClock = parseInt(clockGetCookieData("remoteClock"));
var origLocalClock = parseInt(clockGetCookieData("localClock"));
var newRemoteClock = serverDateObject.getTime();
// May be stale (WinIE); will check against cookie later
// Can't use the millisec. ctor here because of client inconsistencies.
var newLocalClock = localDateObject.getTime();
var maxClockAge = 60 * 60 * 1000; // get new time from server every 1hr
if (newRemoteClock != origRemoteClock) {
// new clocks are up-to-date (newer than any cookies)
document.cookie = "remoteClock=" + newRemoteClock;
document.cookie = "localClock=" + newLocalClock;
clockOffset = newRemoteClock - newLocalClock;
clockExpirationLocal = newLocalClock + maxClockAge;
localTime = newLocalClock; // to keep clockUpdate() happy
}
else if (origLocalClock != origLocalClock) {
// error; localClock cookie is invalid (parsed as NaN)
clockOffset = null;
clockExpirationLocal = null;
}
else {
// fall back to clocks in cookies
clockOffset = origRemoteClock - origLocalClock;
clockExpirationLocal = origLocalClock + maxClockAge;
localTime = origLocalClock;
// so clockUpdate() will reload if newLocalClock
// is earlier (clock was reset)
}
/* Reload page at server midnight to display the new date,
by expiring the clock then */
var nextDayLocal = (new Date(serverDateObject.getFullYear(),
serverDateObject.getMonth(),
serverDateObject.getDate() + 1)).getTime() - clockOffset;
if (nextDayLocal < clockExpirationLocal) {
clockExpirationLocal = nextDayLocal;
}
}
function clockOnLoad()
{
clockUpdate();
}
function clockOnUnload() {
clockClearTimeout();
}
function clockClearTimeout()
{
if (clockTimerID) {
clearTimeout(clockTimerID);
clockTimerID = null;
}
}
function clockToggleSeconds()
{
clockClearTimeout();
if (clockShowsSeconds) {
clockShowsSeconds = false;
clockIncrementMillis = 60000;
}
else {
clockShowsSeconds = true;
clockIncrementMillis = 1000;
}
clockUpdate();
}
function clockTimeString(inHours, inMinutes, inSeconds) {
return inHours == null ? "-:--" : ((inHours < 10 ? "0" + inHours : inHours)
+ (inMinutes < 10 ? ":0" : ":") + inMinutes
+ (inSeconds < 10 ? ":0" : ":") + inSeconds);
}
function clockDisplayTime(inHours, inMinutes, inSeconds) {
clockWriteToDiv("ClockTime", clockTimeString(inHours, inMinutes, inSeconds));
}
function clockWriteToDiv(divName, newValue) // APS 6/29/00
{
var divObject = simpleFindObj(divName);
newValue = '' + newValue + '';
if (divObject && divObject.innerHTML) {
divObject.innerHTML = newValue;
}
else if (divObject && divObject.document) {
divObject.document.writeln(newValue);
divObject.document.close();
}
// else divObject wasn't found; it's only a clock, so don't bother complaining
}
function clockGetCookieData(label) {
/* find the value of the specified cookie in the document's
semicolon-delimited collection. For IE Win98 compatibility, search
from the end of the string (to find most specific host/path) and
don't require "=" between cookie name & empty cookie values. Returns
null if cookie not found. One remaining problem: Under IE 5 [Win98],
setting a cookie with no equals sign creates a cookie with no name,
just data, which is indistinguishable from a cookie with that name
but no data but can't be overwritten by any cookie with an equals
sign. */
var c = document.cookie;
if (c) {
var labelLen = label.length, cEnd = c.length;
while (cEnd > 0) {
var cStart = c.lastIndexOf(';',cEnd-1) + 1;
/* bug fix to Danny Goodman's code: calculate cEnd, to
prevent walking the string char-by-char & finding cookie
labels that contained the desired label as suffixes */
// skip leading spaces
while (cStart < cEnd && c.charAt(cStart)==" ") cStart++;
if (cStart + labelLen [Ms.] , Responsa by R. Moses Feinstein, ùàìåú åúùåáä îä'ø îùä ôééðùèééï, New York, 1955
Lot 21377.
[Ms. - Kabbalah] R. Hayyim Vital, Ozerot Hayyim; Adam Yosher, àåöøåú çééí; àãí éùø, Ashkenaz, 1682
Ozerot Hayyim predates the first printed edition of this work (Korets 1783) by one hundred years.
Adam Yosher predates the first printed edition of this work (Cracow 1885) by two hundred years. Lot 21279.
The database contains all
auction results for rare Hebrew Books printed prior to 1800 and offered for
sale at public auction since 1979. The Database covers
over 15,000 individual sales of rare Hebrew books in numerous auctions over
the last two decades. Additionally, full paginations, a
bibliographical reference, estimated and realized prices, and conditions are
provided.
Enter Login
Information
Username
Password
New
Users Sign-Up Here
Click here if
you've forgotten your user ID or password
New Merchants
Sign-Up here
Click here to
see a Database Sample
We would love to hear from
you!
Hebrew
Titles
Search our huge
database (free!) for books you want to buy.
Choose from our huge selection of rare Hebrew books in all areas of Jewish
interest and affiliation. From the
complex Kabbalah mysticism, to the scholarly responsa and novella, a
common prayer book (i.e. siddur, machzor, selichot, Haggadah) to
children’s literature our stacks have a book to fill your library
collection or gift requirements.
Auction Catalog |
Search Virtual Judaica |
International Bookstore |
New User Registration
Copyright ©
1999-2005 Virtual Judaica, Inc. All rights reserved. No part of this web
site may be reproduced, stored in or introduced into a information
storage and retrieval system, or transmitted, in any form or by any means
(electronic, mechanical, photocopying, recording or otherwise), without
the prior written permission of the copyright
owner
_uacct = "UA-1628861-1";
urchinTracker();
|
|
| |
Featuring | rare | Hebrew | books, | antique | Judaica | and | art. | |
http://www.virtualjudaica.com/
Virtual Judaica 2008 July
dvd rental
dvd
Featuring rare Hebrew books, antique Judaica and art.
Rules
|
© 2005 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Hookah - Society 2007 - Credit Cards - Loan - Turbo Tax software
|