I found the Skype Dialler web-applet recently...
This contains a JS array defining the rates for the selected country for a variety of phone # prefixes -- it's probably a bit more parseable than the all_rates.html webpage...
http://www.skype.com/products/skypeout/rat...es/rates_EUR.js
http://www.skype.com/products/skypeout/rat...es/rates_USD.js
(and from a bit of URL-hacking:
http://www.skype.com/products/skypeout/rat...es/rates_AUD.js
http://www.skype.com/products/skypeout/rat...es/rates_GBP.js
etc...)
But, as it says:
[quote]Rates listed here are for reference only. View your call list after your call for exact charges.[/quote]
Extracted from the rates_EUR.js page, and re-formatted for clarity, here are the rates for Belgian numbers, listing rates for the various the GSM number prefixes, and the EUR0.012 global rate...
CODE
'BEL':[
'Belgium',32,{
'32497':'0.148',
'32496':'0.148',
'32495':'0.148',
'32494':'0.148',
'32479':'0.100',
'32478':'0.100',
'32475':'0.100',
'32474':'0.100',
'32477':'0.100',
'32476':'0.100',
'32473':'0.100',
'32472':'0.100',
'32446':'0.148',
'32484':'0.148',
'32485':'0.148',
'32486':'0.148',
'32499':'0.148',
'32498':'0.148',
'3249':'0.148',
'3248':'0.148',
'32':'0.012',
'3247':'0.148',
'3245':'0.148'
}
],