| Related sites for http://www.thefarmshed.com.au |
| ForestExpress_Timber_Marketplace A community of forest products buyers & sellers in wood fiber and stumpage transactions. | | Liquorice_org Provides licorice producers/processors a buy/sell area for their products and discussion forums. | | MachineryLink Auctions, classified ads, and equipment sharing network. | | The_Seam Global marketplace for buying/selling cotton. Real-time market information & guarantees trades. | | Timber_B2B_portal Serving the needs of timber or furniture industry. | | World_Bid_Agriculture International Business-to-Government (B2G) and B2B trade lead information and services. | | World_Meat_Exchange Global online trading in meat. | | XSAg_com Facilitates improved profits in agriculture with web auctions and fixed price listings. | | Zipmec_com Source for European fruit and vegetable, import and export traders. Features suppliers database and virtual trading. | | Allied_Vaughn Supplier of multimedia products and services, including video duplication and CD/DVD replication. | | Arizona_Media_Duplication Video, audio, and multimedia duplication and replication. | | AV_Workshop_Productions Video duplication. Transfer of prints, slides, 8mm, Super 8mm, and 16mm film to video. Wedding videos. Midland, Texas. | | BICO_Magnetics_Ltd_ High speed duplication and fulfillment in Hong Kong and Asia. Blank video cassette tape as well as hard and soft library cases. | | CopyMaster_Video,_Inc_ Wide range of services including production, post-production, and duplication of audio, video, and CD. | | Creative_Visual_Productions Video duplication company in Nebraska. Audio/Video duplication, CD-ROM authoring, video editing, DVD authoring, video format conversions, and bulk video and audio tape sales. | | CVB_Duplication Video, CD, and DVD duplication services in the UK. Short run CD-R and DVD-R copying, video standards conversion, CD business cards and mini CDs. | | Deluxe_Entertainment_Services Film and video manufacturing, duplication and distribution, DVD authoring, compression and replication services. | | Denevi_Video_Reflections Video tape duplication, transfer and repair. Tape to DVD or CD-ROM. Home movies transfer and video memorials. | | Disc_Makers Custom manufacturer of CDs, DVDs, and CD-ROMs. Sales of blank media, CD/DVD duplicators, and printers. | | Discount_Duplication Video tape duplication, foreign standards conversion, movie film transfer, video presentations and blank video tape sales. | | Eastco_Multi_Media_Solutions Audio, video, cassette, CD, CDROM, and DVD duplication, printing, authoring, graphics, and packaging. | | ECP_Electronic_Repair_&_Services Offers video tape duplication and video tape transfer to all formats. Camcorder, TV, DVD, and VCR repair. Sony authorized repair center. Pennsylvania based. | | Electronic_Media_Central Video, CD-ROM and DVD replication and duplication. Business card CD, blank videotape. Quality fulfillment at competitive prices. Costa Mesa, California. | | Home_Video_Studio,_Inc_ Home business opportunity site includes links to owners in different cities. The companies' services include video tape duplication, editing, production, and repair; home movie transfer; photo video k | | International_Electronics Video tape conversion and duplication services. | | J__S__Productions Development and creation of pre-production CD masters for corporate and business marketing and advertising of products and services, as well as complete CD and CD-ROM replication products and services | | Master_Images_Video DVD and CD duplication, plus streaming media for educational industrial and broadcast clients. | | Media_Transcript_Services_(MTS) DVD authoring, video encoding, VHS duplication and short run CD replication. | | On-Site_Recording_Productions Location audio recording service offering on-site recording and duplication; Emeryville, California based. | | Overseas_Video_ab Provides video production, CD/DVD production, web design services, and duplication services. | | RGC_Video Copy, conversion and editing of video in Beta, VHS-C, HI-8, VHS, S-VHS or Quicktime formats. | | RS_PhotoGraphic_LLC Wholesale custom film lab specializing in large format projection art. | | Santa_Monica_Video Audio tape and video tape duplication, standards conversion and film transfers. | | StanCon_Video,_DVD_and_the_Captioning_Company High quality conversions in many formats; specializing in DVD authoring, closed captioning and subtitling editing. We are located in Toronto, Canada. | | Synergem Specializing in multimedia duplication, packaging, printing, trade show signage and banners, CD, CD-ROM, DVD replication, and press kits. | | Testronic_Laboratories Professional, confidential product verification for DVD, VHS, CD and magnetic media, tailored to meet the needs of the home entertainment industry. | | Total_Video_Service,_Inc_ Professional video tape duplication from all formats. Foreign video conversion. Film (old home movies) to video tape. Photos to video tape. Authorized service center for most brands of Camcorders and | | Tree_Farm_Communications Offer on-site recording of educational and informational audio and video cassettes. | | Video_Express Video and audio duplication, editing, compression and formating. | | Video_Perfect Videotape duplication, transfer, editing, and conversion services. Video for internet. Video to DVD. Slides and photos to video and DVD. Film to tape and DVD. |
|
Agricultural weather forecasts and commodity prices
//
@import url("http://fdimages.fairfax.com.au/cui/netstrip-20080723.css"); NEWS | MYCAREER | DOMAIN | DRIVE | FINANCE | MOBILE | RSVP | TRAVEL | WEATHER network map | member centre
you are not logged in | login or join us
//
home
my settings
what we offer
the shop
forum
contact us
Find weather for
warnings
weather news
current conditions
National
NSW/ACT
Northern Territory
Queensland
South Australia
Tasmania
Victoria
Western Australia
weather maps
Satellite
Synoptic
Radar
Stormtracker
Convective Outlook
Tropical Cyclone
forecasts
National
NSW/ACT
Northern Territory
Queensland
South Australia
Tasmania
Victoria
Western Australia
long range
28-day rainfall forecast
12-month rainfall forecast
agriculture
marine weather
NSW/ACT
Northern Territory
Queensland
South Australia
Tasmania
Victoria
Western Australia
climate analysis
Climatology
Recent Climate
Southern Oscillation Index
NINO3.4 Index
Sea Temperature
Sea Temperature Anomalies
computer models
Charts
International Charts
Capital Cities Charts
Polar Charts
14-day Rainfall Charts
Meteograms
Forecast Soundings
world weather
World
Africa
Asia
Central America
Europe
Middle East
North America
Oceania
South America
SE Asia
surf weather
East Coast
SE Australia
Western Australia
snow & ski
Home » Agriculture
Agriculture Weather
Search
Browse
// 0) {
if (target == getDOMObject('states')) updateOnState();
else if (target == getDOMObject('districts')) updateOnDistrict();
else if (target == getDOMObject('locations')) updateOnLocation();
}
}
/**
* Refresh the district and location lists.
*/
function updateOnState() {
var state = null;
var stateLoc = null;
var stateSel = getDOMObject('states');
if (stateSel) {
state = stateSel.options[stateSel.selectedIndex].value;
stateLoc = states[state];
}
//update the districts
if (getDOMObject('districts')) {
var districtsUpd = new Array();
for (var i in districts)
if (districts[i].state == state)
districtsUpd[districtsUpd.length] = districts[i];
initSelect('districts', districtsUpd, stateLoc.name + ' districts', null);
}
//update the locations
if (getDOMObject('locations')) {
var locationsUpd = new Array();
for (var i in locations)
if (locations[i].state == state)
locationsUpd[locationsUpd.length] = locations[i];
initSelect('locations', locationsUpd, stateLoc.name + ' locations', null);
}
if (TAIL == 'states') submit(false ? 'null' + stateLoc.uri : DESTINATION + '?lt=' + LOCATION_TYPE + '&lc=' + state);
else highlight('districts');
}
/**
* Refresh the state and location lists.
*/
function updateOnDistrict() {
var district = null;
var districtLoc = null;
var districtSel = getDOMObject('districts');
if (districtSel) {
district = districtSel.options[districtSel.selectedIndex].value;
districtLoc = districts[district];
}
//update the states
initSelect('states', states, 'all states', districtLoc.state);
if (getDOMObject('locations')) {
//update the locations
var locationsUpd = new Array();
for (var i in locations)
if (locations[i].district == district)
locationsUpd[locationsUpd.length] = locations[i];
initSelect('locations', locationsUpd, districtLoc.name + ' locations', null);
}
if (TAIL == 'districts') submit(false ? 'null' + districtLoc.uri : DESTINATION + '?lt=' + LOCATION_TYPE + '&lc=' + district);
else highlight('locations');
}
/**
* Always submits as locations is the tail list.
*/
function updateOnLocation() {
var location = null;
var locationSel = getDOMObject('locations');
if (locationSel) {
location = locationSel.options[locationSel.selectedIndex].value;
}
submit(false ? 'null' + locations[location].uri : DESTINATION + '?lt=' + LOCATION_TYPE + '&lc=' + location);
}
/**
* Maintain the highlight hints.
*/
var currentHighlight = '-';
function highlight(id) {
var obj = getDOMObject(id);
if (obj) {
obj.style.backgroundColor = '#FFFFCC';
}
var old = getDOMObject(currentHighlight);
if (old && currentHighlight != id) {
old.style.backgroundColor = 'white';
}
currentHighlight = id;
}
/**
* Submit the form with the selected location.
*/
function submit(dest) {
window.location = dest;
}
var states = new Array();
states['nsw'] = { id:"nsw", name:"New South Wales/ACT", uri:"/nsw" };
states['nt'] = { id:"nt", name:"Northern Territory", uri:"/nt" };
states['qld'] = { id:"qld", name:"Queensland", uri:"/qld" };
states['sa'] = { id:"sa", name:"South Australia", uri:"/sa" };
states['tas'] = { id:"tas", name:"Tasmania", uri:"/tas" };
states['vic'] = { id:"vic", name:"Victoria", uri:"/vic" };
states['wa'] = { id:"wa", name:"Western Australia", uri:"/wa" };
var districts = new Array();
districts['n00'] = { id:"n00", name:"Sydney", state:"nsw", uri:"/nsw/sydney" };
districts['n01'] = { id:"n01", name:"Northern Rivers", state:"nsw", uri:"/nsw/northern-rivers" };
districts['n02'] = { id:"n02", name:"Mid North Coast", state:"nsw", uri:"/nsw/mid-north-coast" };
districts['n03'] = { id:"n03", name:"Hunter", state:"nsw", uri:"/nsw/hunter" };
districts['n04'] = { id:"n04", name:"Illawarra", state:"nsw", uri:"/nsw/illawarra" };
districts['n06'] = { id:"n06", name:"South Coast", state:"nsw", uri:"/nsw/south-coast" };
districts['n05'] = { id:"n05", name:"Northern Tablelands", state:"nsw", uri:"/nsw/northern-tablelands" };
districts['n16'] = { id:"n16", name:"Central Tablelands", state:"nsw", uri:"/nsw/central-tablelands" };
districts['n07'] = { id:"n07", name:"Southern Tablelands", state:"nsw", uri:"/nsw/southern-tablelands" };
districts['a00'] = { id:"a00", name:"ACT", state:"nsw", uri:"/act/act" };
districts['n15'] = { id:"n15", name:"Snowy Mountains", state:"nsw", uri:"/nsw/snowy-mountains" };
districts['n08'] = { id:"n08", name:"NW Slopes & Plains", state:"nsw", uri:"/nsw/nw-slopes-and-plains" };
districts['n09'] = { id:"n09", name:"CW Slopes & Plains", state:"nsw", uri:"/nsw/cw-slopes-and-plains" };
districts['n10'] = { id:"n10", name:"Southwest Slopes", state:"nsw", uri:"/nsw/southwest-slopes" };
districts['n11'] = { id:"n11", name:"Riverina", state:"nsw", uri:"/nsw/riverina" };
districts['n12'] = { id:"n12", name:"Upper Western", state:"nsw", uri:"/nsw/upper-western" };
districts['n13'] = { id:"n13", name:"Lower Western", state:"nsw", uri:"/nsw/lower-western" };
districts['d01'] = { id:"d01", name:"Darwin-Daly", state:"nt", uri:"/nt/darwin-daly" };
districts['d02'] = { id:"d02", name:"Arnhem", state:"nt", uri:"/nt/arnhem" };
districts['d03'] = { id:"d03", name:"Roper-McArthur", state:"nt", uri:"/nt/roper-mcarthur" };
districts['d04'] = { id:"d04", name:"Victoria River", state:"nt", uri:"/nt/victoria-river" };
districts['d05'] = { id:"d05", name:"Barkly", state:"nt", uri:"/nt/barkly" };
districts['d06'] = { id:"d06", name:"Alice Springs", state:"nt", uri:"/nt/alice-springs" };
districts['q00'] = { id:"q00", name:"Brisbane", state:"qld", uri:"/qld/brisbane" };
districts['q01'] = { id:"q01", name:"Peninsula", state:"qld", uri:"/qld/peninsula" };
districts['q02'] = { id:"q02", name:"Gulf Country", state:"qld", uri:"/qld/gulf-country" };
districts['q03'] = { id:"q03", name:"Nth Goldfields", state:"qld", uri:"/qld/nth-goldfields" };
districts['q04'] = { id:"q04", name:"Nth Cst & Tableland", state:"qld", uri:"/qld/nth-cst-and-tableland" };
districts['q05'] = { id:"q05", name:"Lower Burdekin", state:"qld", uri:"/qld/lower-burdekin" };
districts['q06'] = { id:"q06", name:"Central Coast", state:"qld", uri:"/qld/central-coast" };
districts['q07'] = { id:"q07", name:"Capricornia", state:"qld", uri:"/qld/capricornia" };
districts['q08'] = { id:"q08", name:"Central Highlands", state:"qld", uri:"/qld/central-highlands" };
districts['q09'] = { id:"q09", name:"Central West", state:"qld", uri:"/qld/central-west" };
districts['q10'] = { id:"q10", name:"Northwest", state:"qld", uri:"/qld/northwest" };
districts['q11'] = { id:"q11", name:"Channel Country", state:"qld", uri:"/qld/channel-country" };
districts['q12'] = { id:"q12", name:"Maranoa", state:"qld", uri:"/qld/maranoa" };
districts['q13'] = { id:"q13", name:"Darling Downs", state:"qld", uri:"/qld/darling-downs" };
districts['q14'] = { id:"q14", name:"Wide Bay & Burnett", state:"qld", uri:"/qld/wide-bay-and-burnett" };
districts['q15'] = { id:"q15", name:"Southeast Coast", state:"qld", uri:"/qld/southeast-coast" };
districts['s00'] = { id:"s00", name:"Adelaide", state:"sa", uri:"/sa/adelaide" };
districts['s01'] = { id:"s01", name:"NW Pastoral", state:"sa", uri:"/sa/nw-pastoral" };
districts['s02'] = { id:"s02", name:"NE Pastoral", state:"sa", uri:"/sa/ne-pastoral" };
districts['s03'] = { id:"s03", name:"West Agricultural", state:"sa", uri:"/sa/west-agricultural" };
districts['s04'] = { id:"s04", name:"North Agricultural", state:"sa", uri:"/sa/north-agricultural" };
districts['s05'] = { id:"s05", name:"Central", state:"sa", uri:"/sa/central" };
districts['s06'] = { id:"s06", name:"Murray", state:"sa", uri:"/sa/murray" };
districts['s07'] = { id:"s07", name:"South East", state:"sa", uri:"/sa/south-east" };
districts['t01'] = { id:"t01", name:"Northwest Coast", state:"tas", uri:"/tas/northwest-coast" };
districts['t02'] = { id:"t02", name:"Northeast", state:"tas", uri:"/tas/northeast" };
districts['t03'] = { id:"t03", name:"West & Sth Coast", state:"tas", uri:"/tas/west-and-sth-coast" };
districts['t04'] = { id:"t04", name:"Lower Derwent", state:"tas", uri:"/tas/lower-derwent" };
districts['t05'] = { id:"t05", name:"Central", state:"tas", uri:"/tas/central" };
districts['t06'] = { id:"t06", name:"East Coast", state:"tas", uri:"/tas/east-coast" };
districts['t07'] = { id:"t07", name:"Central North", state:"tas", uri:"/tas/central-north" };
districts['v00'] = { id:"v00", name:"Melbourne", state:"vic", uri:"/vic/melbourne" };
districts['v01'] = { id:"v01", name:"Mallee", state:"vic", uri:"/vic/mallee" };
districts['v02'] = { id:"v02", name:"Wimmera", state:"vic", uri:"/vic/wimmera" };
districts['v03'] = { id:"v03", name:"Northern Country", state:"vic", uri:"/vic/northern-country" };
districts['v04'] = { id:"v04", name:"North Central", state:"vic", uri:"/vic/north-central" };
districts['v05'] = { id:"v05", name:"Northeast", state:"vic", uri:"/vic/northeast" };
districts['v06'] = { id:"v06", name:"Alpine Areas", state:"vic", uri:"/vic/alpine-areas" };
districts['v15'] = { id:"v15", name:"Western", state:"vic", uri:"/vic/western" };
districts['v16'] = { id:"v16", name:"Central", state:"vic", uri:"/vic/central" };
districts['v17'] = { id:"v17", name:"W & S Gippsland", state:"vic", uri:"/vic/w-and-s-gippsland" };
districts['v18'] = { id:"v18", name:"East Gippsland", state:"vic", uri:"/vic/east-gippsland" };
districts['w00'] = { id:"w00", name:"Perth", state:"wa", uri:"/wa/perth" };
districts['w01'] = { id:"w01", name:"Central West", state:"wa", uri:"/wa/central-west" };
districts['w02'] = { id:"w02", name:"Lower West", state:"wa", uri:"/wa/lower-west" };
districts['w03'] = { id:"w03", name:"Southwest", state:"wa", uri:"/wa/southwest" };
districts['w04'] = { id:"w04", name:"Southern Coastal", state:"wa", uri:"/wa/southern-coastal" };
districts['w05'] = { id:"w05", name:"Great Southern", state:"wa", uri:"/wa/great-southern" };
districts['w06'] = { id:"w06", name:"Central Wheatbelt", state:"wa", uri:"/wa/central-wheatbelt" };
districts['w07'] = { id:"w07", name:"Gascoyne", state:"wa", uri:"/wa/gascoyne" };
districts['w08'] = { id:"w08", name:"Goldfields", state:"wa", uri:"/wa/goldfields" };
districts['w09'] = { id:"w09", name:"Eucla", state:"wa", uri:"/wa/eucla" };
districts['w10'] = { id:"w10", name:"Pilbara", state:"wa", uri:"/wa/pilbara" };
districts['w11'] = { id:"w11", name:"Kimberley", state:"wa", uri:"/wa/kimberley" };
districts['w12'] = { id:"w12", name:"Interior", state:"wa", uri:"/wa/interior" };
var locations = new Array();
//]]>
14-day Rainfall
location
AusNSW/ACTNTQldSATasVicWA NthWA Sth
chart
14-day RainfallRecent ClimateSSTSST AnomaliesSOININO3.4
period
This WeekNext Week
Commodity Market Indicators
commodity
value
units
current
Weekly Commodity Prices
Cotton
461
AU$/bale
Milk
3,325
AUc/ltr
Wool
859
AWEX Easte
swaps
CBOT Wheat
343.5
AU$/tonne
ICE Canola
586.5
AU$/tonne
NYCE Cotton
396.5
AU$/bale
NYCE Sugar
331
AU$/tonne
exchange rate
Canada
90.82
AU$/CAc
US
86.35
AU$/USc
futures
Canola ICE
537
CA$/tonne
Corn CBOT
570
USc/bushel
Cotton NYBT
67.4
USc/lb
Soybean CBOT
1,332
USc/bushel
Sugar NYBT
13.18
USc/lb
Wheat CBOT
789
USc/bushel
Cattle
EYCI
345.5
AUc/kg dw
Live Export
67
AU$/head
Live Export Steer
170
AUc/kg lw
for more market information ProFARMER
//
Southern Oscillation Index
Nino3.4 Index
Agriculture Commodity News
Little Change For Sorghum
Fri 17:40 EST
Corn futures finished the week down, after being largely unchanged for most of the week, as a stronger US$ was offset by the potential for drier conditions in the US Midwest in coming weeks and concerns over the validity of the USDA 155/bu yield estimate.
Outlook For Oilseeds
Thu 17:50 EST
The drop in crude oil prices has taken some of the shine off oilseeds in the past month or two.
Chick Peas Flat Despite Bullish News
Wed 17:37 EST
Confirmation that the Canadian chick pea crop will only be around 126,000t, vs.
for more agriculture news ProFARMER
Advertise |
About |
Contact |
Conditions of Use |
Disclaimer |
Privacy Policy |
The Weather Co
© The Weather Co. 2008
Information supplied by The Weather Co. based on data from the Bureau of Meteorology
NSW/ACT
NT
Qld
SA
Tas
Vic
WA
Adelaide weather
Brisbane weather
Melbourne weather
Perth weather
Sydney weather
//
//
//
help/faq
legend
glossary
Speak live to a forecaster
My Units
Temperatures:
°C
or
°F
Wind speeds:
km/h
or
kt
Rainfall:
mm
or
in
Heights:
m
or
ft
//
Want more weather?
Weatherzone offer premium services for only $5 per month.
Upgrade to Weatherzone Silver:
- local lightning tracker
- Stormtracker - combined radar, satellite, lightning, observations and more
- extended observation history with graphs
- extended daily summaries
- all computer models
- long-range forecasting tools
All for only $5 per month!
sign up now
Weather your way
Weatherzone offers a number of innovative ways for you to receive your weather reports
including:
- using one of our Mobile services
- SMS alerts direct to your mobile
- SMS on demand (Buzzword)
- RSS feeds
- daily or weekly email alerts
learn more »
|
|