About site: Military/Recreational - Victorian Military Vehicle Corps Inc
Return to Society also Society
  About site: http://www.geocities.com/vmvc1au/

Title: Military/Recreational - Victorian Military Vehicle Corps Inc Australia-based group of military vehicle enthusiasts. Site provides photos, details of forthcoming events, a membership list and a place to buy, swap and sell vehicles and parts.
Florida_Department_of_Juvenile_Justice Community programs, facilities and delinquency intervention information.

Celebhoo Links to celebrity fan and official pages. Also includes directories of birthdays and email addresses, a gossip service, forum, and movie reviews.

Popular_Cambodian_Folktales Four folktales, legends and myths.

Industrial_Revolution_Vocabulary Related terms with definitions.

The_Haunted_Bookshop Occult books, workshops and tours. Located in Melbourne, Australia.

Northampton_Police_Department Information about the department, and career opportunity listings.


  Alexa statistic for http://www.geocities.com/vmvc1au/





Get your Google PageRank






Please visit: http://www.geocities.com/vmvc1au/


  Related sites for http://www.geocities.com/vmvc1au/
    Berkeley_Watch A watchdog group working to promote democracy, social responsibility, transparency, and academic freedom on the campus of UC Berkeley
    Family_Policy_Network Current news and Christian commentary along with activism targeted at corporations and organizations that support issues that the FPN opposes.
    Order_of_the_Grail Mystic Chivalry and Rosicrucianism.
    Service_Dog_resources_throughout_the_U_S__by_state From Arizona to Wisconsin, and internationally: a directory of organizations involved with guide dogs, hearing dogs, support dogs, search and rescue dogs.
    Hall_of_Presidents Portraits and brief descriptions of presidents. Quicktime VR virtual tour available. Part of the Smithsonian Institution's National Portrait Gallery.
    DuBois_Family_Association_(DBFA) Aims to assemble and publish the family history and to preserve and advance Huguenot heritage with annual education programs at its annual reunion the third weekend in October.
    Community_Foundation_for_Greater_Manchester UK nonprofit that develops and promotes local charity through voluntary and community organisations in a philanthropic and sustainable manner
    Gurdwara_US State-wise listing of Sikh Gurdwaras in USA
    Connecting_Christians Personal ads for Christians who live in the Gauteng province of South Africa.
    The_Popper_Newsletter_Archive Includes some online issues and background information on this newsletter, established in 1983.
    The_Power_of_Now_Discussion_Group Unofficial discussion group based on The Power of Now, by Eckhart Tolle.
    DateMyPet_com Dating site created exclusively for pet lovers.
    Human_Rights_Watch_World_Report_2002 The Human Rights Watch world report 2002 warns that the anti-terror campaign led by the United States is inspiring opportunistic attacks on civil liberties around the world. Summary and complete text
    The_Human_Population_Crisis Overpopulation of the human race and its effects on the earth's environment. Includes resource links.
    Occultique Books and ritual supplies. Established over 25 years.
    Copyright_and_Globalization_in_the_Age_of_Computer_Networks Transcript of a talk by Richard Stallman, on how copyright law no longer protects the public interest, and how it might be curtailed in different ways for different kinds of works.
    British_Infantry_Officer\'s_Sword_P1897_-_R__W__Laurence_Edginton The story of Lieutenant R.W. Laurence Edginton of the Royal Warwickshire Regiment, told by the owner of his sword.
    Heartland_Cowboy_Church Norman, Oklahoma. Find the time and location for this outreach of the Heartland Harvest Church.
    Hermes_Trismegistus Large article on Hermes.
    Glory_Graphics Offers web design and print media services for churches.
This is websites2007.org cache of m/ as retrieved on 2008.07.24 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
var PUpage="76001077"; var PUprop="geocities"; var thGetOv="http://themis.geocities.yahoo.com/themis/h.php"; var thCanURL="http://us.geocities.com/vmvc1au/index.html"; var thSpaceId="76001077"; var thIP="67.205.96.152"; var thTs="1216899415"; var thCs="f9c54e3487dc244d49f41ae9d0479d85"; index function getScale(c, height) { var t = Math.sqrt(2 * height / c.gravity); var scale = 4 * height / sqr(t); return scale;}function sqr(x) { return x * x;}function updateBounce(c) { var bottom = getViewYOffset() + getViewHeight() - c.imageHeight; for (var i = 0; i < c.imageCount; i++) { var name = c.prefix + i; var scale = c.pScale[name]; var x = getLayerX(name) + c.xSpeed[name]; var y = -scale * sqr(c.pIndex[name]) + c.pHeight[name]; if (y > 0) y = bottom - y; else y = bottom; var bounds = outOfBounds(c, x, y, c.imageWidth, c.imageHeight); if (bounds & 1) { // left x = 2 * getViewXOffset() - x; c.xSpeed[name] = -c.xSpeed[name] * c.elasticity; } if (bounds & 2) { // right x = 2 * (getViewXOffset() + getViewWidth() - c.imageWidth) - x; c.xSpeed[name] = -c.xSpeed[name] * c.elasticity; } moveLayer(name, x, y); if ((c.pIndex[name] += 0.5) > c.pLimit[name]) { c.xSpeed[name] *= 1 - c.friction; c.pIndex[name] -= Math.sqrt(c.pHeight[name] / scale); c.pHeight[name] = Math.max(0.25, c.pHeight[name] * c.elasticity); c.pIndex[name] = -(c.pLimit[name] = Math.sqrt(c.pHeight[name] / scale)); if (c.pHeight[name] < c.kickThreshold) { if (c.kickOpt == 1) { // kick c.pHeight[name] = 100 + random(getViewHeight()); c.xSpeed[name] = random(41) - 20; scale = (c.pScale[name] = getScale(c, c.pHeight[name])); c.pIndex[name] = -(c.pLimit[name] = Math.sqrt(c.pHeight[name] / scale)); } else if (c.kickOpt == 2) { // drop c.pHeight[name] = getViewHeight() + c.imageHeight + 100 + random(500); c.pScale[name] = getScale(c, c.pHeight[name]); c.xSpeed[name] = random(41) - 20; c.pIndex[name] = 0; c.pLimit[name] = Math.sqrt(c.pHeight[name] / scale); } } } } setTimeout('updateBounce(c' + c.uid + ')', c.updateInterval);} function updateBorderPatrol(c) { if (c.side == 0) { // top side if (c.direction) { moveLayer(c.prefix + 0, getLayerX(c.prefix + 0) + c.speedmove, getViewYOffset() + c.spacer); if (getLayerX(c.prefix + 0) + c.images[1] + c.speedmove >= getViewXOffset() + getViewWidth() - c.spacer - c.scrollbars) { c.side = 2; moveLayer(c.prefix + 2, getViewXOffset() + getViewWidth() - c.images[7] - c.spacer - c.scrollbars, getViewYOffset() + c.spacer); setVisible(c.prefix + 2, 1); setVisible(c.prefix + 0, 0); } } else { //counterclockwise moveLayer(c.prefix + 0, getLayerX(c.prefix + 0) - c.speedmove, getViewYOffset() + c.spacer); if (getLayerX(c.prefix + 0) - c.speedmove = getViewYOffset() + getViewHeight() - c.spacer) { c.side = 3; moveLayer(c.prefix + 3, getViewXOffset() + getViewWidth() - c.images[10] - c.spacer - c.scrollbars, getViewYOffset() + getViewHeight() - c.images[11] - c.spacer); setVisible(c.prefix + 3, 1); setVisible(c.prefix + 2, 0); } } else { //counterclockwise moveLayer(c.prefix + 2, getViewXOffset() + getViewWidth() - c.images[7] - c.spacer - c.scrollbars, getLayerY(c.prefix + 2) - c.speedmove); if (getLayerY(c.prefix + 2) - c.speedmove if (layerSupport()) {c1021 = new config();c1021.uid = 1021;c1021.prefix = "y_flyby1021";c1021.image = "";c1021.imageCount = 1c1021.imageWidth = ** ERROR:java.lang.NullPointerException;c1021.imageHeight = ** ERROR:java.lang.NullPointerException;c1021.yAnchor = 0;c1021.xSpeed = new Array();c1021.speed = 24c1021.minTime = 0 / 3;c1021.randTime = 2 * 0 / 3;c1021.xOffset = new Array();c1021.yOffset = new Array();c1021.flyby = true;c1021.baseYOffset = 50;c1021.randomYOffset = 50;for (var i = 0; i < c1021.imageCount; i++) { var name = c1021.prefix + i; c1021.xOffset[name] = -c1021.xFudge + random(getViewWidth() + c1021.xFudge); c1021.yOffset[name] = randomYOffset(c1021); c1021.xSpeed[name] = randomSpeed(c1021); writeImage(c1021.image, c1021.prefix + i, -1000, -1000);}setTimeout('updateFlyby(c1021)', c1021.updateInterval); }if (layerSupport()) {c1022 = new config();c1022.uid = 1022;c1022.prefix = "y_flyby1022";c1022.image = "";c1022.imageCount = 1c1022.imageWidth = ** ERROR:java.lang.NullPointerException;c1022.imageHeight = ** ERROR:java.lang.NullPointerException;c1022.yAnchor = 0;c1022.xSpeed = new Array();c1022.speed = 24c1022.minTime = 0 / 3;c1022.randTime = 2 * 0 / 3;c1022.xOffset = new Array();c1022.yOffset = new Array();c1022.flyby = true;c1022.baseYOffset = 50;c1022.randomYOffset = 50;for (var i = 0; i < c1022.imageCount; i++) { var name = c1022.prefix + i; c1022.xOffset[name] = -c1022.xFudge + random(getViewWidth() + c1022.xFudge); c1022.yOffset[name] = randomYOffset(c1022); c1022.xSpeed[name] = randomSpeed(c1022); writeImage(c1022.image, c1022.prefix + i, -1000, -1000);}setTimeout('updateFlyby(c1022)', c1022.updateInterval); }if (layerSupport()) {c1023 = new config();c1023.uid = 1023;c1023.prefix = "y_bounce1023";c1023.image = "";c1023.imageWidth = ** ERROR:java.lang.NullPointerException;c1023.imageHeight = ** ERROR:java.lang.NullPointerException;c1023.imageCount = 3;c1023.gravity = 4;c1023.friction = 0.1;c1023.elasticity = 0.65;c1023.topWall = 0;c1023.xSpeed = new Array();c1023.pHeight = new Array();c1023.pIndex = new Array();c1023.pScale = new Array();c1023.pLimit = new Array();c1023.kickThreshold = 5;c1023.kickOpt = 0;for (var i = 0; i < c1023.imageCount; i++) { var name = c1023.prefix + i; c1023.xSpeed[name] = random(41) - 20; c1023.pHeight[name] = -1 == -1 ? randomY(c1023) : -1 + random(50); c1023.pScale[name] = getScale(c1023, c1023.pHeight[name]); c1023.pLimit[name] = Math.sqrt(c1023.pHeight[name] / c1023.pScale[name]); c1023.pIndex[name] = 0; writeImage(c1023.image, name, randomX(c1023), c1023.pHeight[name]);} setTimeout('updateBounce(c1023)', c1023.updateInterval); }if (layerSupport()) {c1024 = new config();c1024.uid = 1024;c1024.prefix = "y_bounce1024";c1024.image = "";c1024.imageWidth = ** ERROR:java.lang.NullPointerException;c1024.imageHeight = ** ERROR:java.lang.NullPointerException;c1024.imageCount = 3;c1024.gravity = 4;c1024.friction = 0.1;c1024.elasticity = 0.65;c1024.topWall = 0;c1024.xSpeed = new Array();c1024.pHeight = new Array();c1024.pIndex = new Array();c1024.pScale = new Array();c1024.pLimit = new Array();c1024.kickThreshold = 5;c1024.kickOpt = 0;for (var i = 0; i < c1024.imageCount; i++) { var name = c1024.prefix + i; c1024.xSpeed[name] = random(41) - 20; c1024.pHeight[name] = -1 == -1 ? randomY(c1024) : -1 + random(50); c1024.pScale[name] = getScale(c1024, c1024.pHeight[name]); c1024.pLimit[name] = Math.sqrt(c1024.pHeight[name] / c1024.pScale[name]); c1024.pIndex[name] = 0; writeImage(c1024.image, name, randomX(c1024), c1024.pHeight[name]);} setTimeout('updateBounce(c1024)', c1024.updateInterval); } function center() { if (navigator.appVersion.indexOf('MSIE') != -1) document.all['root'].style.left = Math.max((document.body.clientWidth - 800) / 2, 0); else document.PageElement.LAYERS['root'].left = Math.max((window.innerWidth - 800) / 2, 0); } center(); CLUB HISTORY MEMBERSVEHICLES EVENTS ANZAC DAY Email the Webmaster vmvceditors@hotmail.com LINKS FORUM PAGE CLICK HERE To  Visit Our Official Website GUEST BOOK The VMVC is a non-profit club run by enthusiasts of ex-military vehicles. The club is based in Melbourne, Victoria, Australia. New members are welcome. The club will provide friendship, technical help and fun ! Meetings are held at the Rats of Tobruk hall, 44 Victoria Avenue, Albert Park on the first Tuesday of the month ( no meeting in January ).Meetings begin at 8 pmMembership Enquiries:Please contact the secretary, Gordon Edwardsa42ausjeep@hotmail.com The vehicle featured on the club logo is a 1942 Dingo scout car . During the ' invasion scare ' period of 1942 , prior to the procurement of overseas armour , Ford at Geelong Vic. built a number of these scout cars, they were based on Marmon Herrington 4X4 axles . The design was considered to be unsuccessful , excessive weight , bad cross country ability and poor visibility being the main problems . Click on the logo to visit the Dingo page . Military Vehicle enthusiasts have passed this way The VMVC is a member of the Victorian Association of Motoring clubs The VMVC Proudly supports  Convoy For Kids Inc. The Annual Convoy is on the 3rd Sunday in Febuary .National Phone. 1300 266869www.convoyforkids.org VMVC  Inc. A5955 Check out the Jeep fuel gauge repair article >>>>> STOP! and take a look at the many military vehicle articles on the     newsletter page ydate = new Object();ydate.style = 3;ydate.military = 0;ydate.days1 = new Array("Sun","Mon","Tues","Wed","Thur","Fri","Sat");ydate.days2 = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");ydate.months1 = new Array("Jan","Feb","Mar","Apr","May","June","July","Aug","Sept","Oct","Nov","Dec");ydate.months2 = new Array("January","February","March","April","May","June","July","August","September","October","November","December");function datedisplay() { ydate.now = new Date(); ydate.year = ydate.now.getFullYear(); ydate.month = ydate.now.getMonth(); ydate.date = ydate.now.getDate(); ydate.day = ydate.now.getDay(); ydate.hour = ydate.now.getHours(); ydate.min = ydate.now.getMinutes(); ydate.sec = ydate.now.getSeconds(); ydate.ampm = ""; if (ydate.military) { if (ydate.hour < 10) { ydate.hour = "0" + ydate.hour; } } else if (ydate.hour > 11) { ydate.ampm = "pm"; ydate.hour = ydate.hour - 12; } else { ydate.ampm = "am"; } if (ydate.hour == 0) { ydate.hour = 12; } if (ydate.min < 10) { ydate.min = "0" + ydate.min; } if (ydate.sec < 10) { ydate.sec = "0" + ydate.sec; } if (ydate.style == 0) { ydate.txt = ydate.months2[ydate.month]+" "+ydate.date+" "+ydate.year; } else if (ydate.style == 1) { ydate.txt = ydate.days2[ydate.day]+" "+ydate.hour+":"+ydate.min+":"+ydate.sec+" "+ydate.ampm; } else if (ydate.style == 2) { ydate.txt = ydate.months2[ydate.month]+" "+ydate.date+" "+ydate.year+" , "+ydate.hour+":"+ydate.min+":"+ydate.sec+" "+ydate.ampm; } else if (ydate.style == 3) { ydate.txt = ydate.days1[ydate.day]+" "+ydate.months1[ydate.month]+" "+ydate.date+" "+ydate.year+" , "+ydate.hour+":"+ydate.min+":"+ydate.sec+" "+ydate.ampm; } else if (ydate.style == 4) { ydate.txt = (ydate.month+1)+"/"+ydate.date+"/"+ydate.year+" , "+ydate.hour+":"+ydate.min+":"+ydate.sec+" "+ydate.ampm; } else { ydate.txt = ydate.year+"/"+(ydate.month+1)+"/"+ydate.date+" , "+ydate.hour+":"+ydate.min+":"+ydate.sec+" "+ydate.ampm; } document.y_datetime.textbox1.value = ydate.txt; ydate.id=setTimeout("datedisplay()",1000);}datedisplay(); if (layerSupport()) {c1018 = new config();c1018.uid = 1018;c1018.prefix = "y_flyby1018";c1018.image = "";c1018.imageCount = 1c1018.imageWidth = ** ERROR:java.lang.NullPointerException;c1018.imageHeight = ** ERROR:java.lang.NullPointerException;c1018.yAnchor = 0;c1018.xSpeed = new Array();c1018.speed = 24c1018.minTime = 0 / 3;c1018.randTime = 2 * 0 / 3;c1018.xOffset = new Array();c1018.yOffset = new Array();c1018.flyby = true;c1018.baseYOffset = 50;c1018.randomYOffset = 50;for (var i = 0; i < c1018.imageCount; i++) { var name = c1018.prefix + i; c1018.xOffset[name] = -c1018.xFudge + random(getViewWidth() + c1018.xFudge); c1018.yOffset[name] = randomYOffset(c1018); c1018.xSpeed[name] = randomSpeed(c1018); writeImage(c1018.image, c1018.prefix + i, -1000, -1000);}setTimeout('updateFlyby(c1018)', c1018.updateInterval); }c1019 = new config();c1019.prefix = "y_borderpatrol1019";c1019.images = new Array("",** ERROR:java.lang.NullPointerException,** ERROR:java.lang.NullPointerException,"",** ERROR:java.lang.NullPointerException,** ERROR:java.lang.NullPointerException,"",** ERROR:java.lang.NullPointerException,** ERROR:java.lang.NullPointerException,"",** ERROR:java.lang.NullPointerException,** ERROR:java.lang.NullPointerException);c1019.speedmove = 10;c1019.spacer = 0;c1019.direction = 1;c1019.side = 0;c1019.updateDelay = 50;c1019.uid = 1019;if (document.all) { c1019.scrollbars = 0; }else { c1019.scrollbars = 17; }for (i=0;i
 

Australia-based

group

of

military

vehicle

enthusiasts.

Site

provides

photos,

details

of

forthcoming

events,

a

membership

list

and

a

place

to

buy,

swap

and

sell

vehicles

and

parts.

http://www.geocities.com/vmvc1au/

Victorian Military Vehicle Corps Inc 2008 July

dvd rental

dvd


Australia-based group of military vehicle enthusiasts. Site provides photos, details of forthcoming events, a membership list and a place to buy, swap and sell vehicles and parts.

Rules




© 2008 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 - Advertising - Loans - Flights - Loans - Myspace Layout
2008-07-24 07:36:49

Copyright 2005, 2006 by Webmaster
Websites is cool :) 64Bingo Online - Felgi - Canvas Prints - Serwery - Polish Stoneware