Scroll results for individual fleets

I now have a modified live.html file
(http://datastore.parkstoneyachtclub.com/Results/live.html), as suggested, in the same directory as my results file
(http://datastore.parkstoneyachtclub.com/Results/easterseries.html). However it doesn't seem to want to jump to the NAME tags. Any ideas what might need tweaking? Of course I've probably missed something much more basic!

Richard

···

--- In sailwave@yahoogroups.com, Calum Polwart <yahoo@...> wrote:

The section of the JavaScript that says:

var result_files = [

'2011_420.htm' , '2011_LR.htm' , '2011_L47.htm' , '2011_OPT.htm' ,
'2011_OPC.htm' , '2011_FEVA.htm' , '2011_TOPPER.htm'The
];

could be
updated to something like - including EVERY POSSIBLE FLEET:

var
result_files = [
'#wayfarer' , '#topper' , '#dart' , '#dolphin'
];

If
no fleet exists in that series then the screen doesn't advance and stays
where it is (so you may want to craft the order of files in the right
sequence so that you put common fleet - uncommon fleet - common fleet
etc)

And just to make you aware all fleet names are lower case and spaces
replaced by underscores.

I think that will work but it may need a little
tweak as I haven't studied how the script called the page...

On Sat, 07 > May 2011 15:08:34 -0000, "Richard" wrote:

Ian,

This is pretty
much the way I would like to be able to view the results. I was hoping to
be able to scroll to each fleet in turn from a single Results html file,
using the embedded NAME tags, e.g.
http://datastore.parkstoneyachtclub.com/Results/easterseries.html#wayfarer
[1]

I was hoping that it might be possible to insert some javascript in a
template, but the fleets would vary from one event to the next.

Pls tell
me if my ideas are completely off the wall!

Richard

--- In
sailwave@yahoogroups.com [2], "Ian Bowring" wrote:
>
> Richard,
>
> We
did this for the Irish Youth Nationals last weekend. You can see the
scrollong page at:
> http://www.rsgyc.ie/mitsubishi_results/live.html [3]

> If you view the source of this page you'll see the relatively simple
javascript behind it.
>
> The scrolling essentially runs through the 6
results pages which are also individually shown of the results page:
>
http://www.dublinbay2012.com/mitsubishi2011/index.php/results [4]

Links:
------
[1]
http://datastore.parkstoneyachtclub.com/Results/easterseries.html#wayfarer
[2]
mailto:sailwave%40yahoogroups.com
[3]
http://www.rsgyc.ie/mitsubishi_results/live.html
[4]
http://www.dublinbay2012.com/mitsubishi2011/index.php/results
[5]
mailto:richard.readings@…?subject=Re%3A%20Scroll%20results%20for%20individual%20fleets
[6]
mailto:sailwave@yahoogroups.com?subject=Re%3A%20Scroll%20results%20for%20individual%20fleets
[7]
http://groups.yahoo.com/group/sailwave/post;_ylc=X3oDMTJxZXFsaWgwBF9TAzk3MzU5NzE0BGdycElkAzMwODY1MzAEZ3Jwc3BJZAMxNzA1MDY1NzkyBG1zZ0lkAzExMDM1BHNlYwNmdHIEc2xrA3JwbHkEc3RpbWUDMTMwNDc4MDkyNg--?act=reply&messageNum=11035
[8]
http://groups.yahoo.com/group/sailwave/post;_ylc=X3oDMTJlbmIyaThsBF9TAzk3MzU5NzE0BGdycElkAzMwODY1MzAEZ3Jwc3BJZAMxNzA1MDY1NzkyBHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTMwNDc4MDkyNg--
[9]
http://groups.yahoo.com/group/sailwave/message/10998;_ylc=X3oDMTM2cHNmamlnBF9TAzk3MzU5NzE0BGdycElkAzMwODY1MzAEZ3Jwc3BJZAMxNzA1MDY1NzkyBG1zZ0lkAzExMDM1BHNlYwNmdHIEc2xrA3Z0cGMEc3RpbWUDMTMwNDc4MDkyNgR0cGNJZAMxMDk5OA--
[10]
http://groups.yahoo.com/group/sailwave/members;_ylc=X3oDMTJmaTUwNTQzBF9TAzk3MzU5NzE0BGdycElkAzMwODY1MzAEZ3Jwc3BJZAMxNzA1MDY1NzkyBHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzEzMDQ3ODA5MjY-?o=6
[11]
http://groups.yahoo.com/group/sailwave;_ylc=X3oDMTJlajdjbGZjBF9TAzk3MzU5NzE0BGdycElkAzMwODY1MzAEZ3Jwc3BJZAMxNzA1MDY1NzkyBHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTMwNDc4MDkyNg--
[12]
http://www.yachtsandyachting.com/
[13] http://www.sailing.org/
[14]
http://www.sailwave.com/
[15] http://sailwave.com/help/HTML
[16]
http://www.abyc.org/upload/Sailwave_ABYC_User_Guide.pdf
[17]
http://groups.yahoo.com/;_ylc=X3oDMTJkcWFxaHIyBF9TAzk3MzU5NzE0BGdycElkAzMwODY1MzAEZ3Jwc3BJZAMxNzA1MDY1NzkyBHNlYwNmdHIEc2xrA2dmcARzdGltZQMxMzA0NzgwOTI2
[18]
mailto:sailwave-traditional@yahoogroups.com?subject=Change Delivery
Format: Traditional
[19]
mailto:sailwave-digest@yahoogroups.com?subject=Email Delivery: Digest
[20]
mailto:sailwave-unsubscribe@yahoogroups.com?subject=Unsubscribe
[21]
http://docs.yahoo.com/info/terms/

Hi Richard

Had a look at how the code works now -sorry this method can’t load at a bookmarked section using just that code.

As an aside it - Looks like its randomly picking the file rather than working through in order. It looks like the line:

var randomnumber=Math.floor(Math.random()*8);

Is supposed to pick a number between 1 and 8 (i could be wrong that could be 0 and 7 or 0 and 8 as I know there is something a little unusual about how js randsomises numbers. So at least in some cases you'll be randomly picking files that don't exist. so suggest changing the 8 to 4 or possibly even 3 for testing.

However this looks to me like it complicates your solution.

I can write you something that will work in a dozen lines of code or so. My preferred solution would be to: write a small js file which you'd add variables to like file names and classes, and the time to show on screen. Then add a single line of code to the sailwave template that would call that js file. And possibly then have the scrolling function switched off / on using a tag in the URL eg easterseries.html?scroll=true

But before I write it (happy to do so) - can I get a clearer understanding of what you want to scroll...

All the fleet results in the easterseries? Or all the fleet results in 2011 or all the fleet results ever?

Calum

···

On Sat, 07 May 2011 16:25:28 -0000, “Richard” richard.readings@pobox.com wrote:

I now have a modified live.html file
(http://datastore.parkstoneyachtclub.com/Results/live.html), as suggested, in the same directory as my results file
(http://datastore.parkstoneyachtclub.com/Results/easterseries.html). However it doesn’t seem to want to jump to the NAME tags. Any ideas what might need tweaking? Of course I’ve probably missed something much more basic!

Richard

— In sailwave@yahoogroups.com, Calum Polwart wrote:

The section of the JavaScript that says:

var result_files = [

‘2011_420.htm’ , ‘2011_LR.htm’ , ‘2011_L47.htm’ , ‘2011_OPT.htm’ ,
‘2011_OPC.htm’ , ‘2011_FEVA.htm’ , '2011_TOPPER.htm’The
];

could be
updated to something like - including EVERY POSSIBLE FLEET:

var
result_files = [
#wayfarer’ , ‘#topper’ , ‘#dart’ , ‘#dolphin
];

If
no fleet exists in that series then the screen doesn’t advance and stays
where it is (so you may want to craft the order of files in the right
sequence so that you put common fleet - uncommon fleet - common fleet
etc)

And just to make you aware all fleet names are lower case and spaces
replaced by underscores.

I think that will work but it may need a little
tweak as I haven’t studied how the script called the page…

On Sat, 07 > > May 2011 15:08:34 -0000, “Richard” wrote:

Ian,

This is pretty
much the way I would like to be able to view the results. I was hoping to
be able to scroll to each fleet in turn from a single Results html file,
using the embedded NAME tags, e.g.
http://datastore.parkstoneyachtclub.com/Results/easterseries.html#wayfarer
[1]

I was hoping that it might be possible to insert some javascript in a
template, but the fleets would vary from one event to the next.

Pls tell
me if my ideas are completely off the wall!

Richard

— In
sailwave@yahoogroups.com [2], “Ian Bowring” wrote:

Richard,

We
did this for the Irish Youth Nationals last weekend. You can see the
scrollong page at:
http://www.rsgyc.ie/mitsubishi_results/live.html [3]

If you view the source of this page you’ll see the relatively simple
javascript behind it.

The scrolling essentially runs through the 6
results pages which are also individually shown of the results page:

http://www.dublinbay2012.com/mitsubishi2011/index.php/results [4]

Links:

[1]
http://datastore.parkstoneyachtclub.com/Results/easterseries.html#wayfarer
[2]
mailto:sailwave%40yahoogroups.com
[3]
http://www.rsgyc.ie/mitsubishi_results/live.html
[4]
http://www.dublinbay2012.com/mitsubishi2011/index.php/results
[5]
mailto:richard.readings@…?subject=Re%3A%20Scroll%20results%20for%20individual%20fleets
[6]
mailto:sailwave@yahoogroups.com?subject=Re%3A%20Scroll%20results%20for%20individual%20fleets
[7]
http://groups.yahoo.com/group/sailwave/post;_ylc=X3oDMTJxZXFsaWgwBF9TAzk3MzU5NzE0BGdycElkAzMwODY1MzAEZ3Jwc3BJZAMxNzA1MDY1NzkyBG1zZ0lkAzExMDM1BHNlYwNmdHIEc2xrA3JwbHkEc3RpbWUDMTMwNDc4MDkyNg–?act=reply&messageNum=11035
[8]
http://groups.yahoo.com/group/sailwave/post;_ylc=X3oDMTJlbmIyaThsBF9TAzk3MzU5NzE0BGdycElkAzMwODY1MzAEZ3Jwc3BJZAMxNzA1MDY1NzkyBHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTMwNDc4MDkyNg–
[9]
http://groups.yahoo.com/group/sailwave/message/10998;_ylc=X3oDMTM2cHNmamlnBF9TAzk3MzU5NzE0BGdycElkAzMwODY1MzAEZ3Jwc3BJZAMxNzA1MDY1NzkyBG1zZ0lkAzExMDM1BHNlYwNmdHIEc2xrA3Z0cGMEc3RpbWUDMTMwNDc4MDkyNgR0cGNJZAMxMDk5OA–
[10]
http://groups.yahoo.com/group/sailwave/members;_ylc=X3oDMTJmaTUwNTQzBF9TAzk3MzU5NzE0BGdycElkAzMwODY1MzAEZ3Jwc3BJZAMxNzA1MDY1NzkyBHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzEzMDQ3ODA5MjY-?o=6
[11]
http://groups.yahoo.com/group/sailwave;_ylc=X3oDMTJlajdjbGZjBF9TAzk3MzU5NzE0BGdycElkAzMwODY1MzAEZ3Jwc3BJZAMxNzA1MDY1NzkyBHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTMwNDc4MDkyNg–
[12]
http://www.yachtsandyachting.com/
[13] http://www.sailing.org/
[14]
http://www.sailwave.com/
[15] http://sailwave.com/help/HTML
[16]
http://www.abyc.org/upload/Sailwave_ABYC_User_Guide.pdf
[17]
http://groups.yahoo.com/;_ylc=X3oDMTJkcWFxaHIyBF9TAzk3MzU5NzE0BGdycElkAzMwODY1MzAEZ3Jwc3BJZAMxNzA1MDY1NzkyBHNlYwNmdHIEc2xrA2dmcARzdGltZQMxMzA0NzgwOTI2
[18]
mailto:sailwave-traditional@yahoogroups.com?subject=Change Delivery
Format: Traditional
[19]
mailto:sailwave-digest@yahoogroups.com?subject=Email Delivery: Digest
[20]
mailto:sailwave-unsubscribe@yahoogroups.com?subject=Unsubscribe
[21]
http://docs.yahoo.com/info/terms/

Richard.

I’m assuming you don’t want to be random and don’t want to scroll between series.

On that basis here is a js script that’ll do the job. Pop it in your html directory and call it scroller.js

Edit the classes (var bookmarks = to list all your classes you might want)

Edit the delay to be appropriate.

Now go to your C:\Program Files\Sailwave\Templates and edit Results.htm and under

add:

Save it.

Publish your file as normal but now access it by typing:

yourdomain/yourfile.html?scroll=true

If you don’t want to scroll just don’t add the ?scroll=true and it behaves like normal.

From here down is the JS File:

// Set some variables that are needed to define the operation of the script
var delay = 5000; //milli-seconds

// List of bookmarks to be followed
var bookmarks = [
#wayfarer”,
#topper”,
#dart”,
#dolphin
];

setTimeout(“scroller()”, delay);

function getUrlVars() {

var vars = {};

 var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&#]*)/gi, function(m,key,value) {
    vars[key] = value;

});

return vars;

}

function scroller() {
// Identify if scrolling enabled

var scroll = getUrlVars()[“scroll”];

if (scroll == “true”) {

// Carry out the reloading phase
// Identify the url of the calling page (without the bookmark)
var currentURL = window.location.href;

// Identify the current bookmark
var hash = window.location.hash ;

  for(var i=0; i<bookmarks.length; i++) {
        if (bookmarks[i] == hash) { break; }
  }

// Identify the next bookmark
if (i < bookmarks.length -1) {
    i = i + 1 ;
} else {
    i = 0 ;
    }

window.location.hash=bookmarks[i];
window.location.reload();

} else {
// Do not reload the page

return;
}
}

Calum,

Your assumptions are quite correct... and it works in Firefox (http://datastore.parkstoneyachtclub.com/Results/easterseries.html?scroll=true) - many thx!

For some reason when displayed in IE8 it displays the selected fleet briefly but then jumps back to the beginning of the page. Any ideas?

Richard

···

--- In sailwave@yahoogroups.com, <yahoo@...> wrote:

Richard.

I'm assuming you don't want to be random and don't want to
scroll between series.

On that basis here is a js script that'll do the
job. Pop it in your html directory and call it scroller.js

Edit the
classes (var bookmarks = to list all your classes you might want)

Edit
the delay to be appropriate.

Now go to your C:Program
FilesSailwaveTemplates and edit Results.htm and under

add:

Save it.

Publish your file as normal but now access it by typing:

yourdomain/yourfile.html?scroll=true

If you don't want to scroll just
don't add the ?scroll=true and it behaves like normal.

From here down is
the JS File:

// Set some variables that are needed to define the
operation of the script
var delay = 5000; //milli-seconds

// List of
bookmarks to be followed
var bookmarks = [
"#wayfarer",
"#topper",

"#dart",
"#dolphin"
];

setTimeout("scroller()", delay);

function
getUrlVars() {

var vars = {};

var parts =
window.location.href.replace(/[?&]+([^=&]+)=([^

});

return
vars;

}

function scroller() {
// Identify if scrolling enabled

var
scroll = getUrlVars()["scroll"];

if (scroll == "true") {

// Carry out
the reloading phase
// Identify the url of the calling page (without the
bookmark)
var currentURL = window.location.href;

// Identify the current
bookmark
var hash = window.location.hash ;

for(var i=0; i

I tested in FF. I suspect I know whats going on in IE. I’ll do some testing - it’ll be a tweak to the js file I suspect.

Calum

···

On Sun, 08 May 2011 11:35:10 -0000, “Richard” richard.readings@pobox.com wrote:

Calum,

Your assumptions are quite correct… and it works in Firefox (http://datastore.parkstoneyachtclub.com/Results/easterseries.html?scroll=true) - many thx!

For some reason when displayed in IE8 it displays the selected fleet briefly but then jumps back to the beginning of the page. Any ideas?

Richard

— In sailwave@yahoogroups.com, wrote:

Richard.

I’m assuming you don’t want to be random and don’t want to
scroll between series.

On that basis here is a js script that’ll do the
job. Pop it in your html directory and call it scroller.js

Edit the
classes (var bookmarks = to list all your classes you might want)

Edit
the delay to be appropriate.

Now go to your C:Program
FilesSailwaveTemplates and edit Results.htm and under

add:

Save it.

Publish your file as normal but now access it by typing:

yourdomain/yourfile.html?scroll=true

If you don’t want to scroll just
don’t add the ?scroll=true and it behaves like normal.

From here down is
the JS File:

// Set some variables that are needed to define the
operation of the script
var delay = 5000; //milli-seconds

// List of
bookmarks to be followed
var bookmarks = [
#wayfarer”,
#topper”,

#dart”,
#dolphin
];

setTimeout(“scroller()”, delay);

function
getUrlVars() {

var vars = {};

var parts =
window.location.href.replace(/[?&]+([^=&]+)=([^

});

return
vars;

}

function scroller() {
// Identify if scrolling enabled

var
scroll = getUrlVars()[“scroll”];

if (scroll == “true”) {

// Carry out
the reloading phase
// Identify the url of the calling page (without the
bookmark)
var currentURL = window.location.href;

// Identify the current
bookmark
var hash = window.location.hash ;

for(var i=0; i

> I tested in FF. I suspect I know whats going on in IE.  I'll do some testing - it'll be a tweak to the js file I suspect.

I've done some digging and the issue is these 2 lines:

        window.location.hash=bookmarks[i];
        window.location.reload();

The first line sets the URL to the new URL. The second refreshes the page.
In firefox the URL is set but not being loaded. In IE its being "reloaded" automatically so the reload command refreshes the page and for some reason it seems to then ignore the hash...

Off to find a fix ;-)

C

My bad programming!

Please replace the line window.location.reload(); with:

setTimeout(“scroller()”, delay);

That is needed to reloop the next page. Works in FF3.6.6 and IE9.

Calum

···

On Sun, 08 May 2011 22:09:17 +0100, yahoo@wittongilbert.free-online.co.uk wrote:

> I tested in FF. I suspect I know whats going on in IE.  I'll do some testing - it'll be a tweak to the js file I suspect.

I’ve done some digging and the issue is these 2 lines:

    window.location.hash=bookmarks[i];
    window.location.reload();

The first line sets the URL to the new URL. The second refreshes the page.
In firefox the URL is set but not being loaded. In IE its being “reloaded” automatically so the reload command refreshes the page and for some reason it seems to then ignore the hash…

Off to find a fix :wink:

C

__._,

Calum,

Works fine now, many thx!

I have another question...

Is there any way to display just one fleet at a time? Something equivalent to page breaks used when printing? I note that you did this when displaying separate Sailwave output files for the Irish Youth Nationals, but we generally score all fleets in a single Sailwave program.

Richard

···

--- In sailwave@yahoogroups.com, <yahoo@...> wrote:

My bad programming!

Please replace the
line window.location.reload(); with:

setTimeout("scroller()", delay);

That is needed to reloop the next page. Works in FF3.6.6 and IE9.

Calum


<details class='elided'>
<summary title='Show trimmed content'>&#183;&#183;&#183;</summary>

On Mon, 09 May 2011 12:10:39 -0000, "Richard" <richard.readings@pobox.com> wrote:

> Calum,
> 
>  Works fine now, many thx!
> 
>  I have another question...
> 
>  Is there any way to display just one fleet at a time? Something equivalent to page breaks used when printing? I note that you did this when displaying separate Sailwave output files for the Irish Youth Nationals, but we generally score all fleets in a single Sailwave program.

Well that wasn't my code... But its certainly not something people would generally do from a browser perspective - if you think of it from a non-scrolling perspective - how would the user know to look further down the page?

BUT - there are a couple of options that might be possible using <DIV> tags.  But I'm just pondering how best to achieve that...

Take a look at these tabs:

http://www.barelyfitz.com/projects/tabber/

If the fleets split into the tabs (not sure if that can be done but hopefully it could from the template ;-) ) and the scroller was to advance through the tabs would that achieve what you desire?

C

</details>

Calum,

If the fleets split into the
tabs ... and the scroller was to advance through the tabs
would that achieve what you desire?

I believe it would! IMHO quite a neat way to display results from different fleets even without the scrolling feature.

Richard

···

--- In sailwave@yahoogroups.com, <yahoo@...> wrote:

On Mon, 09 May 2011 12:10:39 -0000, "Richard" wrote:

Calum,

Works
fine now, many thx!

I have another question...

Is there any way to
display just one fleet at a time? Something equivalent to page breaks used
when printing? I note that you did this when displaying separate Sailwave
output files for the Irish Youth Nationals, but we generally score all
fleets in a single Sailwave program.

Well that wasn't my code... But its
certainly not something people would generally do from a browser
perspective - if you think of it from a non-scrolling perspective - how
would the user know to look further down the page?

BUT - there are a
couple of options that might be possible using tags. But I'm just
pondering how best to achieve that...

Take a look at these tabs:

http://www.barelyfitz.com/projects/tabber/

If the fleets split into the
tabs (not sure if that can be done but hopefully it could from the template
:wink: ) and the scroller was to advance through the tabs would that achieve
what you desire?

C

Calum,

If the fleets split into the
tabs … and the scroller was to advance through the tabs
would that achieve what you desire?

I believe it would! IMHO quite a neat way to display results from different fleets even without the scrolling feature.

Thats what i was thinking :wink: And will work with ?scroll=true or ?scroll=false with my code… now just to work out how to get the template to populate it…

Will take me a few days - I’ll get back to you.

···

On Mon, 09 May 2011 22:02:09 -0000, “Richard” richard.readings@pobox.com wrote:

Colin J wrote...

i also have a generic scroll results template if anybody wants it

Is that available somewhere on your new website?

Richard

its on my laptop - ill grab it later - used it
at MYC last year - plgged into screen projector so huge results
display all weekend

···
Regards,
Colin J

www.sailwave.com

Colin J wrote...
i also have a generic scroll results template if anybody wants it

Is that available somewhere on your new website?
Richard
------------------------------------
-!- -!- -!- -!- On-Line Sailwave help...http://sailwave.com/help/HTML ~ Mark Townsend's Sailwave User Guide is available from ~ Convert to daily digest of emails send blank email to ~ To unsubscribe from the SUG please send blank email to Yahoo! Groups Links
<*> To visit your group on the web, go to:
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
-----
No virus found in this message.
Checked by AVG - Version: 10.0.1325 / Virus Database: 1500/3633 - Release Date: 05/12/11

http://www.yachtsandyachting.com/http://www.sailing.org/http://www.sailwave.com/http://www.abyc.org/upload/Sailwave_ABYC_User_Guide.pdfsailwave-digest@yahoogroups.comsailwave-unsubscribe@yahoogroups.comhttp://groups.yahoo.com/group/sailwave/http://groups.yahoo.com/group/sailwave/joinsailwave-digest@yahoogroups.comsailwave-fullfeatured@yahoogroups.comsailwave-unsubscribe@yahoogroups.comhttp://docs.yahoo.com/info/terms/www.avg.com

later - used it at MYC last year - plgged into screen
projector so huge results

We're hoping to do similar for Parkstone Regatta in a couple of

weeks time!

Richard
···
-- Richard Readings
123 South Western Crescent
Lower Parkstone
Poole
Dorset
BH14 8RZ
Tel: 01202 740150
Mobile: 07771 521033
E-mail:

richard.readings@pobox.com

richard - found it - arrached. plonk it in a
folder then point sailwave at it from setup+globaloptions folders
tab (my templates) - restart sailwave - it should appear in the
list as scrollresults - you may need to fiddle with the timings in
the file itself - edit with notepad.

···
Regards,
Colin J

www.sailwave.com

  On 12/05/2011 20:02, Colin

Jenkins wrote:
> its on my laptop - ill grab it
later - used it at MYC last year - plgged into screen
projector so huge results

  We're hoping to do similar for Parkstone Regatta in a couple of

weeks time!

  Richard
-- Richard Readings
123 South Western Crescent
Lower Parkstone
Poole
Dorset
BH14 8RZ
Tel: 01202 740150
Mobile: 07771 521033
E-mail:

richard.readings@pobox.com


    No virus found in

this message.
Checked by AVG - www.avg.com
Version: 10.0.1325 / Virus Database: 1500/3639 - Release Date:
05/15/11