function bsk_flash(num)
{
	bsk_img = new Image();
	if (num==1) { bsk_i = 'http://s0b.bluestreak.com/ix.e?bb&t=39759'; }
	if (num==2) { bsk_i = 'http://s0b.bluestreak.com/ix.e?bb&t=39760'; }
	if (num==3) { bsk_i = 'http://s0b.bluestreak.com/ix.e?bb&t=39761'; }
	if (num==4) { bsk_i = 'http://s0b.bluestreak.com/ix.e?bb&t=39762'; }
	if (num==5) { bsk_i = 'http://s0b.bluestreak.com/ix.e?bb&t=39753'; }
	bsk_img.src = bsk_i;
	return;
}